I'm bookmarking all your posts, because once I'll finish the script I'm working on right now, I want to challenge myself and try to build something with the knowledge you have shared, and are still sharing, so far.
I complained about his while true loop and never showed an alternative.
You also showed me how to use a signal to interrupt a while True loop without breaking it! The small project I'm working on now use a while loop but with a "flag" (when a condition is met, the flag is changed from True to False), so I hadn't the opportunity to implement what you teached me... but I haven't forgotten it :)
the next step from building Python scripts is to get to a service
I'm eager to know more about this!
I've got a little demo that I will post next.
I think a webpage would be best.
If you need any help building the thing, find me on Discord, or ask here.
Love it :)))
I believe I'm quite close to finish it: it's not going to be polished, but it's working, and this is what matters the most for me right now ahahah and as always I'd love to hear some feedback from you to better understand where I made a poor work and where I can improve my logic :)
I'd also like to (try to) add at least a coroutine, just to see if I can do it!
So yesterday I worked on an app and realized: that's going to be too large for a blog.
So... I'll post the demo and from then on, I can't post the whole code.
Don't! Unless you have to.
If you keep building with Python and start using frameworks, you will enter the world of asyncio soon enough...