Python Forum

Full Version: learn Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the best way to learn Python from beginning to advanced?
What are some of the best sites to learn python?
There is no "best" for everyone, no "one size fits all". It depends a lot on your prior programming experience, whether you have supports (people you can turn to with questions, like here), and your preferred style of learning.

My personal pathway was a combination - Socratica youtube videos, the Head First Python book, hanging out here and reading the answers posted to interesting questions, and for AI/Data Analysis a combination of several books and the Coursera courses (IBM series and others).
It depends on personal preferences and circumstances. And simple search in the forum will give you multiple results that prove that. Only YOU know THE BEST way for YOU.
And question like What are some of the best sites to learn python? is more or less open invitation for spam and advertisement.
(Apr-07-2021, 07:56 AM)Naheed Wrote: [ -> ]What is the best way to learn Python from beginning to advanced?
What are some of the best sites to learn python?

(Apr-07-2021, 07:43 PM)jefsummers Wrote: [ -> ]There is no "best" for everyone, no "one size fits all". It depends a lot on your prior programming experience, whether you have supports (people you can turn to with questions, like here), and your preferred style of learning.

My personal pathway was a combination - Socratica youtube videos, the Head First Python book, hanging out here and reading the answers posted to interesting questions, and for AI/Data Analysis a combination of several books and the Coursera courses (IBM series and others).

Thanks for replying to my query. You have shared very good methods of learning Python.
But I need a complete Guideline to proceed step by step.
(Apr-08-2021, 05:22 AM)buran Wrote: [ -> ]It depends on personal preferences and circumstances. And simple search in the forum will give you multiple results that prove that. Only YOU know THE BEST way for YOU.
And question like What are some of the best sites to learn python? is more or less open invitation for spam and advertisement.

Thanks for your kind reply. Yes, learning python depends upon my own taste but I just need a way to start into it. Let me take the help of the forum, I hope to get some good results.
Get the Head First Python book and read it, work through all the examples.
Thanks for your response.
I will follow your suggestion too.