/python-for-devops-may-2022

Follow-along from Noah Gift's session on O'Reilly Live Learning

Primary LanguageJupyter Notebook

python-for-devops-may-2022

Follow-along from Noah Gift's session on O'Reilly Live Learning

Drawing-26 sketchpad

Create a project scaffold

  • Create dev env taht is cloud-based:
    • Colab Notebook
      • Example notebook created with Google colab
    • GitHub Codespaces
      • Build out python project scaffold:
        • Makefile
        • requirements.txt
        • test_library.py
        • python_library
        • Dockerfile
        • command-line-tool
        • microservice
    • AWS Cloudshell
    • AWS Cloud9

CLI Tools

Microservices

Containerized Continuous Delivery