Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Education

Education

165 projects

Showing 36 of 165 projects

mlr3book
mlr3bookTeX

Free online version of the 'Applied Machine Learning Using mlr3 in R' textbook, built with Quarto.

#bookdown#mlr3#data-science
Stars281
Forks69
Last commit11 days ago
koans
koansElixir

Interactive exercises to learn Elixir by completing test-driven koans.

#functional-programming#elixir#developer-tools
Stars248
Forks60
Last commit10 years ago
Technology
Technology

A curated collection of high-quality STEAM resources for students and teachers to supplement classroom learning.

#lists#mathematics#science
Stars246
Forks35
Last commit2 months ago
Learning
Learning

A curated collection of high-quality resources for learning Common Lisp, from beginner tutorials to advanced topics.

#programming-language#lisp-environments#community
Stars240
Forks14
Last commit2 years ago
Coq Platform
Coq PlatformShell

A dependable, cross-platform distribution of the Rocq proof assistant with a curated selection of libraries and tools.

#mathematics#coq#education
Stars239
Forks55
Last commit4 days ago
Elm Koans
Elm KoansElm

A set of interactive exercises for learning the Elm programming language through test-driven practice.

#beginner-friendly#functional-programming#koans
Stars238
Forks60
Last commit6 years ago
INGInious
INGIniousPython

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.

#learn-to-code#lti#education
Stars237
Forks147
Last commit1 day ago
GeoCoq
GeoCoqRocq Prover

A formalization of geometry in Coq based on Tarski's axiom system, containing both foundational and high-school style proofs.

#hilbert-axioms#euclid#mathematics
Stars207
Forks30
Last commit8 months ago
jupyter-manim
jupyter-manimPython

A Jupyter cell magic for rendering ManimCairo animations directly in notebooks and displaying the output video.

#jupyter-magic#education#mathematical-animation
Stars198
Forks11
Last commit3 months ago
expertiza
expertizaRuby

A web application for students to submit and peer-review learning objects like articles, code, and websites.

#peer-review#expertiza-wiki#academic-software
Stars194
Forks1.3k
Last commit2 months ago
Idris Koans
Idris KoansIdris

An interactive learning environment for Idris and functional programming through fixing failing code exercises.

#functional-programming#koans#education
Stars182
Forks26
Last commit8 years ago
Security Card Games
Security Card Games

A curated list of security card games and tabletop exercises for training and discussion.

#security-training#cryptography-education#education
Stars173
Forks16
Last commit1 year ago
test-anything
test-anythingJavaScript

A deprecated Node.js workshopper that teaches software testing fundamentals using the Test Anything Protocol (TAP).

#software-testing#education#command-line-tool
Stars169
Forks50
Last commit3 years ago
typescript-challenges
typescript-challengesTypeScript

A collection of hands-on challenges to master TypeScript concepts through practical exercises.

#developer-tools#type-system#education
Stars169
Forks97
Last commit1 year ago
jupyterquiz
jupyterquizJupyter Notebook

A Python library for creating interactive self-assessment quizzes (multiple choice, numerical, string) in Jupyter notebooks and Jupyter Book.

#python-library#edtech#interactive-quiz
Stars166
Forks48
Last commit4 months ago
A list of colleges and universities offering degrees in data science.
A list of colleges and universities offering degrees in data science.Python

A curated list of colleges and universities worldwide offering data science degrees.

#higher-education#universities#data-science
Stars159
Forks195
Last commit
Social Enterprise
Social Enterprise

A curated list of resources for learning about and engaging with social enterprises and social entrepreneurship.

#community#social-entrepreneurship#education
Stars146
Forks8
Last commit1 year ago
golang-benchmarks
golang-benchmarksGo

A collection of Go benchmarks comparing the performance of various standard library functions and common programming tasks.

#golang-playground#examples#hashing
Stars145
Forks19
Last commit6 days ago
ZuiOJ
ZuiOJJava

An open-source online judge system for code evaluation and programming competitions, built with Spring Boot, Spring Cloud, and Vue.

#education#code-evaluation#java
Stars143
Forks11
Last commit9 months ago
University Degree Roadmap
University Degree RoadmapVue

