Python 3.9 introduces removeprefix and removesuffix

Posted on Sun 11 October 2020 in Development • Tagged with python, development, python39, programming, version, language, strings, manipulation

A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0


Continue reading

Using pyenv to install Python and create a virtual environment

Posted on Sat 10 October 2020 in Development • Tagged with python, development, pyenv, virtualenv, mkvirtualenv, environment, python39, programming, pip, macos, install, version

How to use pyenv to install a specific version of Python and create a virtual environment with that version


Continue reading