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…