Viewing posts for the category Python
Workaround for pipenv 2018.7.1 zsh bug
Pipenv is currently not working if your shell is zsh, which is the default on Arch Linux. As a workaround add the following line to your .zshrc:
Python - new language features
Python has some interesting new features which improve code quality a lot. Here are my favourites sorted by version. Note that Python 3.8 hasn't been released yet. However, the feature assignment expressions has already been decided upon and its decision process has let Guido van Rossum, the founder of Python, to resign.