Hacker News new | ask | show | jobs
by Jtsummers 3113 days ago
https://docs.python.org/3.6/tutorial/

There are probably other resources, but I've honestly found this to be an effective way to introduce people to Python. Go through it, practice it, then read the rest of the documentation as you need it.

If you have a specific application in mind, people may be able to offer additional input. But for just learning the language, this is effective.

1 comments

Thanks for the responses, helpful!