Jupyter Notebook Python

Open-source Jupyter Notebook projects categorized as Python

Top 23 Jupyter Notebook Python Projects

  1. LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Project mention: DeepSeek Sparse Attention | news.ycombinator.com | 2026-05-24
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ML-For-Beginners

    12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all

    Project mention: 10 Best AI Engineering GitHub Repos to Build Real Systems | dev.to | 2026-01-07

    A beginner-friendly ML curriculum with practical examples and exercises you can actually finish. A solid starting point if you’re new to ML and want quick wins. Link: https://github.com/microsoft/ML-For-Beginners

  4. Made-With-ML

    Learn how to develop, deploy and iterate on production-grade ML applications.

  5. PythonDataScienceHandbook

    Python Data Science Handbook: full text in Jupyter Notebooks

    Project mention: Python Data Science Handbook | news.ycombinator.com | 2025-12-02

    The linked Github seems to have the 2nd edition in the form of notebooks, https://github.com/jakevdp/PythonDataScienceHandbook/blob/ma..., under the Using Code Examples section, "attribution usually includes the title, author, publisher, and ISBN. For example: "Python Data Science Handbook, 2nd edition, by Jake VanderPlas (O’Reilly). Copyright 2023..." compared to the OP's link which has "The Python Data Science Handbook by Jake VanderPlas (O’Reilly). Copyright 2016..."

  6. TensorFlow-Examples

    TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)

  7. Data-Science-For-Beginners

    10 Weeks, 20 Lessons, Data Science for All!

    Project mention: Data Science for Beginners | news.ycombinator.com | 2025-11-15
  8. RAG_Techniques

    This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. Each technique has a detailed notebook tutorial.

    Project mention: Building with Generative AI: Lessons from 5 Projects Part 1: RAG | dev.to | 2025-08-08

    There is also another repo that showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems.

  9. fastai

    The fastai deep learning library

    Project mention: GSoC 2026 Predictions: 30 NEW AI/ML/Security Organizations You Should Start Contributing to NOW! | dev.to | 2026-02-06

    fastai: https://github.com/fastai/fastai ⭐ 26k+

  10. handson-ml

    ⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 or handson-mlp instead.

  11. fastbook

    The fastai book, published as Jupyter Notebooks

    Project mention: GSoC 2026 Predictions: 30 NEW AI/ML/Security Organizations You Should Start Contributing to NOW! | dev.to | 2026-02-06
  12. homemade-machine-learning

    🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

  13. pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

    Project mention: Project Euler Problems 1–100 | news.ycombinator.com | 2026-07-19
  14. agents-towards-production

    End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment.

    Project mention: Show HN: GibRAM an in-memory ephemeral GraphRAG runtime for retrieval | news.ycombinator.com | 2026-01-17

    GraphRAG's approach certainly makes sense for regulation-heavy documents, where interconnected references can be critical for retrieval quality. The challenge you mentioned about separate systems for graph storage and vector indexing resonates with what we've seen in the field. In practice, this separation often adds unnecessary complexity for ephemeral analysis tasks. One thing we've explored is using a dual-memory architecture, which might be relevant here even in an in-memory context. It allows you to effectively manage recent context and longer-term semantic connections without the overhead of persistent storage. If you're interested in seeing how this approach could be integrated into production systems, I wrote up some patterns that might be useful: https://github.com/NirDiamant/agents-towards-production.

  15. llama-cookbook

    Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services

    Project mention: Using AI to prototype games in the browser | dev.to | 2025-12-01

    While people often focus on the big models, smaller and more specialised models are increasingly important. Codex for code generation, Stable Diffusion for images, and small LLaMA-class models for focused tasks are all good examples.

  16. awesome-python-applications

    💿 Free software that works great, and also happens to be open-source Python.

  17. IoT-For-Beginners

    12 Weeks, 24 Lessons, IoT for All!

    Project mention: IoT for Beginners | news.ycombinator.com | 2025-11-15
  18. mcp-for-beginners

    This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.

    Project mention: Host Your Node.js MCP Server on Azure Functions in 3 Simple Steps | dev.to | 2025-12-09

    🚨 Free course alert! If you're new to MCP, check out the MCP for Beginners course to get up to speed quickly.

  19. vosk-api

    Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node

    Project mention: Audio-to-Text Transcriber Automated via Termux | dev.to | 2025-10-01

    pip install vosk soundfile git clone https://github.com/alphacep/vosk-api.git # download a small model into ~/models # convert audio to 16k mono wav: ffmpeg -i input.mp3 -ar 16000 -ac 1 input_16k.wav # run a small python script: python transcribe_vosk.py input_16k.wav > output.txt

  20. Virgilio

    Your new Mentor for Data Science E-Learning.

    Project mention: Top 5 GitHub Repositories for Data Science in 2026 | dev.to | 2025-09-20

    View on GitHub

  21. python-training

    Python training for business analysts and traders

  22. python-machine-learning-book

    The "Python Machine Learning (1st edition)" book code repository and info resource

  23. prettymaps

    Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely

  24. The-Complete-FAANG-Preparation

    Dive into this repository, a comprehensive resource covering Data Structures, Algorithms, 450 DSA by Love Babbar, Striver DSA sheet, Apna College DSA Sheet, and FAANG Questions! 🚀 That's not all! We've got Technical Subjects like Operating Systems, DBMS, SQL, Computer Networks, and Object-Oriented Programming, all waiting for you.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook Python discussion

Log in or Post with

Jupyter Notebook Python related posts

Index

What are some of the best open-source Python projects in Jupyter Notebook? This list will help you:

# Project Stars
1 LLMs-from-scratch 99,153
2 ML-For-Beginners 88,291
3 Made-With-ML 48,757
4 PythonDataScienceHandbook 48,614
5 TensorFlow-Examples 43,739
6 Data-Science-For-Beginners 36,284
7 RAG_Techniques 28,689
8 fastai 28,085
9 handson-ml 25,599
10 fastbook 24,950
11 homemade-machine-learning 24,698
12 pytudes 24,381
13 agents-towards-production 20,991
14 llama-cookbook 18,402
15 awesome-python-applications 17,831
16 IoT-For-Beginners 16,969
17 mcp-for-beginners 16,781
18 vosk-api 14,946
19 Virgilio 14,860
20 python-training 13,685
21 python-machine-learning-book 12,614
22 prettymaps 12,300
23 The-Complete-FAANG-Preparation 12,036

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Jupyter Notebook is
the 15th most popular programming language
based on number of references?