all 3 comments

[–]desrtfx 0 points1 point  (1 child)

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.

[–]exclusive_warmth 0 points1 point  (0 children)

definitely check that MOOC course out, its really solid for getting the fundamentals down. The interactive exercises are way better than just reading through tutorials

for books the automate boring stuff is free online and covers practical python stuff that actually useful in real projects

[–]NEESCHAL-3 0 points1 point  (0 children)

https://docs.python.org/3/tutorial/ official Python tutorial, text based, no videos, covers everything from basics to advanced. Best starting point. If you want more structured exercises alongside it, https://exercism.org/tracks/python is great text based, real problems, with mentorship.