Ask about learn python

What is the best way to learn python?

1 Like

iā€™ve been going through the Python Crash Course book which I bought off amazon. Thereā€™s also Automate the Boring Stuff: Python for Absolute Beginners and Learn Python the Hard Way, both are free online if you want to just explore resources free online first.

You can try to use free resourcec for learn syntax and base knowbledge. SoloLearn, Codeacademy.

If you want to learn python first you have to go through basics of c programming. It will help you to understand the basic knowledge of python. After that just go through online tutorials.

There are lots of web resources to learn python, one of them is Udemy platform and they provide many Python courses. We are trying to make your decision easy, so we ranked the top 10 Python course on Udemy.

Try this free book. Itā€™s for Python 3x.
http://greenteapress.com/wp/think-python-2e/
This is less tutorial and more textbook, but if you want to learn Pythonā€¦

I would recommend edX MIT 6001x Introduction to Computer Science and Programming Using Python. Imo itā€™s one of the best course out there to learn Python.

The course is in-depth, thorough and I enjoyed it tremendously.

1 Like

I recommend this site.
http://automatetheboringstuff.com/
I used this site to learn python basic and itā€™s good for beginner.

ā€˜i think, first you learn about basic logic and computational thinking, it can be used to solved your problem when your learning in python face a difficulties like looping or something like that, and then you can learn about the basic discrete math to build your computational thinkingā€™

Iā€™m learning with Dr. Chuck Severance https://www.py4e.com/ and Iā€™m loving it. Completely free, with multiple exercises. Until now Iā€™ve just heard about Pyhton on TV shows. Then I decide to know more about the programing language and found multiple founts of information online.

Hey guys i am new to this forum and i strongly recommend you the book ā€œIntroduction to Computer Science and Programming Using Pythonā€.itā€™s one of the best course out there to learn Python.