Hacker News new | ask | show | jobs
by d0mine 855 days ago
Just follow the tutorial (yes, really) https://docs.python.org/3/tutorial/index.html
1 comments

It's what I started with, but honestly it's not great. It also heavily overemphasizes the interactive interpreter
REPL is kind of the point: did you try to type and run any of the examples in the tutorial? Just skimming it would be less useful (for the very basics).

If you already know everything in the tutorial, then try a project in Python that you did previously (familiar project, new language—Python).