4 个仓库
Master intermediate-to-advanced Python topics like generators, decorators, and context managers.
Distinct from Advanced Programming References: Distinct from Advanced Programming References: specifically focuses on Python language techniques, not general programming references.
Explore 4 awesome GitHub repositories matching education & learning resources · Python Advanced Techniques. 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
Teaches intermediate-to-advanced Python techniques like generators, decorators, and context managers.
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
Covers advanced Python topics including decorators, context managers, threading, and asyncio.
这是一个专为教授 Python 编程和科学计算而设计的课程资源和实践教程集合。它由一系列交互式课程和可执行的 Notebook 组成,通过代码与文字相结合的方式提供引导式学习体验。 该课程专为有经验的程序员设计,旨在帮助他们快速掌握 Python 语法、数据结构和核心语言语义。它包含一份关于科学计算和复杂数据集分析所用库及编程环境的入门指南。 教学材料涵盖了 Python 编程基础、高级语法以及数据科学所需的工具集。这些课程通过基于 Notebook 的结构呈现,将叙述性文本、数学符号与实时代码集成在一起。
Provides a high-speed curriculum covering advanced Python techniques, language semantics, and idiomatic syntax.
该项目是一个高级 Python 教程和编程课程,专为超越基础语法的开发者设计。它作为一个软件工程指南,专注于专业编码标准、架构模式以及复杂语言特性的应用。 该课程强调函数式编程工作流以及使用复杂数据结构来解决复杂的软件工程问题。它通过学习软件工程优化和高级编程范式,为专业 Python 开发提供了路径。 该材料被组织为一个模块化课程,采用示例驱动的教学流程,将理论解释与可运行的代码示例相结合。内容通过从 Markdown 文件生成的静态网站交付。
Provides comprehensive instruction on advanced Python techniques, including functional programming patterns and complex data structures.