This is a personal Python learning platform combining interactive Jupyter notebooks and a browsable documentation site powered by Jupyter Book.
- Interactive Jupyter notebooks for hands-on learning
- Organized lessons and exercises by topic
- Additional notes, cheatsheets, and references in Markdown
- Browsable site built with Jupyter Book
-
Install dependencies:
pip install -r requirements.txt
-
Launch JupyterLab to work with notebooks:
jupyter lab
-
Build the documentation site:
jupyter-book build .
-
Preview the site:
open _build/html/index.html
notebooks/
- Jupyter notebooks for lessons and exercisesdocs/
- Markdown notes and resources_config.yml
- Jupyter Book configuration
Happy learning!