Posts tagged python

Virtual environments

Python 3.3+ comes with venv. Prevously, it was required to install virtualenv using pip.

Read more ...


Simple http server

  • 30 December 2020
  • Tag: python

Read more ...


Format string

  • 30 December 2020
  • Tag: python

https://pyformat.info/

Read more ...


Create a new python project

  • 30 December 2020
  • Tag: python

project_cli

Read more ...