FÉLICITATIONS À FABIEN PINCKAERS, CEO DE ODOO ET NOUVEAU MANAGER DE L’ANNÉE 2020 DE TRENDS-TENDANCES ! (more…)
Read more »
Nerdlettering - Custom-made Mugs and Accessories for Python Developers. (Productivity, Python, and Coffee)...
Read more »
In this post I will talk about some tools that can help us solve another painful problem in Python: profiling CPU usage. CPU profiling means measuring the performance of our code by analyzing the w… (more…)
Read more »
Dependency injection is a controversial topic. There are known problems, hacks, and even whole methodologies on how to work with DI frameworks. It is not the case when using functional approach: which is simple and explicit. (more…)
Read more »
Whenever I started learning about parsing and writing interpreters, I would get to how to handle comments. The gist of it was simple: just throw them out! You find them in the raw text output as you are generating lexing tokens, and discard them, meaning ... (more…)
Read more »