kliver98 / python-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python examples while I'm learning

Libraries used:

  • Mypy - to "convert" from python dynamic to statuc type and check the code
  • Pytz - not implemented but allows to work with (datetime) timezones
  • Venv - virtual environment for python

Considerations:

  • Remember to use venv. In windows: .\venv\Scripts\activate

About


Languages

Language:Python 100.0%