- Django
- psycopg2
- gunicorn
- Heroku - https://blacksmith.herokuapp.com/
- using actions
- pytest (running test)
- mypy (typing code because python has bad day)
- flake8 (check if code is not so bad)
- isort (keep import in right order - only one right order)
- black (formatting is bad specially in black)
- faker (fake it until you make it - for testing purpose and more)
- libfaketime (fake the time - for testing purpose)
- coverage (you never know where is you test go)