Python Forum

Full Version: How to start learning Python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to start learning Python?
That is a far too open ended question.

What method best suits you? Video tutorials, books, blogs, docs, forum reading, etc.

Everyone starts with the basics. functions, variables, strings, etc. If you are interested in a specific task afterwords, then you can start learning that libraries tutorials after the fundamentals. I wouldnt touch a 3rd party library until at least a month of hard work on basics.

Start writing simple programs and keep rewriting them to learn better techniques and different variations to accomplish a task.
Some programming ideas:
https://python-forum.io/Thread-Collectio...challenges