DEV Community

Cover image for Python Learning Sources
Jai Irkal
Jai Irkal

Posted on

Python Learning Sources

I have been using a lot of resources to learn Python Programming. As I myself am still learning, I wanted to share some resources I personally felt really helpful.

Book I would Recommend

I won't prefer reading a book to learn programming but this book has impressed me a lot!
I am referring to the book named 'Python Crash Course: A Hands On Project Based Introduction to Programming' by Eric Matthes. This book has been really helpful. Do give it a read and also practice the exercise questions.

Alt Text

After you are thorough with the book then you can go to W3Schools and solve those exercises(those are pretty easy questions). This will probably give you more confidence 👍

Finally you have to solve problems from HackerRank. These questions might be a bit complex and tricky but more you try the more you learn. I myself had to do much to solve the problems. But no pain no gain!

Useful YouTube videos related to python programming can be accessed through these links:

If you guys found this post helpful then save it so you can refer anytime 😊.
Happy Coding! 👨‍💻 👩‍💻

Top comments (8)

Collapse
 
aheisleycook profile image
privatecloudev

Nice

Collapse
 
aheisleycook profile image
privatecloudev • Edited

i did python crash course it has really good chapter proat the end of each modules coreyschafer and sentdex you might want to add

Collapse
 
irkal_jai profile image
Jai Irkal

Yup the book is really good. The best book a beginner can get for sure. And the examples are so good that you understand everything.💯

Thread Thread
 
irkal_jai profile image
Jai Irkal

Even the book follows the Zen of Python 😂

Thread Thread
 
aheisleycook profile image
privatecloudev

Some packages may not be up to if you get older version

Thread Thread
 
irkal_jai profile image
Jai Irkal

That's why I don't prefer using a book for programming but this one is worth a read

Collapse
 
harshi606 profile image
harshi606

Very much helpful !

Collapse
 
aatmaj profile image
Aatmaj

May be you guys would find my Learning Python Course useful.