learn, test, run your python
- 15 minutes about computer programing https://docs.google.com/presentation/d/1LQZ9_Koz1Ifin77SzmuF6rvXbeBKR299kuDm1b9l08Y/edit?usp=sharing
- more 15 minutes about computer programing
https://docs.google.com/presentation/d/1dSiXlXrViJf-7D9dbWruhhWdcCoRfiubXBIIH5cNmMw/edit?usp=sharing
- understanding REST API https://docs.google.com/presentation/d/1Ma7a9cHXNKnQj-QcOxsoxt1wo6QfdahGRabo97wEe4I/edit?usp=sharing
- high performance python https://docs.google.com/presentation/d/1nwpHR3kQB_cZbhE3ek9PGcNqys5CrXM6QnuBwfM25X8/edit?usp=sharing
pip3 install virtualenv
virtualenv -p python3 .
source bin/activate
pip3 install -r requirements.txt