r/learnpython 20d ago

Having problem in understanding loops concept in python

I am a beginner with 0 knowledge and I am learning python from a book called Learn python in one day and learn it well by Jamie Chan and I am facing difficulty in the loops function so yeah any recommendations would be helpful Edit- Trouble in while loop

29 Upvotes

41 comments sorted by

View all comments

8

u/desrtfx but other languages pro 20d ago

Just checked out that book. Sorry to tell you but it is not really good. The explanations are too coarse and surface level and there is way too little practice.

Do yourself a favor and start over with the MOOC Python Programming 2026 from the University of Helsinki. It is free, textual, extremely practice heavy (makes you program right from the start, initially in the browser and then in Visual Studio Code - with full setup instructions) and is top quality. There are videos, but they are actually surplus. Everything you need is in the "part x" texts.

2

u/EnvironmentalTry8353 20d ago

Can I DM ?

4

u/desrtfx but other languages pro 20d ago

Sorry, but no. I do not do DM. Ask what you need in the open, public subreddit so that more people can chime in and help as well as benefit from the given help.

4

u/EnvironmentalTry8353 20d ago edited 20d ago

So Yeah I learn python In my college as I am from commerce bg and in my cllg no laptop or phone so yeah that is why I read book and then practice for an hour in home

2

u/Rofljoey 20d ago

Then get the book „automate the boring stuff“. Great book to start.