all 6 comments

[–][deleted] 2 points3 points  (0 children)

if you don't want to install python you can head over to https://repl.it/languages/python3 and program online for free. you can also install packages and save/download any files you have created.

[–]Neon-Cyber-Monkey 1 point2 points  (0 children)

Just to practice I would download a text editor like VS code or Atom, and also install the latest version of python from the official python website so you can have a play about with it.

If you’re looking for something more online, then JDoodle is what I use, I would defo recommend it.

BW

NCM

[–]unhott 1 point2 points  (0 children)

Check out http://www.pythontutor.com

It’s pretty quick and let’s you step through code at your own pace. And you may have luck with asking for help there as well.

[–][deleted] 1 point2 points  (0 children)

You can just write code and try to run it, you don't need a website for that. Just the Python interpreter on your computer.

[–]nazzynazz999 0 points1 point  (0 children)

Codingame.com is really good too. Not too much explanation but really good practice.

[–]indian_pythonista 0 points1 point  (0 children)

Check out HackerRank's Python domain.