Ressources
bits and pieces that I found useful
Python
- CheckIO - fun, gamified and peer-reviewed python coding exercises
- Python docs - official reference just a click away
- Dive Into Python 3 by Mark Pilgrim
- Giraffe Academy Python
- CS50@Harvard
- Zen of Python
- "Stop writing classes" by Jack Diederich
RegEx
Devops
- DevOps history by Damon Edwards
- Look Ma' no Kubernetes by Alex Ellis - low-overhead serverless function-as-a-service without K8s or AWS Lambda
- Python for DevOps by Noah Gift
- Ansible for DevOps by Jeff Geerling
- Pets vs Cattle by Randy Bias
- DevOps and SRE by Erika LeBris
- 12-factor app best practice
Ansible
- Ansible docs
- Ansible for DevOps by Jeff Geerling
- Ansible Templates by TopTechSkills