atlas news
    
Personal Weblog : Python
17  juillet     10h59
Create virtualenvs in project directories
   It ;s quite handy to create the virtual environment aka venv for a python project in the project folder itself. This means: No huge .virtualenvs folder in your home directory with a lot of envs which you will never use again The one on this computer is . GB big although I do not work with...
16  juillet     06h38
Why does poetry not use the specified Python version?
   TL;DR: There is only one way to install poetry proper and that is with the installer script provided by the project itself. I was sweating for the better part of an afternoon with a colleague about this. I had installed poetry, the new star in the python tooling world and it kept using the global...
25  juin     20h22
Missing system modules in Python
   I got to work on a Python code base in the last days and have been struggling to get to a stable development environment. I learned some lessons along the way. Here is one of them, as it seems to be rather common and causes headaches for many people a simple search has a whopping half a million...