11 Repos
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.