Skip to content

Brave-Python/python-for-devops-may-2022

 
 

Repository files navigation

Test Multiple Python Versions

[AWS Code build

python-for-devops-may-2022

From Zero Repository for doing Python DevOps work

Drawing-26 sketchpad

Create a project scaffold

Create development environment that is cloud-based

Colab Notebook

  • This is an example of how to use colab

Github Codespaces

Build out python project scaffold:

  1. Create a virtualenv: virtualenv ~/.venv
  2. edit my ~/.bashrc ==> add source ~/.venv/bin/activate
  3. clone project then run make all

AWS CloudShell

AWS Cloud9

Command-Lines Tools and Step Functions

Screen Shot 2022-05-05 at 10 44 17 AM

Microservices

Containerized Continuous Delivery

docker run -p 127.0.0.1:8080:8080 a5105a47ca89

About

From Zero Repository for doing Python DevOps work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.9%
  • Python 19.0%
  • Makefile 6.2%
  • Dockerfile 1.9%