Tag: python
All the articles with the tag "python".
-
Celery: Python's Distributed Task Queue
An introduction to Celery, the distributed task queue for Python, and how to use it with FastAPI and Flower.
-
First Steps with AWS Cloud Development Kit
My impressions, examples, and opinion about my work with AWS Cloud Development Kit
-
Creating a Chess Bot to Beat My FIDE Master Friend
I created a bot using OpenCV and Stockfish to play chess racing puzzles to beat my FIDE master friend
-
Programming Principles: YAGNI, KISS, and DRY
Discover the essentials of YAGNI, KISS, and DRY to write clean and maintainable code