From Zero Repository for doing Python DevOps work
Create development environment that is cloud-based
- This is example of how to use colab
Build out Python project scaffold:
- Makefile
- requirements.txt
- test_library.py
- python_library
- Dockerfile
- command-line-tool
- Microservices
- Create a virtualenv:
virtualenv ~/.venv
- edit my
~/.bashrc