Cloud programming basics
Python remains popular for cloud development. It's readable, and there are tons of libraries to automate cloud setups. You can also build serverless apps and add machine learning to cloud services. Python works well with big cloud platforms like AWS, Azure, and Google Cloud. It's also often used in Infrastructure-as-Code (IaC) setups.
Starting Points
- SOLID principles when programming
- Terraform separating concerns
- API's
- Flask Website route
- Programming with LLMs
Key Points
- You can use a programming language to set up a secured API
- You can make minor changes in the navigation of a website
- You split up large pieces of programming code (Python, Terraform) in smaller pieces for maintenance purposes