awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

Awesome GitHub RepositoriesInteractive Coding Courses

Curricula that use code-based lessons and automated feedback to guide learners through programming features.

Distinct from Python Data Science Courses: Existing candidates are too narrow (Data Science, DevOps) and don't cover general interactive language courses.

Explore 11 awesome GitHub repositories matching education & learning resources · Interactive Coding Courses. Refine with filters or upvote what's useful.

Awesome Interactive Coding Courses GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gregmalcolm/python_koansAvatar von gregmalcolm

    gregmalcolm/python_koans

    5,097Auf GitHub ansehen↗

    This project is an automated syntax trainer and interactive Python course designed as a test-driven learning framework. It teaches Python language features and syntax by guiding learners through a series of coding exercises where the goal is to modify source code until a suite of failing tests passes. The system utilizes a test-driven development methodology, providing a sequence of incremental challenges that increase in complexity. It features an automated test runner and file-change monitoring to provide immediate feedback by automatically re-executing tests when source files are modified.

    Offers a collection of code-based lessons that guide learners through Python features using automated test feedback.

    Pythonkoanspython
    Auf GitHub ansehen↗5,097
  • ronreiter/interactive-tutorialsAvatar von ronreiter

    ronreiter/interactive-tutorials

    4,729Auf GitHub ansehen↗

    Dieses Projekt ist eine interaktive Coding-Tutorial-Plattform und eine Markdown-basierte Kurs-Engine. Es fungiert als webbasiertes Bildungssystem, das Markdown-Dateien in strukturierte Bildungsseiten mit integrierten Schnittstellen zum Schreiben und Ausführen von Code umwandelt. Die Plattform nutzt ein Remote-Code-Execution-Framework, um vom Benutzer eingereichte Snippets in Echtzeit durch Integration mit externen Compilern und Ausführungs-Engines zu validieren. Um eine konsistente Bereitstellung über verschiedene Hosting-Plattformen hinweg zu gewährleisten, wird die gesamte Lernumgebung als containerisiertes Deployment bereitgestellt. Das System deckt ein breites Funktionsspektrum ab, einschließlich Markdown-Rendering mit Wiki-Style-Verlinkung, interaktiver Kursbereitstellung über mehrere Sprachen hinweg und einer Remote-Code-Execution-API zum Erfassen und Zurückgeben von Ausführungsergebnissen.

    Functions as a platform for delivering interactive coding courses with automated feedback and code-based lessons.

    Python
    Auf GitHub ansehen↗4,729
  • ratfactor/ziglingsAvatar von ratfactor

    ratfactor/ziglings

    4,662Auf GitHub ansehen↗

    Ziglings is an interactive coding course and tutorial designed to teach the Zig programming language. It functions as a test-driven learning tool that guides users through a sequence of incremental exercises to master language syntax and semantics. The project provides a series of small, broken programs that learners must fix. Progress is achieved by modifying the code until it satisfies predefined requirements and passes associated automated tests. The educational experience is supported by a shell-based test runner and local compiler execution to provide immediate feedback. It utilizes a f

    Ships a curriculum that uses code-based lessons and automated feedback to guide learners through the Zig language.

    beginner-friendlyeducationalexercises
    Auf GitHub ansehen↗4,662
  • kay-is/react-from-zeroAvatar von kay-is

    kay-is/react-from-zero

    4,594Auf GitHub ansehen↗

    react-from-zero ist ein interaktiver React-Kurs und ein Lern-Tutorial, das darauf ausgelegt ist, die Kernkonzepte und die Funktionsweise von React zu vermitteln. Es fungiert als webbasierte Sandbox und Leitfaden, der strukturierte Lektionen zum Erstellen von Benutzeroberflächen und zur Verwaltung des React-Element-Lebenszyklus bietet. Das Projekt stellt eine browserbasierte Code-Ausführungsumgebung bereit, die es Nutzern ermöglicht, Code-Beispiele online auszuführen, ohne eine lokale Entwicklungsumgebung einrichten zu müssen. Es enthält eine technische Anleitung zur Organisation visueller Logik in wiederverwendbare Komponenten sowie ein System zur Ausführung von Unit-Tests, um das Komponentenverhalten zu verifizieren. Der Lehrplan deckt React-Grundlagen, Komponentenentwicklung und den Prozess der Verifizierung ab, dass Komponenten korrekt rendern und erwartete Callbacks auslösen.

    Ships a curriculum that uses code-based lessons and automated feedback to guide learners.

    HTMLexamplelearninglesson
    Auf GitHub ansehen↗4,594
  • swirldev/swirl_coursesAvatar von swirldev

    swirldev/swirl_courses

    4,562Auf GitHub ansehen↗

    Dieses Projekt ist eine Sammlung interaktiver Programmierlektionen für das R-Paket swirl. Es bietet einen strukturierten Lehrplan zum Erlernen von R-Programmierung und Data Science durch eine Reihe geführter, selbstgesteuerter Übungen, die über eine Befehlszeilenschnittstelle bereitgestellt werden. Die Inhalte decken ein breites Spektrum der Data-Science-Ausbildung ab, einschließlich Sprachgrundlagen, Datenbereinigung und -manipulation, statistischer Analyse und Datenvisualisierung. Es enthält zudem Lehrmodule, die sich auf Softwareentwicklungspraktiken konzentrieren. Diese Lektionen sind als modulare Hierarchie von Kursen und Prompts entwickelt, die für die Verteilung in R-Paketen gebündelt sind. Kursmaterialien werden in Remote-Repositories gehostet, damit Benutzer die Bildungsmodule direkt in ihre eigene Umgebung herunterladen und installieren können.

    Offers interactive coding courses that use automated feedback to guide learners through R and data science.

    R
    Auf GitHub ansehen↗4,562
  • allendowney/thinkstats2Avatar von AllenDowney

    AllenDowney/ThinkStats2

    4,212Auf GitHub ansehen↗

    ThinkStats2 ist ein Kurs für computergestützte Statistik und eine Bildungsbibliothek, die darauf ausgelegt ist, Wahrscheinlichkeit und Statistik durch einen programmatischen Ansatz zu lehren. Sie bietet ein Framework zum Studium statistischer Konzepte durch das Schreiben von Python-Code und das Ausführen von Simulationen auf realen Datensätzen. Das Projekt verwendet interaktive Notebooks und eine Sammlung von Python-Modulen, um geführte Lektionen bereitzustellen. Es betont die Verifizierung theoretischer statistischer Gesetze durch iterative computergestützte Experimente und simulationsgestütztes Testen. Die Ressource deckt breite Funktionen in der Datenanalyse und Ausbildung im Bereich Data Science ab, was es Benutzern ermöglicht, Datensätze zu erkunden und statistische Analysen innerhalb einer programmierbaren Umgebung durchzuführen.

    Delivers guided lessons and code examples that teach statistical concepts using an interactive programmatic approach.

    Jupyter Notebook
    Auf GitHub ansehen↗4,212
  • joaoventura/full-speed-pythonAvatar von joaoventura

    joaoventura/full-speed-python

    4,077Auf GitHub ansehen↗

    Dieses Projekt ist ein Python-Programmierlehrbuch und eine Bildungsressource, die als strukturierter Lernpfad für selbstgesteuerte technische Bildung konzipiert ist. Es fungiert als interaktiver Programmierkurs, der Lernende durch die Python-Sprache mithilfe einer Sequenz konzeptioneller Einführungen und praktischer Problemlösungsübungen führt. Die Ressource wird als digitales E-Book bereitgestellt, wobei der Inhalt in portable PDF- und EPUB-Formate für die Verteilung und das Offline-Lesen exportiert wird. Das Projekt ist unter Verwendung von Markdown-basierten Inhalten und Klartext-Quellversionsverwaltung verfasst und nutzt ein Build-System, um diese Quelldateien in formatierte E-Books zu konvertieren.

    Combines theoretical programming concepts with a structured sequence of practical coding challenges.

    Makefilebookslearning-by-doinglearning-python
    Auf GitHub ansehen↗4,077
  • jakevdp/whirlwindtourofpythonAvatar von jakevdp

    jakevdp/WhirlwindTourOfPython

    4,006Auf GitHub ansehen↗

    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 educa

    Organizes educational content into a sequence of interactive notebooks with executable code cells and rich text explanations.

    Jupyter Notebook
    Auf GitHub ansehen↗4,006
  • tyroprogrammer/learn-react-appAvatar von tyroprogrammer

    tyroprogrammer/learn-react-app

    3,847Auf GitHub ansehen↗

    This project is an interactive learning platform designed for mastering component-based user interface patterns and state management using the React library. It functions as a frontend development tutorial and course, providing a guided environment for learning declarative rendering and virtual DOM concepts. The platform distinguishes itself through a live-reload coding environment and a split-view interface for real-time code validation. These tools allow learners to compare their live code output against target solutions and use guided source-code markers to identify required edits and crit

    Ships a hands-on training tool that uses automated feedback to guide learners through declarative rendering and virtual DOM concepts.

    JavaScriptexerciseguided-exercisesjavascript
    Auf GitHub ansehen↗3,847
  • gitbookio/javascriptAvatar von GitbookIO

    GitbookIO/javascript

    3,693Auf GitHub ansehen↗

    This project is an interactive JavaScript course and beginner programming guide designed to teach fundamental scripting logic and language syntax. It functions as a web-based coding tutorial that transforms markdown-based lessons into a static site curriculum for learning web development basics. The resource features a browser-based code sandbox that allows for the execution of JavaScript snippets within a secure environment for immediate feedback. Lessons are organized into a linear sequence of modules to provide a structured onboarding process for those new to software development. The sys

    Ships a structured curriculum using code-based lessons and automated feedback to teach programming logic.

    javascriptlearn-to-codelearning
    Auf GitHub ansehen↗3,693
  • martinchavez/javascriptAvatar von MartinChavez

    MartinChavez/Javascript

    958Auf GitHub ansehen↗

    This project is an educational platform designed to teach JavaScript programming through a structured, test-driven curriculum. It provides a collection of interactive coding exercises that guide learners through language fundamentals and software development concepts. The platform distinguishes itself by requiring users to verify their understanding of language features by passing automated test suites in real time. By utilizing a server-side runtime environment, the tool executes student code against predefined assertion patterns to provide immediate feedback on correctness. The curriculum

    Provides a structured curriculum of interactive coding lessons with automated feedback.

    JavaScript
    Auf GitHub ansehen↗958
  1. Home
  2. Education & Learning Resources
  3. Interactive Coding Courses