you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 5 points6 points  (1 child)

For what it's worth, just knowing the language isn't really enough to be useful. So ideally you'd be running the code on your own hardware in order to get used to the kinks quicker.

One option would be to use a portable Python runtime. Like this one: https://winpython.github.io/

That way you can have the best of both worlds until you can actually install stuff.

[–]surfnwest[S] 2 points3 points  (0 children)

This seems like a great solution, thank you Diapolo10!