Skip to content

saffin-exe/Python_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Learning Platform

This is a personal Python learning platform combining interactive Jupyter notebooks and a browsable documentation site powered by Jupyter Book.

Features

  • 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

Quick Start

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Launch JupyterLab to work with notebooks:

    jupyter lab
    
  3. Build the documentation site:

    jupyter-book build .
    
  4. Preview the site:

    open _build/html/index.html
    

Directory Structure

  • notebooks/ - Jupyter notebooks for lessons and exercises
  • docs/ - Markdown notes and resources
  • _config.yml - Jupyter Book configuration

Happy learning!

About

Learn python go pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published