Tag: python
All the articles with the tag "python".
-
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
-
Preventing vs Handling Errors in Python
A brief introduction to different ways of error handling in Python using two different coding styles such as LBYL or EAFP