4 个仓库
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.
该项目是实用且地道的 Python 代码配方、技术教程和编程参考的集合。它作为一个示例驱动的资源,将理论编程概念转化为可执行的 Python 源代码。 该仓库被组织为一系列独立的脚本和模块化配方。每个示例都设计为无状态执行,允许单独的问题解决模式在没有共享全局状态或复杂设置的情况下独立运行。 内容专注于 Python 语言掌握和软件开发。它涵盖了常见编程模式的实现、高级语言特性以及构建可读且高效软件的既定最佳实践。
Uses isolated executable examples to demonstrate specific programming concepts for language learning.
该项目是一个高级 Python 教程和编程课程,专为超越基础语法的开发者设计。它作为一个软件工程指南,专注于专业编码标准、架构模式以及复杂语言特性的应用。 该课程强调函数式编程工作流以及使用复杂数据结构来解决复杂的软件工程问题。它通过学习软件工程优化和高级编程范式,为专业 Python 开发提供了路径。 该材料被组织为一个模块化课程,采用示例驱动的教学流程,将理论解释与可运行的代码示例相结合。内容通过从 Markdown 文件生成的静态网站交付。
Employs a pedagogical method that pairs theoretical explanations with isolated executable examples to teach programming concepts.