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

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

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

Open-source alternatives to Practical Python

30 open-source projects similar to dabeaz-course/practical-python, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Practical Python alternative.

  • 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
  • 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
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • bbatsov/ruby-style-guidebbatsov 的头像

    bbatsov/ruby-style-guide

    16,546在 GitHub 上查看↗

    This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of agreed-upon rules for syntax, naming conventions, and structural guidelines to ensure uniform code appearance and maintainability across Ruby projects. The project serves as both a human-readable documentation resource for developers and a machine-readable RuboCop configuration specification. This allows natural language style guidelines to be mapped directly to automated linting rules. The system covers Ruby code standardization, style enforcement, and project governance thro

    在 GitHub 上查看↗16,546
  • 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
  • aarongalloway/30-days-of-javaA

    AaronGalloway/30-Days-Of-Java

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • a8m/go-lang-cheat-sheeta8m 的头像

    a8m/go-lang-cheat-sheet

    8,802在 GitHub 上查看↗

    This project is a comprehensive reference guide and cheat sheet for the Go programming language. It serves as a syntax reference and documentation collection designed for quick lookup of fundamental operators, core language features, and specific code patterns. The resource covers a wide range of technical domains, including Go concurrency primitives, software architecture patterns such as interface embedding, and standard error handling. It provides guides on implementing goroutines and channels to manage parallel execution and asynchronous tasks. The content is delivered as a static site g

    在 GitHub 上查看↗8,802
  • 3dgen/cppwasm-book3dgen 的头像

    3dgen/cppwasm-book

    1,399在 GitHub 上查看↗

    :books: WebAssembly friendly programming with C/C++ -- Emscripten practice

    C++ccppemscripten
    在 GitHub 上查看↗1,399
  • airbnb/javascriptairbnb 的头像

    airbnb/javascript

    148,081在 GitHub 上查看↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptarrow-functionses2015es2016
    在 GitHub 上查看↗148,081
  • ahkscript/awesome-autohotkeyahkscript 的头像

    ahkscript/awesome-AutoHotkey

    3,038在 GitHub 上查看↗

    A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.

    在 GitHub 上查看↗3,038
  • airbnb/rubyairbnb 的头像

    airbnb/ruby

    3,890在 GitHub 上查看↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    在 GitHub 上查看↗3,890
  • akullpp/awesome-javaakullpp 的头像

    akullpp/awesome-java

    48,240在 GitHub 上查看↗

    This project is a comprehensive, community-driven directory of software resources, libraries, and frameworks for the Java programming language. It serves as a centralized knowledge base designed to help developers discover tools and industry-standard solutions for building and maintaining software applications. The repository distinguishes itself through a hierarchical taxonomy that organizes a vast array of technical components into a structured, navigable tree. By relying on distributed peer contributions, the index remains a living resource that reflects current community-recommended pract

    awesomeawesome-list
    在 GitHub 上查看↗48,240
  • alanjames1987/node.js-best-practicesalanjames1987 的头像

    alanjames1987/Node.js-Best-Practices

    743在 GitHub 上查看↗

    If you want to improve these best practices in any way please don't hesitate to create a pull request.

    在 GitHub 上查看↗743
  • alebcay/awesome-shellalebcay 的头像

    alebcay/awesome-shell

    37,110在 GitHub 上查看↗

    This project is a community-driven directory that serves as a comprehensive index of command-line tools, frameworks, and resources. It functions as a curated knowledge base designed to help users discover software for enhancing terminal environments and streamlining daily development tasks. The collection is maintained through an open-source contribution model, where community members manually verify and organize resources into structured categories. This collaborative approach ensures the directory remains a reliable reference for finding specialized utilities, alternative shell implementati

    awesomeawesome-listbash
    在 GitHub 上查看↗37,110
  • 9magnets/ios-developer-and-designer-interview-questions9magnets 的头像

    9magnets/iOS-Developer-and-Designer-Interview-Questions

    1,578在 GitHub 上查看↗

    A small guide to help those looking to hire a developer or designer for iOS work. While tailored for iOS, many questions could be used for Android developers or designers as well. A great self-test if you're looking to keep current or practice for your own interview.

    在 GitHub 上查看↗1,578
  • allendowney/thinkdspAllenDowney 的头像

    AllenDowney/ThinkDSP

    4,567在 GitHub 上查看↗

    ThinkDSP is a Python-based audio signal processing framework and educational resource designed for studying the mathematical properties of digital audio and waveforms. It functions as a digital signal processing library that provides tools for performing frequency analysis and harmonic decomposition of sound waves. The project covers the fundamentals of audio frequency analysis and sound synthesis, enabling the decomposition of sound into harmonics to analyze or modify spectral content. It facilitates Python audio programming by providing the means to manipulate audio files and generate synth

    Jupyter Notebook
    在 GitHub 上查看↗4,567
  • aliyr/nodejs-developer-roadmapaliyr 的头像

    aliyr/Nodejs-Developer-Roadmap

    4,797在 GitHub 上查看↗

    This project is a Node.js learning roadmap and developer skill map designed to guide learners from beginner to advanced levels. It serves as a backend development curriculum and an interactive technology guide that charts the specific tools, libraries, and architectural patterns required to master the Node.js runtime. The project uses a graph-based visualization to represent technical competencies and their dependencies. By mapping these skills as a structured sequence of topics, it provides a visual guide for identifying the necessary prerequisites and learning milestones needed for backend

    在 GitHub 上查看↗4,797
  • adafruit/awesome-circuitpythonadafruit 的头像

    adafruit/awesome-circuitpython

    733在 GitHub 上查看↗

    A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

    adafruitawesomeawesome-list
    在 GitHub 上查看↗733
  • allendowney/thinkpythonAllenDowney 的头像

    AllenDowney/ThinkPython

    2,671在 GitHub 上查看↗

    ThinkPython

    Jupyter Notebook
    在 GitHub 上查看↗2,671
  • andreareginato/betterspecsandreareginato 的头像

    andreareginato/betterspecs

    3,490在 GitHub 上查看↗

    RSpec Best Practices

    HTML
    在 GitHub 上查看↗3,490
  • anitaa1990/android-cheat-sheetanitaa1990 的头像

    anitaa1990/Android-Cheat-sheet

    2,272在 GitHub 上查看↗

    Cheat Sheet for Android Interviews

    Javaactivity-lifecycleandroidandroid-interview-practice
    在 GitHub 上查看↗2,272
  • anjuke/zguide-cnanjuke 的头像

    anjuke/zguide-cn

    1,792在 GitHub 上查看↗

    ZMQ 指南

    Raku
    在 GitHub 上查看↗1,792
  • anshulrgoyal/rust-web-developer-roadmapanshulrgoyal 的头像

    anshulrgoyal/rust-web-developer-roadmap

    1,844在 GitHub 上查看↗

    Roadmap to becoming a Rust Web Developer in 2022

    Rust
    在 GitHub 上查看↗1,844
  • areai51/yarn-cheatsheetA

    areai51/yarn-cheatsheet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • asabeneh/30-days-of-javascriptAsabeneh 的头像

    Asabeneh/30-Days-Of-JavaScript

    46,479在 GitHub 上查看↗

    This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p

    JavaScript30daysofjavascriptangularchallenge
    在 GitHub 上查看↗46,479
  • asabeneh/30-days-of-pythonAsabeneh 的头像

    Asabeneh/30-Days-Of-Python

    65,111在 GitHub 上查看↗

    This project is a structured educational curriculum designed to guide beginners through the fundamental concepts and syntax of the Python programming language. It functions as a self-paced technical training resource, providing a curated path for individuals to acquire core software development skills through a series of daily lessons and practical exercises. The guide distinguishes itself by combining theoretical explanations with hands-on coding tasks that cover the language's dynamic type system, interpreted execution model, and whitespace-based block scoping. It emphasizes the practical a

    Python30-days-of-pythondatadata-science
    在 GitHub 上查看↗65,111
  • alireza-fa/data-structures-pythonalireza-fa 的头像

    alireza-fa/data-structures-python

    13在 GitHub 上查看↗

    1-Data Structures

    Python
    在 GitHub 上查看↗13
  • astaxie/go-in-actionA

    astaxie/Go-in-Action

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • asyraffff/open-source-ruby-and-rails-appsasyraffff 的头像

    asyraffff/Open-Source-Ruby-and-Rails-Apps

    1,260在 GitHub 上查看↗

    Awesome Ruby and Rails Open Source applications 🌈

    在 GitHub 上查看↗1,260
  • alexandru/scala-best-practicesalexandru 的头像

    alexandru/scala-best-practices

    4,352在 GitHub 上查看↗

    This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in Scala. It serves as a comprehensive guide for Scala coding standards, functional programming design, and enterprise software architecture. The repository provides specific strategies for concurrency management, including patterns for actors, futures, and thread pools to ensure thread safety. It also contains a performance optimization manual focused on reducing memory allocations and managing garbage collection pressure to improve runtime efficiency. The guides cover a broad

    在 GitHub 上查看↗4,352