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

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

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

dabeaz-course/practical-python

0
View on GitHub↗
0 星标·0 分支·0 次浏览

Practical Python

When I first learned Python nearly 27 years ago, I was immediately struck by how I could productively apply it to all sorts of messy work projects. Fast-forward a decade and I found myself teaching others the same fun. The result of that teaching is this course--A no-nonsense treatment of Python…

Features

  • Programming Language Guides - Covers foundational aspects of Python programming.
  • Programming Languages - Hands-on course materials for learning advanced Python programming.

Star 历史

dabeaz-course/practical-python 的 Star 历史图表dabeaz-course/practical-python 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

dabeaz-course/practical-python 是做什么的?

When I first learned Python nearly 27 years ago, I was immediately struck by how I could productively apply it to all sorts of messy work projects. Fast-forward a decade and I found myself teaching others the same fun. The result of that teaching is this course--A no-nonsense treatment of Python…

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

dabeaz-course/practical-python 的主要功能包括:Programming Language Guides, Programming Languages。

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

dabeaz-course/practical-python 的开源替代品包括: rust-lang/rust — Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that… forhappy/cplusplus-concurrency-in-practice — This project is a comprehensive guide and technical book focused on C++ concurrency. It serves as an educational… astaxie/build-web-application-with-golang — This project is an open-source software engineering handbook and technical learning resource focused on backend web… unknwon/the-way-to-go_zh_cn — This project is a comprehensive introductory guide to the Go programming language, translated into Chinese. It serves… a8m/go-lang-cheat-sheet — This project is a comprehensive reference guide and cheat sheet for the Go programming language. It serves as a syntax… 3dgen/cppwasm-book — :books: WebAssembly friendly programming with C/C++ -- Emscripten practice.

Practical Python 的开源替代方案

相似的开源项目,按与 Practical Python 的功能重合度排序。
  • forhappy/cplusplus-concurrency-in-practiceforhappy 的头像

    forhappy/Cplusplus-Concurrency-In-Practice

    5,485在 GitHub 上查看↗

    This project is a comprehensive guide and technical book focused on C++ concurrency. It serves as an educational resource for developers to learn multi-threading and the implementation of thread-safe code. The material covers the C++ memory model, atomic operations, and synchronization patterns. It combines theoretical explanations with practical code examples to illustrate how to prevent data races in multi-threaded applications. The instructional approach utilizes scenario-based learning and analysis of the C++ standard library to demonstrate concurrent execution patterns and memory orderi

    C++
    在 GitHub 上查看↗5,485
  • rust-lang/rustrust-lang 的头像

    rust-lang/rust

    114,066在 GitHub 上查看↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    Rustcompilerlanguagerust
    在 GitHub 上查看↗114,066
  • astaxie/build-web-application-with-golangastaxie 的头像

    astaxie/build-web-application-with-golang

    43,920在 GitHub 上查看↗

    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

    Go
    在 GitHub 上查看↗43,920
  • unknwon/the-way-to-go_zh_cnunknwon 的头像

    unknwon/the-way-to-go_ZH_CN

    35,077在 GitHub 上查看↗

    This project is a comprehensive introductory guide to the Go programming language, translated into Chinese. It serves as a professional software engineering manual designed to help Chinese-speaking developers and students learn Go syntax and core concepts. The content is authored as markdown-based technical documentation. It utilizes a translation-layer mapping to align original English source material with the Chinese text to maintain conceptual accuracy. The repository employs a static site generation workflow and uses Git-based version control to manage the translated technical content.

    Gobookgotranslation
    在 GitHub 上查看↗35,077
  • 查看 Practical Python 的所有 30 个替代方案→