https://github.com/ndomah/python-for-data-engineers
https://github.com/ndomah/python-for-data-engineers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndomah/python-for-data-engineers
- Owner: ndomah
- Created: 2025-01-17T15:41:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:51:46.000Z (4 months ago)
- Last Synced: 2025-01-17T16:51:44.853Z (4 months ago)
- Language: Jupyter Notebook
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python for Data Engineers
Repo containing notes, exercises, challenges, and final project from the [Python for Data Engineers Course](https://www.udemy.com/course/python-foundation-course/)Got hands-on practice with Python 3 fundamentals, from basic data types to advanced data structures, and learned how to write clean, modular code using functions, objects, and packages. Completed coding exercises, challenges, and ultimately built a micro-project that consolidated everything I learned.
## Topics Covered
- Programming fundamentals
- Types and data structures
- Control structures and loops
- Functions and lambda expressions
- Exception handling
- Object-oriented programming (objects and classes)
- Packages and modules