awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to dabeaz-course/practical-python

Projects sharing features with Practical Python

30 open-source projects similar to dabeaz-course/practical-python, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • astaxie/build-web-application-with-golangastaxie avatar

    astaxie/build-web-application-with-golang

    43,920View on 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
    View on GitHub↗43,920
  • rust-lang/rustrust-lang avatar

    rust-lang/rust

    114,066View on 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
    View on GitHub↗114,066
  • forhappy/cplusplus-concurrency-in-practiceforhappy avatar

    forhappy/Cplusplus-Concurrency-In-Practice

    5,485View on 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++
    View on GitHub↗5,485

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bbatsov/ruby-style-guidebbatsov avatar

    bbatsov/ruby-style-guide

    16,546View on 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

    View on GitHub↗16,546
  • unknwon/the-way-to-go_zh_cnunknwon avatar

    unknwon/the-way-to-go_ZH_CN

    35,077View on 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
    View on GitHub↗35,077
  • aarongalloway/30-days-of-javaA

    AaronGalloway/30-Days-Of-Java

    0View on GitHub↗
    View on GitHub↗0
  • a8m/go-lang-cheat-sheeta8m avatar

    a8m/go-lang-cheat-sheet

    8,802View on 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

    View on GitHub↗8,802
  • 3dgen/cppwasm-book3dgen avatar

    3dgen/cppwasm-book

    1,399View on GitHub↗

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

    C++ccppemscripten
    View on GitHub↗1,399
  • airbnb/javascriptairbnb avatar

    airbnb/javascript

    148,081View on 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
    View on GitHub↗148,081
  • ahkscript/awesome-autohotkeyahkscript avatar

    ahkscript/awesome-AutoHotkey

    3,038View on GitHub↗

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

    View on GitHub↗3,038
  • airbnb/rubyairbnb avatar

    airbnb/ruby

    3,890View on 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
    View on GitHub↗3,890
  • akullpp/awesome-javaakullpp avatar

    akullpp/awesome-java

    48,240View on 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
    View on GitHub↗48,240
  • alanjames1987/node.js-best-practicesalanjames1987 avatar

    alanjames1987/Node.js-Best-Practices

    743View on GitHub↗

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

    View on GitHub↗743
  • alebcay/awesome-shellalebcay avatar

    alebcay/awesome-shell

    37,110View on 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
    View on GitHub↗37,110
  • 9magnets/ios-developer-and-designer-interview-questions9magnets avatar

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

    1,578View on 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.

    View on GitHub↗1,578
  • allendowney/thinkdspAllenDowney avatar

    AllenDowney/ThinkDSP

    4,567View on 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
    View on GitHub↗4,567
  • aliyr/nodejs-developer-roadmapaliyr avatar

    aliyr/Nodejs-Developer-Roadmap

    4,797View on 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

    View on GitHub↗4,797
  • adafruit/awesome-circuitpythonadafruit avatar

    adafruit/awesome-circuitpython

    733View on GitHub↗

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

    adafruitawesomeawesome-list
    View on GitHub↗733
  • allendowney/thinkpythonAllenDowney avatar

    AllenDowney/ThinkPython

    2,671View on GitHub↗

    ThinkPython

    Jupyter Notebook
    View on GitHub↗2,671
  • andreareginato/betterspecsandreareginato avatar

    andreareginato/betterspecs

    3,490View on GitHub↗

    RSpec Best Practices

    HTML
    View on GitHub↗3,490
  • anitaa1990/android-cheat-sheetanitaa1990 avatar

    anitaa1990/Android-Cheat-sheet

    2,272View on GitHub↗

    Cheat Sheet for Android Interviews

    Javaactivity-lifecycleandroidandroid-interview-practice
    View on GitHub↗2,272
  • anjuke/zguide-cnanjuke avatar

    anjuke/zguide-cn

    1,792View on GitHub↗

    ZMQ 指南

    Raku
    View on GitHub↗1,792
  • anshulrgoyal/rust-web-developer-roadmapanshulrgoyal avatar

    anshulrgoyal/rust-web-developer-roadmap

    1,844View on GitHub↗

    Roadmap to becoming a Rust Web Developer in 2022

    Rust
    View on GitHub↗1,844
  • areai51/yarn-cheatsheetA

    areai51/yarn-cheatsheet

    0View on GitHub↗
    View on GitHub↗0
  • asabeneh/30-days-of-javascriptAsabeneh avatar

    Asabeneh/30-Days-Of-JavaScript

    46,479View on 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
    View on GitHub↗46,479
  • asabeneh/30-days-of-pythonAsabeneh avatar

    Asabeneh/30-Days-Of-Python

    65,111View on 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
    View on GitHub↗65,111
  • alireza-fa/data-structures-pythonalireza-fa avatar

    alireza-fa/data-structures-python

    13View on GitHub↗

    1-Data Structures

    Python
    View on GitHub↗13
  • astaxie/go-in-actionA

    astaxie/Go-in-Action

    0View on GitHub↗
    View on GitHub↗0
  • asyraffff/open-source-ruby-and-rails-appsasyraffff avatar

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

    1,260View on GitHub↗

    Awesome Ruby and Rails Open Source applications 🌈

    View on GitHub↗1,260
  • alexandru/scala-best-practicesalexandru avatar

    alexandru/scala-best-practices

    4,352View on 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

    View on GitHub↗4,352