awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jakevdp avatar

jakevdp/WhirlwindTourOfPython

0
View on GitHub↗
4,006 stars·1,712 forks·Jupyter Notebook·CC0-1.0·16 views

WhirlwindTourOfPython

This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose.

The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis.

The educational material covers Python programming fundamentals, advanced syntax, and the toolsets required for data science. These lessons are delivered through a notebook-based structure that integrates narrative text and mathematical notation with live code.

Features

  • Interactive Coding Courses - Organizes educational content into a sequence of interactive notebooks with executable code cells and rich text explanations.
  • Data Science and Analysis - Provides an onboarding guide and tutorials for the libraries and environments used in scientific computing and data analysis.
  • Data Science Learning Materials - Ships a specialized curriculum focused on the core libraries and environments used for scientific computing.
  • Data Science Tooling Tutorials - Includes an introductory guide to the essential libraries and programming environments used for scientific computing.
  • Interactive Notebook Tutorials - Employs Jupyter Notebooks to provide interactive coding exercises with immediate feedback and executable examples.
  • Jupyter Notebook Curricula - Delivers a structured learning path through a collection of executable Jupyter notebooks combining code and prose.
  • Literate Programming Notebooks - Utilizes a literate programming format that integrates live executable code with narrative prose for a reproducible learning experience.
  • Python Learning Resources - Offers interactive lessons on core Python syntax and data structures specifically tailored for experienced programmers.
  • Rapid Prototyping Environments - Enables experienced programmers to rapidly master Python semantics for building scripts and applications.
  • Python Advanced Techniques - Provides a high-speed curriculum covering advanced Python techniques, language semantics, and idiomatic syntax.
  • Markdown Integration - Integrates Markdown and mathematical notation to provide theoretical context for practical programming exercises.
  • Dependency-Based Curricula - Structures the learning path around the progressive introduction of core Python modules and scientific computing libraries.
  • Interactive State Management - Implements a cell-based state persistence model that allows learners to access previously calculated data across code blocks.
  • Programming Fundamentals - Includes interactive lessons on basic language syntax, data structures, and program control flow.
  • Multi-Kernel Code Execution - Provides a kernel-driven execution environment that maintains a persistent backend process to track state between code cells.
  • Programming Foundations - A fast-paced introduction to the Python language.
  • Programming Language Guides - Fast-paced introduction to essential Python components.
  • Learning and Reference - Fast-paced introduction to Python for researchers.

Star history

Star history chart for jakevdp/whirlwindtourofpythonStar history chart for jakevdp/whirlwindtourofpython

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jakevdp/whirlwindtourofpython do?

This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose.

What are the main features of jakevdp/whirlwindtourofpython?

The main features of jakevdp/whirlwindtourofpython are: Interactive Coding Courses, Data Science and Analysis, Data Science Learning Materials, Data Science Tooling Tutorials, Interactive Notebook Tutorials, Jupyter Notebook Curricula, Literate Programming Notebooks, Python Learning Resources.

Which projects share features with jakevdp/whirlwindtourofpython?

Projects with overlapping indexed features include: justmarkham/scikit-learn-videos — This project is a collection of interactive Jupyter notebooks and a structured machine learning tutorial series. It… jerry-git/learn-python3 — This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured… joaoventura/full-speed-python — This project is a Python programming textbook and educational resource designed as a structured learning path for… deqianbai/hands-on-machine-learning — This project is a collection of interactive Jupyter notebooks designed to teach machine learning and deep learning… hadley/r4ds — r4ds is a data science curriculum and educational resource designed for mastering the R programming language. It… boyu-ai/hands-on-rl — Hands-on-RL is an interactive educational resource and collection of Jupyter notebooks designed for learning…

Projects sharing features with WhirlwindTourOfPython

These projects share indexed features with WhirlwindTourOfPython. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • justmarkham/scikit-learn-videosjustmarkham avatar

    justmarkham/scikit-learn-videos

    3,795View on GitHub↗

    This project is a collection of interactive Jupyter notebooks and a structured machine learning tutorial series. It serves as an educational resource for studying predictive modeling and statistical analysis through a curriculum of executable code examples. The notebooks are specifically designed to accompany video tutorials, integrating external video assets with live code to synchronize visual instruction with hands-on experimentation. This approach allows users to follow sequential lessons while executing and modifying machine learning workflows directly in a browser. The content covers t

    Jupyter Notebook
    View on GitHub↗3,795
  • joaoventura/full-speed-pythonjoaoventura avatar

    joaoventura/full-speed-python

    4,077View on GitHub↗

    This project is a Python programming textbook and educational resource designed as a structured learning path for self-paced technical education. It functions as an interactive coding course that guides learners through the Python language using a sequence of conceptual introductions and practical problem-solving exercises. The resource is delivered as a digital ebook, with the content exported into portable PDF and EPUB formats for distribution and offline reading. The project is authored using markdown-based content and plain-text source versioning, utilizing a build system to convert thes

    Makefilebookslearning-by-doinglearning-python
    View on GitHub↗4,077
jerry-git/learn-python3jerry-git avatar

jerry-git/learn-python3

6,754View on GitHub↗

This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

HTMLjupyter-notebooklearning-pythonpython-exercises
View on GitHub↗6,754
  • hadley/r4dshadley avatar

    hadley/r4ds

    5,070View on GitHub↗

    r4ds is a data science curriculum and educational resource designed for mastering the R programming language. It provides a structured learning path for the end-to-end process of importing, tidying, transforming, and visualizing data. The project emphasizes a reproducible data science guide and a comprehensive curriculum for data wrangling. It includes specialized tutorials on the grammar of graphics for layered data visualization and technical publications created with Quarto that blend executable code with narrative prose. The material covers a broad range of analytical capabilities, inclu

    R
    View on GitHub↗5,070
  • Compare all 30 related projects→