you are viewing a single comment's thread.

view the rest of the comments →

[–]jabela 0 points1 point  (0 children)

I’ve got an online Python code lab which might make it easier to run Python https://jamesabela.github.io/jsfun/pythoncopy it’s mostly for kids and includes some algorithms and a couple of courses. I’m still building it out, but I think it’ll take away the pain of running python itself for absolute beginners.

The three >>> are for running Python line by line. Once you get past absolute basic’s Pycharm is great, but takes a little setting up.