Using pyenv for Python version management

Python is currently the 2nd most used programming language [https://www.techrepublic.com/article/python-overtakes-java-to-become-the-second-most-popular-programming-language] in the world. Development tools are increasing in quality as well, making life as a Python developer much easier (shoutout to Visual Studio Code, poetry, black and flake8). Most of the time you use only…

Use Poetry for Python dependency management with Visual Studio Code

Python has been the most popular programming language for years, but despite this dependency management has been a weak spot for a long time as well. Pipenv [https://pipenv.pypa.io/en/latest/] was (and is) a good attempt to fix this, but in late 2019 Poetry [https://python-poetry.org/…