🐍 Practice Python Online
When learning a new skill it’s important to practice along the way. In order
for me to show up to practice I need to make it easy to show up. An easy way to
show up to practice with python is to use an online repl. With these you can
try out something quick. Sometimes I see snippets from blogs or tweets and I
need to try the out for myself to really understand.
When learning a new skill it’s important to practice along the way. In order
for me to show up to practice I need to make it easy to show up. An easy way to
show up to practice with python is to use an online repl. With these, you can
try out something quick. Sometimes I see snippets from blogs or tweets and I
need to try them out for myself to really understand.
Three online REPLS # [1]
Here are three different options that I have used in the past to try out
something at some various levels. I am sure there are plenty more, but these
are three that I have tried. I am not covering all of them, because It’s been a
while sin...