awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dabeaz avatar

dabeaz/python-cookbook

0
View on GitHub↗
4,023 星标·1,764 分支·Python·3 次浏览

Python Cookbook

该项目是实用且地道的 Python 代码配方、技术教程和编程参考的集合。它作为一个示例驱动的资源,将理论编程概念转化为可执行的 Python 源代码。

该仓库被组织为一系列独立的脚本和模块化配方。每个示例都设计为无状态执行,允许单独的问题解决模式在没有共享全局状态或复杂设置的情况下独立运行。

内容专注于 Python 语言掌握和软件开发。它涵盖了常见编程模式的实现、高级语言特性以及构建可读且高效软件的既定最佳实践。

Features

  • Python Learning Resources - Offers curated educational materials and practical code examples for mastering the Python programming language.
  • Runnable Demonstrations - Provides technical documentation that prioritizes isolated, executable code samples over long-form prose to demonstrate problem-solving patterns.
  • Programming Language Mastery Guides - Provides technical tutorials focused on Python-specific mechanics, idiomatic patterns, and advanced language features.
  • Example-Driven Tutorials - Uses isolated executable examples to demonstrate specific programming concepts for language learning.
  • Common Programming Patterns - Provides a collection of reusable solutions and idiomatic Python approaches for solving recurring software design problems.
  • Python Script Collections - Provides a diverse collection of Python scripts demonstrating functional capabilities and idiomatic patterns across different domains.
  • Architectural Pattern Implementations - Implements reference versions of fundamental software design patterns and structural solutions in executable Python code.
  • Python Patterns - Implements Python-specific architectural patterns to reduce complexity and ensure readable software development.
  • Python Best Practices - Demonstrates language-specific conventions and idiomatic patterns for writing high-quality, maintainable Python code.
  • Architecture Reference Implementations - Provides a reference architecture that demonstrates best practices and design patterns through executable source code.
  • Python Tutorials - Provides instructional content and hands-on examples focusing on the features and application of the Python language.
  • Python Programming Guides - Serves as a programming guide focused on Python language features, syntax, and best practices through runnable scripts.
  • Textbook-Mapped Organization - Groups source files into independent scripts that mirror the structure of a technical reference or textbook.
  • Source Code Modularization - Splits a large body of programming knowledge into small isolated files to allow for targeted execution and testing.
  • Stateless Script Implementations - Implements code samples as self-contained units that execute without relying on external shared state.
  • Stateless Execution - Designs each code sample to run independently without requiring a shared global state or complex setup.
  • Reference-to-Code Mappings - Aligns the directory structure and naming conventions with an external textual reference for easy lookup.
  • Recipe-Based Project Structures - Segments functionality into independent scripts based on distinct problem domains for easy isolation and reuse.

Star 历史

dabeaz/python-cookbook 的 Star 历史图表dabeaz/python-cookbook 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

dabeaz/python-cookbook 是做什么的?

该项目是实用且地道的 Python 代码配方、技术教程和编程参考的集合。它作为一个示例驱动的资源,将理论编程概念转化为可执行的 Python 源代码。

dabeaz/python-cookbook 的主要功能有哪些?

dabeaz/python-cookbook 的主要功能包括:Python Learning Resources, Runnable Demonstrations, Programming Language Mastery Guides, Example-Driven Tutorials, Common Programming Patterns, Python Script Collections, Architectural Pattern Implementations, Python Patterns。

dabeaz/python-cookbook 有哪些开源替代品?

dabeaz/python-cookbook 的开源替代品包括: visualize-ml/book1_python-for-beginners — This project is an introductory programming course and educational resource designed to teach the basics of the Python… realpython/materials — This project is a comprehensive collection of Python programming education materials, including tutorials, exercises,… yidao620c/python3-cookbook — This project is a Python 3 programming cookbook and reference guide. It provides a collection of translated recipes… huangsam/ultimate-python — Ultimate Python is a code-first educational resource for mastering the Python programming language. It organizes… trekhleb/learn-python — This project is an educational resource designed for learning the Python programming language. It serves as a tutorial… show-me-the-code/python — This project is a curated library of Python code examples, educational resources, and programming tutorials. It…

Python Cookbook 的开源替代方案

相似的开源项目,按与 Python Cookbook 的功能重合度排序。
  • visualize-ml/book1_python-for-beginnersVisualize-ML 的头像

    Visualize-ML/Book1_Python-For-Beginners

    6,763在 GitHub 上查看↗

    This project is an introductory programming course and educational resource designed to teach the basics of the Python language. It serves as a beginner guide to foundational programming concepts and syntax through a structured learning path. The curriculum focuses on Python language learning and scripting basics, enabling learners to build a foundational understanding of how to write and run code. Instructional materials are delivered through an example-driven curriculum that pairs runnable code snippets with hands-on exercises. The content is organized into a modular lesson structure using

    Jupyter Notebook
    在 GitHub 上查看↗6,763
  • realpython/materialsrealpython 的头像

    realpython/materials

    5,173在 GitHub 上查看↗

    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

    Jupyter Notebook
    在 GitHub 上查看↗5,173
  • yidao620c/python3-cookbookyidao620c 的头像

    yidao620c/python3-cookbook

    12,009在 GitHub 上查看↗

    This project is a Python 3 programming cookbook and reference guide. It provides a collection of translated recipes and implementation patterns designed to solve common coding tasks and software architecture problems using Python 3 syntax. The resource serves as a library for Python design patterns and a guide for applying advanced language features and standard library functions to real-world problems. It focuses on practical examples of programming patterns and software engineering best practices to improve code maintainability and quality. The content is organized as a series of language

    Jupyter Notebookpythonpython3python3-cookbook
    在 GitHub 上查看↗12,009
  • huangsam/ultimate-pythonhuangsam 的头像

    huangsam/ultimate-python

    5,873在 GitHub 上查看↗

    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

    Pythonhacktoberfestinternationallearn-to-code
    在 GitHub 上查看↗5,873
  • 查看 Python Cookbook 的所有 30 个替代方案→