15 Repos
Educational resources that teach technical concepts through functional code examples and practical implementation.
Distinguishing note: Focuses on pedagogical patterns rather than general software libraries.
Explore 15 awesome GitHub repositories matching education & learning resources · Code-Centric Tutorials. Refine with filters or upvote what's useful.
This project is an open-source software engineering handbook and technical learning resource focused on backend web development. It provides a comprehensive guide to building server-side applications, covering the end-to-end flow of web requests from initial HTTP traffic handling to database integration and dynamic content rendering. The material follows a code-centric pedagogical pattern, anchoring theoretical concepts in functional snippets that demonstrate practical implementation. The curriculum is organized through progressive complexity sequencing, moving from foundational language synt
Explanations are anchored by functional code snippets that demonstrate the practical implementation of theoretical concepts in a real-world environment.
This project is an educational resource designed to help developers transition from traditional C++ standards to modern language features. It serves as a technical reference manual and a self-paced curriculum, providing a structured path for mastering the evolution of the language and adopting contemporary programming practices. The material is organized chronologically by language standard, allowing readers to track the development of syntax and features over time. Each topic is presented through a combination of theoretical explanations and modular code examples, supported by exercise-drive
Pairs theoretical explanations with modular source code examples to demonstrate practical application of language features.
This repository serves as a structured educational resource for machine learning and data science, providing a centralized collection of tutorials, lecture notes, and implementation guides. It is designed to support self-directed learning by organizing complex technical concepts into a clear, hierarchical path that spans from foundational statistical methods to advanced deep learning architectures. The project distinguishes itself through a comprehensive approach to skill development, bridging the gap between theoretical algorithmic foundations and functional software applications. It offers
Provides practical tutorials with executable code snippets to bridge theoretical machine learning concepts and functional applications.
This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional
Offers a comprehensive library of Python code examples demonstrating various programming tasks and design patterns.
AlgoNote is an algorithm and data structure tutorial and computer science study manual. It serves as a technical library of algorithm implementations and data structure patterns, providing a comprehensive learning guide focused on technical interview preparation. The project functions as a LeetCode solution guide, containing analyzed and implemented solutions for over one thousand coding challenges. All implementations are written in Python to provide a consistent coding reference. The resource covers the study of algorithm fundamentals, the resolution of diverse coding challenges, and prepa
Offers a technical library of algorithm implementations and data structure patterns as Python code examples.
This project is an educational repository and programming guide for Python 3. It provides a collection of runnable code samples and implementation details designed to help users learn the core features, syntax, and logic of the language. The repository utilizes a case-study driven approach, using practical examples and guided implementation to demonstrate common patterns and standard library functions. The content is organized into a linear progression curriculum, grouping related language features into topic-based modules.
Offers functional Python 3 sample code to practice the application of theoretical programming concepts.
Implements all design patterns and solutions in Python, leveraging its object-oriented features for clarity.
Ultimate Python is a code-first educational resource for mastering the Python programming language. It organizes learning into self-contained, runnable modules that progress from fundamental syntax through advanced features, all without any external dependencies or build tools. The project is structured as a flat file hierarchy where each module is named by topic and can be executed independently. This design enables self-paced, hands-on practice with core Python concepts including built-in data structures, object-oriented programming, and advanced topics such as decorators, threading, and as
Provides self-contained Python code examples demonstrating data structures, decorators, and concurrency patterns.
Dieses Projekt ist eine Sammlung praktischer Skripte und Referenzleitfäden, die fortgeschrittene Python-Sprachmerkmale und Idiome demonstrieren. Es bietet Code-Implementierungen für die Beherrschung von Konzepten wie Concurrency, Metaprogrammierung und Datenstrukturdesign. Das Repository beinhaltet Beispiele des Python-Objektmodells, die benutzerdefinierten Attributzugriff, Deskriptor-Protokolle und spezielle Methoden-Overrides abdecken. Es bietet zudem Implementierungen von Design-Patterns, die First-Class-Functions und Decorators nutzen, um objektorientierte Boilerplate zu reduzieren. Die Codebasis deckt ein breites Spektrum an Funktionen ab, einschließlich asynchroner Programmierung mit Event-Loops und Futures, der Erstellung benutzerdefinierter Sequenzen und Generatoren sowie der Verwendung abstrakter Basisklassen für die Schnittstellendurchsetzung. Sie demonstriert zudem Ressourcenmanagement durch Context-Manager und den Umgang mit Text- und Byte-Sequenzen.
A collection of practical scripts and patterns demonstrating advanced Python language features and idioms.
Go42 is a comprehensive programming language guide and reference for the Go language. It serves as a study of the official language specifications and a collection of design patterns derived from the internal logic and source code of the Go standard library. The project focuses on analyzing official library implementations to demonstrate idiomatic design patterns and core architectural thinking. It maps high-level architectural patterns to specific language features to support the development of scalable and maintainable software. The educational material is organized through case studies an
Organizes educational material around frequent developer mistakes to provide corrective mental models for coding.
This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover
Offers a curated collection of practical Python code examples to demonstrate programming concepts and design patterns.
This project is a curated library of Python code examples, educational resources, and programming tutorials. It functions as an educational repository designed to teach Python language fundamentals through practical implementation tasks, real-world exercises, and functional code snippets. The collection covers a diverse range of implementation examples, including the development of interactive websites and message boards using web frameworks. It also features scripts for audio speech processing, automated media processing for images, and the extraction of data from web content. Additional ca
A curated collection of Python code snippets and tutorials for learning language fundamentals through practical exercises.
This repository is a collection of practical code samples and an idiomatic programming guide for the Python language. It serves as a reference for implementing advanced language features, data structures, and professional coding standards. The project focuses on demonstrating object-oriented architectures and structural design patterns. It provides a set of source files that illustrate the use of advanced Python capabilities to create readable and efficient software designs. The implementation covers asynchronous and concurrent execution patterns, as well as idiomatic software design and pro
Ships a collection of educational code examples demonstrating advanced programming patterns and idiomatic designs.
This project serves as a comprehensive library and architectural guide for implementing established software design patterns within the Unity engine using C#. It provides a structured approach to organizing game logic, focusing on improving code maintainability, scalability, and long-term project health through proven structural solutions. The collection distinguishes itself by offering practical implementations of architectural patterns that decouple game systems, such as event dispatching and request handling, while providing tools to identify and rectify common coding anti-patterns. It fur
Helps developers identify and rectify common coding anti-patterns to improve the efficiency and quality of game code.
Dieses Repository dient als Bildungsressource für Informatikkonzepte und bietet eine Sammlung grundlegender Datenstrukturen und algorithmischer Muster, die in Python implementiert sind. Es fungiert als Programmierreferenz für Entwickler, die Standard-Software-Engineering-Muster und Datenmanipulationsstrategien verstehen möchten. Das Projekt konzentriert sich auf die Konstruktion wesentlicher Speicherformate, einschließlich Arrays, Graphen, Hash-Tabellen, verketteten Listen, Stacks und Queues. Es bietet zudem Implementierungen für algorithmische Standardtechniken wie dynamische Programmierung, Rekursion, Sortierung und Graphentraversierung. Durch die Organisation von Informationen in logischen Containern und die Anwendung mathematischer Abbildungen demonstriert die Bibliothek, wie Daten effektiv verwaltet werden können, während die Effizienz der Berechnungslogik durch Komplexitätsanalyse bewertet wird. Über die grundlegende Implementierung hinaus unterstützt das Repository die Optimierung der Softwareleistung, indem es Nutzern hilft, geeignete Strukturen und Algorithmen für spezifische Aufgaben auszuwählen. Es ist so strukturiert, dass es bei der Vorbereitung auf technische Interviews hilft, indem es eine umfassende Reihe von Beispielen bietet, die häufige Programmierherausforderungen und grundlegende Rechenkonzepte adressieren.
Demonstrates standard software engineering patterns and data manipulation strategies through Python code examples.