4 Repos
Educational resources that use isolated executable examples to demonstrate specific programming concepts.
Distinct from Demos and Examples: Distinct from general demos; specifically focuses on the pedagogical method of using isolated examples for language learning.
Explore 4 awesome GitHub repositories matching education & learning resources · Example-Driven Tutorials. Refine with filters or upvote what's useful.
This project is a Go programming language study guide and backend development course. It provides a collection of learning notes and practical examples covering fundamental syntax and core language concepts. The repository functions as a tutorial for building web APIs and network services. It includes implementation guides for the Gin web framework and code demonstrations for creating remote procedure call services using Protocol Buffers. The material covers backend API engineering, including routing, data binding, and error handling. It also includes examples of structured logging and custo
Organizes the entire learning path through isolated executable examples demonstrating specific syntax features.
This project is a curated collection of C code implementation libraries and reference materials designed for learning the C programming language. It serves as a technical reference and study guide, providing a set of verified code samples that demonstrate core syntax and software patterns. The repository functions as a low-level programming study guide, focusing on the analysis of concrete implementations to teach memory management and hardware interaction. It organizes these materials into a modular structure, separating different language concepts into discrete files to facilitate the study
Uses isolated, executable code examples as the primary pedagogical method to demonstrate C programming concepts.
Dieses Projekt ist eine Sammlung praktischer und idiomatischer Python-Code-Rezepte, technischer Tutorials und Programmierreferenzen. Es dient als beispielorientierte Ressource, die theoretische Programmierkonzepte in ausführbaren Python-Quellcode übersetzt. Das Repository ist als eine Reihe eigenständiger Skripte und modularer Rezepte organisiert. Jedes Beispiel ist für eine zustandslose Ausführung konzipiert, wodurch individuelle Problemlösungsmuster unabhängig voneinander ohne geteilten globalen Zustand oder komplexe Einrichtung ausgeführt werden können. Der Inhalt konzentriert sich auf die Beherrschung der Python-Sprache und Softwareentwicklung. Er deckt die Implementierung gängiger Programmiermuster, fortgeschrittene Sprachfeatures und etablierte Best Practices für den Bau lesbarer und effizienter Software ab.
Uses isolated executable examples to demonstrate specific programming concepts for language learning.
Dieses Projekt ist ein fortgeschrittenes Python-Tutorial und ein Programmierkurs für Entwickler, die über die Grundlagen hinausgehen möchten. Es dient als Software-Engineering-Leitfaden mit Fokus auf professionelle Coding-Standards, Architekturmuster und die Anwendung komplexer Sprachfeatures. Der Lehrplan betont funktionale Programmier-Workflows und die Verwendung komplexer Datenstrukturen zur Lösung anspruchsvoller Software-Engineering-Probleme. Er bietet einen Pfad zur professionellen Python-Entwicklung durch das Studium von Software-Engineering-Optimierung und fortgeschrittenen Programmierparadigmen. Das Material ist als modularer Kurs mit einem beispielorientierten pädagogischen Ansatz organisiert, der theoretische Erklärungen mit ausführbarem Code kombiniert. Der Inhalt wird über eine statische Website bereitgestellt, die aus Markdown-Dateien generiert wird.
Employs a pedagogical method that pairs theoretical explanations with isolated executable examples to teach programming concepts.