Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 732 Bytes

File metadata and controls

22 lines (15 loc) · 732 Bytes

🐍 Python Learning Notes

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.


🚀 How to Use

You can run these notebooks in several ways:

Option 1: Google Colab (recommended for beginners)

  1. Open Google Colab in your browser.
  2. Upload a notebook (.ipynb) file.
  3. Run the cells directly, no installation needed.

Option 2: Jupyter Notebook (local)

  1. Install Jupyter if you don’t have it yet:
    pip install notebook