An open API service indexing awesome lists of open source software.

https://github.com/zero-to-mastery/complete-python-developer-manual

Class notes for Andrei Neagoie's Complete Python Developer course through Zero to Mastery.
https://github.com/zero-to-mastery/complete-python-developer-manual

data-scraping object-oriented-programming python python3 scripting webdevelopment

Last synced: 4 months ago
JSON representation

Class notes for Andrei Neagoie's Complete Python Developer course through Zero to Mastery.

Awesome Lists containing this project

README

          

# Complete-Python-Developer-Manual

Resources and notes for the Zero to Mastery [Complete Python Developer course](https://zerotomastery.io/courses/learn-python/)

- Introduction
- [Python Introduction](https://github.com/zero-to-mastery/Complete-Python-Developer-Manuel/blob/main/python_basics.ipynb)
- Python Basics
- Python Basics 2
- Developer Environment
- Advanced Python: Object-Oriented Programming
- [Advanced Python: Functional Programming](https://github.com/zero-to-mastery/Complete-Python-Developer-Manual/blob/main/Functional%20Programming.ipynb)
- Advanced Python: Decorators
- Advanced Python: Error Handling
- Advanced Python: Generators
- Modules in Python
- Debugging in Python
- File I/O
- Regular Expressions
- Testing in Python
- Career of a Python Developer
- Scripting with Python
- Python Network Programming
- Scraping Data with Python
- Web Development with Python
- Automation/Testing
- Machine Learning + Data Science
- Where to Go from Here
- Bonus: Extra Bits
- Bonus: HTML Forms