Code for the blog Python Essentials for Data Engineers
Prerequisites:
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 labOpen notebook at http://localhost:8888
Follow along with code using the workshop notebook.
Fully working code and solutions are available at solutions notebook