skip to content
Tags → #python
-
My impressions, examples, and opinion about my work with AWS Cloud Development Kit
-
I created a bot using OpenCV and Stockfish to play chess racing puzzles to beat my FIDE master friend
-
Discover the essentials of YAGNI, KISS, and DRY to write clean and maintainable code
-
A brief introduction to different ways of error handling in Python using two different coding styles such as LBYL or EAFP
-
Manage Python versions easily with Pyenv and virtual environments. Avoid conflicts between projects
-
Explore the efficiency of DevContainer in VSCode for microservices using Docker with examples
-
Boost software quality with Test-Driven Development (TDD). Faster time-to-market, fewer defects, and enhanced code quality
-
Integrate code formatters seamlessly using Pre-commit hooks. Ensure consistent styles and catch issues early
-
Define a defined style guide with Black and YAPF formatters for Python and forget about inconsistencies
-
Introducing a new Python linter that is surprising everyone with its speed