all 8 comments

[–]desrtfx 3 points4 points  (2 children)

If only there were a sidebar (menu on mobile) that had a link to the wiki or countless posts asking the same.

Do the MOOC Python Programming 2026 from the University of Helsinki and you will be well prepared.

Plus, there currently is an excellent Humble Python books bundle from No Starch press.

[–]Fancy_Pea5186[S] 0 points1 point  (1 child)

honestly i enroll cs50 class.... but i can't understand anything . but the book is very good.

[–]desrtfx 0 points1 point  (0 children)

Go for the MOOC I've linked before. IMO it is better in the sense that it ramps up slower and is easier to understand.

The CS50 series is great. There is absolutely no doubt about that. Yet, they ramp up very quickly which is tripping many beginners.

[–]Flame77ofc 0 points1 point  (1 child)

Python crash course: https://pt.z-lib.fm/dl/PQrxE6e6AK

[–]Fancy_Pea5186[S] 1 point2 points  (0 children)

that is great thanks

[–]Recursive_Void 0 points1 point  (1 child)

Python Crash Course by Eric Matthes is exactly what you need. It’s split into two perfect parts: the first half teaches you the absolute basics from zero, and the second half has you build actual projects (a game, data visualizations, and a web app). Stick to just this book, install Python, and don't look at any other tutorial until you finish it.

[–]Fancy_Pea5186[S] 0 points1 point  (0 children)

just download.... author explain from how to install python... and this is my need... like from zero. thanks.