💡 Dr. Angela Yu's course, 100 Days of Code: The Complete Python Pro Bootcamp, aims to create fluent and well-rounded Python developers by exposing them to a wide array of Python programming concepts and techniques for 100 days straight. After completing the course, although I didn't complete it within the 100 days, I can confidently say that this was undoubtedly the best online course I've ever taken. Not only did I learn Python from zero-to-hero, but I was also taught things that most other courses skip over such as, but not limited to:
The importance of understanding the underlying theory behind the code we write
How to learn effectively and efficiently, and continue to grow your skills
How to comply with industry best practices and standards as related to Python development
I would highly recommend this course to anyone that I know that is considering learning Python, or somebody who is even just considering learning to code in general. The knowledge that this course supplied opened doors for me and accomplished a life goal of mine that I wasn't sure that I'd ever accomplish. For a full list of concepts and techniques covered in the course, please see the course syllabus, or visit the course on Udemy.
🧰 Local setup instructions and the requirements.txt file are included in each project, if you'd like to try any for yourself.
🏁 Completed on Jan 3, 2024.
All projects require Python
version >= 3.9and the packages in their corresponding package requirements to run.