Published inPython in Plain EnglishThe Quest Continues: Porting the Word Game With AsyncSSHLast week, we reimplemented our 20-questions variant, and it received quite a bit of attention. So far we built a web experience, as well…May 4May 4
Leveling Up LLM Game Development with DSPyAfter completing the series on asynchronous programming, I needed some time off to deal with the stress in life. During the break, I…Apr 27Apr 27
Concurrency vs. Parallelism: Achieving Scalability with ProcessPoolExecutorIn our previous exploration, we dove deep into AsyncIO by writing a task scheduler. We discovered how IO-bound operations were scheduled to…Apr 8Apr 8
AsyncIO Task Management: A Hands-On Scheduler ProjectWe discussed Awaitables last week. The article covered coroutines, tasks and futures as well as a quick introduction to the event loop…Mar 31Mar 31
Understanding Awaitables: Coroutines, Tasks, and Futures in PythonPreviously, we explored chatbot building with AsyncIO. As I am committing to publish one article a week, I am constantly on the lookout for…Mar 24Mar 24
A Love Story in Code: Building My Self-Hosted Photo AlbumI am almost one year into my current relationship. It is hard to believe how fast time flies, until I look into our photo archive. Being an…Mar 17Mar 17
The Versatility of __call__: A Python Developer’s Secret WeaponWhile reviewing the code in my current chatbot project, I discovered asyncio.to_thread accepts function parameters, removing the need to…Mar 10Mar 10
How to write an AsyncIO Telegram bot in PythonLast week, we discussed a quick weekend project on building a word game. That project was sparked by a conversation suggesting I integrate…Mar 5Mar 5
I built a word guessing game with LLMAfter a period of regrouping, I resumed my quest for a new job or project. While sourcing ideas from discussion groups and friends, a…Feb 24Feb 24
Hair dryers have standards, why not software? A call for Rights by Design.We can plug and use electrical appliances without fear, thanks to the existence of SIRIM certification. We can go grab food from friendly…Feb 21Feb 21