Welcome! This repository contains notebooks prepared for Python beginer studens created by Marlene Marchena.
These notebooks are notes to help students learn Python step by step.
Each notebook covers one topic, with explanations, code examples, and solved exercises.
You can run these notebooks in several ways:
- Open Google Colab in your browser.
- Upload a notebook (
.ipynb) file. - Run the cells directly, no installation needed.
- Install Jupyter if you don’t have it yet:
pip install notebook