blog.marcosalonso.devThe Complete Python Code Quality Stack in 2026: Ruff + mypyThe Complete Python Code Quality Stack in 2026: Ruff + mypy If you're starting a professional Python project today, you only need two tools to cover linting, formatting, and type checking: Ruff and my2h ago·26 min read
blog.marcosalonso.devPerfect Python Environment (Poetry)Greetings! This post shows step by step the installation and configuration of all the tools needed to set up an agile and robust Python development environment. It is assumed that the text editor to be used will be VSCode and that the environment wil...Dec 14, 2025·6 min read