Skip to content

josephmachado/python_essentials_for_data_engineers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for the blog Python Essentials for Data Engineers

Python Essentials for Data Engineers

Setup

Prerequisites:

  1. Git
  2. uv

On your terminal, clone the repo and start notebook server.

git clone https://github.com/josephmachado/python_essentials_for_data_engineers.git
cd python_essentials_for_data_engineers
uv sync 
uv run jupyter lab

Run code

Open notebook at http://localhost:8888

Follow along with code using the workshop notebook.

Fully working code and solutions are available at solutions notebook

About

Learn how Python powers real data engineering. Build end-to-end pipelines from scratch with fully working code and step-by-step video walkthroughs.

Topics

Resources

Stars

109 stars

Watchers

1 watching

Forks