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.
- Host: GitHub
- URL: https://github.com/zero-to-mastery/complete-python-developer-manual
- Owner: zero-to-mastery
- Created: 2022-04-04T17:24:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T21:59:46.000Z (about 3 years ago)
- Last Synced: 2023-02-28T14:32:38.066Z (over 2 years ago)
- Topics: data-scraping, object-oriented-programming, python, python3, scripting, webdevelopment
- Language: Jupyter Notebook
- Homepage:
- Size: 60.5 KB
- Stars: 21
- Watchers: 5
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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