Python Forum
learn Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: learn Python (/thread-33221.html)



learn Python - Naheed - Apr-07-2021

What is the best way to learn Python from beginning to advanced?
What are some of the best sites to learn python?


RE: learn Python - jefsummers - Apr-07-2021

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).


RE: learn Python - buran - Apr-08-2021

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.


RE: learn Python - Naheed - Apr-26-2021

(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.


RE: learn Python - Naheed - Apr-26-2021

(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.


RE: learn Python - jefsummers - Apr-26-2021

Get the Head First Python book and read it, work through all the examples.


RE: learn Python - Naheed - May-04-2021

Thanks for your response.
I will follow your suggestion too.