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 قابل للتنفيذ. يتم تنظيم المستودع كسلسلة من السكربتات المستقلة والوصفات النمطية. تم تصميم كل عينة للتنفيذ بدون حالة (Stateless)، مما يسمح بتشغيل أنماط حل المشكلات الفردية بشكل مستقل دون حالة عالمية مشتركة أو إعداد معقد. يركز المحتوى على إتقان لغة 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.