3 个仓库
Educational content for learners who have mastered basic Python and are advancing their skills.
Distinct from Python Learning Resources: Distinct from Python Learning Resources: specifically targets intermediate-level Python learners, not beginners.
Explore 3 awesome GitHub repositories matching education & learning resources · Intermediate Python Learning. Refine with filters or upvote what's useful.
interpy-zh is the Chinese translation of the Intermediate Python book, an open-source educational resource that makes advanced Python concepts accessible to Mandarin-speaking readers. It serves as an intermediate-to-advanced Python tutorial, covering topics such as generators, decorators, and context managers for developers seeking deeper language mastery. The book is organized into sequential chapters that build from basic to advanced Python concepts, with each topic grouped into self-contained modules for focused study. It teaches primarily through runnable code snippets with inline annotat
Provides intermediate-to-advanced Python learning content for developers seeking deeper language mastery.
本项目是一个全面的 Python 编程教育材料合集,包括教程、练习与精选代码示例。它作为一个学习课程与软件工程工具包,利用 Jupyter Notebooks 将可执行代码与描述性教育文本相结合。 该仓库提供了构建大语言模型应用的实践指南,例如检索增强生成(RAG)系统、有状态 AI 代理与机器学习工作流。它通过提供结构化的代理编码工作流脱颖而出,涵盖了上下文窗口蒸馏、与提供商无关的模型路由以及模式强制的结构化输出。 这些材料涵盖了广泛的软件工程能力,包括使用分布式任务队列的异步编程、使用 REST API 的 Web 应用开发以及数据分析工作流。它还包括用于掌握面向对象设计、实现 CI/CD 流水线以及应用专业 Linting 与格式化标准的资源。
Provides foundational instructional materials covering core Python syntax and basic programming logic.
该仓库是一个结构化的课程和编程练习集合,旨在建立 Python 熟练度。它作为一个算法问题解决资源,提供了一系列从基础到中级水平的任务,帮助开发者掌握语言语法和逻辑思维。 该集合通过基于模式的解决方案分解脱颖而出,将复杂的挑战分解为多种算法方法。这种方法论允许学习者分析实现代码效率的不同策略,并理解核心编程模式。 内容涵盖了基本的计算机科学基础,并为技术评估提供准备。所有材料均作为版本控制知识库中的静态 Markdown 文档进行组织,确保了渐进式技能发展的便携和结构化格式。
Provides a structured series of exercises to help developers master language syntax and clean code.