This repo contains bits of Python code I have written as part of different Python courses as well as some personal projects. I'm working my way through multiple courses on different uses of Python as part of becoming fluent in the language. Each course has it's own subfolder which contains assignments, project files, and experiments I worked with as part of that course.
Right now, I am focusing on Dr. Angela Yu's 100 Days of Code: The Complete Python Pro Bootcamp course.
- Python Foundations - Zenva - Brief overview of the components of the language
- Introduction to Python Scripting - A Cloud Guru - Jump right into basic scripting
- Python for non-programmers - Reuven Lerner - Introduction to Python fundamentals
- Python 3 Scripting for System Administrators - A Cloud Guru - Focuses on Python in the context of ops admin and automation tasks
- Python for Absolute Beginners - TalkPython - In-depth overview of computer science background knowledge that a lot of beginners miss
- Certified Entry-Level Python Programmer - A Cloud Guru - In-depth coverage of the theoretical foundations of programming in Python.
- Certified Associate in Python Programming - Builds on the previous course with more advanced concepts like OOP and error handling.
- Introduction to Python Development - A Cloud Guru - Introduction to Python developer workflow and some starting projects
- 100 Days of Code: The Complete Python Pro Bootcamp - Udemy - 100 days of progressive code challenges and projects