A platform providing degree roadmaps comprised of 100% free, high-quality online courses for self-study.

#free-courses#education#mooc-alternative
Stars123
Forks4
Last commit2 years ago
Pink Gorilla Notebook
Pink Gorilla NotebookClojure

A lightweight, extensible web-based notebook REPL for Clojure and ClojureScript with rich UI visualizations.

#clojurescript#reagent#notebook
Stars107
Forks10
Last commit5 years ago
Elixir Tab
Elixir TabJavaScript

A Chrome extension that replaces your new tab page with random Elixir core library documentation to help you learn.

#programming-language#elixir#developer-tools
Stars106
Forks9
Last commit6 years ago
nyu-mlif-notes
nyu-mlif-notes

Chinese-language notes for NYU's Financial Machine Learning course, covering core concepts and practical applications.

#finance#education#lecture-notes
Stars106
Forks22
Last commit7 years ago
Js4Girls
Js4GirlsHTML

A free, open-source JavaScript learning event series created for women to increase female participation in technology.

#free-courses#education#workshops
Stars99
Forks47
Last commit9 years ago
About Swift
About SwiftSwift

A playground with explanations and samples covering the Swift programming language and standard library.

#programming-language#developer-tools#code-samples
Stars85
Forks12
Last commit1 year ago
AI Books
AI Books

A curated collection of books covering Artificial Intelligence, Machine Learning, Deep Learning, and Transformers for students and professionals.

#ai#python-ml#ai-agent
Stars83
Forks8
Last commit11 months ago
callgraph
callgraphPython

Magic to display dynamic call graphs of Python function calls

#education#visualizations#ipython-magic
Stars79
Forks8
Last commit4 years ago
Application Security Education
Application Security EducationJavaScript

Open-source application security training materials including presentations and hands-on labs from Duo Security.

#developer-education#security-training#owasp-top-10
Stars77
Forks13
Last commit
CS 378
CS 378

A university course syllabus and materials for a project-based class on practical 3D reconstruction using computer vision.

#opencv#education#3d-reconstruction
Stars76
Forks13
Last commit11 years ago
Awesome JS Books
Awesome JS Books

A curated list of the best free and paid JavaScript books covering general topics, ES6, functional programming, patterns, and Node.js.

#functional-programming#js#programming-education
Stars72
Forks12
Last commit7 years ago
zen-signals
zen-signalsTypeScript

A minimal observable library focused on readability and educational value for understanding reactive programming concepts.

#functional-programming#educational#composability
Stars52
Forks1
Last commit3 years ago
Learn You a Frege for Great Good!
Learn You a Frege for Great Good!Frege

A Frege translation of the examples from "Learn You a Haskell for Great Good!", a popular functional programming tutorial.

#code-examples#haskell#gradle
Stars51
Forks1
Last commit10 years ago
Waterproof proof language
Waterproof proof languageRocq Prover

A Coq plugin enabling proof writing in a natural, handwritten mathematical style to aid students in learning formal proof.

#natural-language#education#theorem-proving
Stars51
Forks18
Last commit22 days ago
Local LLM NPC
Local LLM NPCC#

An interactive educational game that uses Gemma 3n for private, on-device AI NPCs to teach sustainable farming and botany.

#privacy-first#godot-ai#offline-first
Stars50
Forks7
Last commit4 months ago
open-solution-value-prediction
open-solution-value-predictionPython

An open-source machine learning solution for the Santander Value Prediction Challenge on Kaggle.

#open-source#reproducible-experiments#data-science
Stars39
Forks21
Last commit
Vocab React Native
Vocab React NativeObjective-C

A React Native mobile app for learning Thai vocabulary with flashcards and quizzes, available on iOS and Android.

#ios#thai-vocabulary#quiz-app
Stars37
Forks17
Last commit8 years ago
PreviousPage 4 of 5Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
5 years ago
5 years ago
4 years ago
#Python30
#Awesome List28
#Awesome26
#Machine Learning25
#Data Science23
#Learning Resources21
#Curated List21
#Javascript20
#Learning18
#Developer Tools18
#Functional Programming15
#Interactive Learning13