awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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.

  • forhappy/cplusplus-concurrency-in-practiceAvatar von forhappy

    forhappy/Cplusplus-Concurrency-In-Practice

    5,485Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,485
  • rust-lang/rustAvatar von rust-lang

    rust-lang/rust

    114,066Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗114,066
  • astaxie/build-web-application-with-golangAvatar von astaxie

    astaxie/build-web-application-with-golang

    43,920Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗43,920

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • unknwon/the-way-to-go_zh_cnAvatar von unknwon

    unknwon/the-way-to-go_ZH_CN

    35,077Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗35,077
  • a8m/go-lang-cheat-sheetAvatar von a8m

    a8m/go-lang-cheat-sheet

    8,802Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗8,802
  • aarongalloway/30-days-of-javaA

    AaronGalloway/30-Days-Of-Java

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 3dgen/cppwasm-bookAvatar von 3dgen

    3dgen/cppwasm-book

    1,399Auf GitHub ansehen↗

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

    C++ccppemscripten
    Auf GitHub ansehen↗1,399
  • ahkscript/awesome-autohotkeyAvatar von ahkscript

    ahkscript/awesome-AutoHotkey

    3,038Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗3,038
  • 9magnets/ios-developer-and-designer-interview-questionsAvatar von 9magnets

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

    1,578Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗1,578
  • airbnb/javascriptAvatar von airbnb

    airbnb/javascript

    148,081Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗148,081
  • akullpp/awesome-javaAvatar von akullpp

    akullpp/awesome-java

    48,240Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗48,240
  • alanjames1987/node.js-best-practicesAvatar von alanjames1987

    alanjames1987/Node.js-Best-Practices

    743Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗743
  • alebcay/awesome-shellAvatar von alebcay

    alebcay/awesome-shell

    37,110Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗37,110
  • alexandru/scala-best-practicesAvatar von alexandru

    alexandru/scala-best-practices

    4,352Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗4,352
  • allendowney/thinkdspAvatar von AllenDowney

    AllenDowney/ThinkDSP

    4,567Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,567
  • adafruit/awesome-circuitpythonAvatar von adafruit

    adafruit/awesome-circuitpython

    733Auf GitHub ansehen↗

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

    adafruitawesomeawesome-list
    Auf GitHub ansehen↗733
  • aliyr/nodejs-developer-roadmapAvatar von aliyr

    aliyr/Nodejs-Developer-Roadmap

    4,797Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗4,797
  • allendowney/thinkpythonAvatar von AllenDowney

    AllenDowney/ThinkPython

    2,671Auf GitHub ansehen↗

    ThinkPython

    Jupyter Notebook
    Auf GitHub ansehen↗2,671
  • andreareginato/betterspecsAvatar von andreareginato

    andreareginato/betterspecs

    3,490Auf GitHub ansehen↗

    RSpec Best Practices

    HTML
    Auf GitHub ansehen↗3,490
  • anitaa1990/android-cheat-sheetAvatar von anitaa1990

    anitaa1990/Android-Cheat-sheet

    2,272Auf GitHub ansehen↗

    Cheat Sheet for Android Interviews

    Javaactivity-lifecycleandroidandroid-interview-practice
    Auf GitHub ansehen↗2,272
  • anjuke/zguide-cnAvatar von anjuke

    anjuke/zguide-cn

    1,792Auf GitHub ansehen↗

    ZMQ 指南

    Raku
    Auf GitHub ansehen↗1,792
  • anshulrgoyal/rust-web-developer-roadmapAvatar von anshulrgoyal

    anshulrgoyal/rust-web-developer-roadmap

    1,844Auf GitHub ansehen↗

    Roadmap to becoming a Rust Web Developer in 2022

    Rust
    Auf GitHub ansehen↗1,844
  • areai51/yarn-cheatsheetA

    areai51/yarn-cheatsheet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • asabeneh/30-days-of-javascriptAvatar von Asabeneh

    Asabeneh/30-Days-Of-JavaScript

    46,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗46,479
  • asabeneh/30-days-of-pythonAvatar von Asabeneh

    Asabeneh/30-Days-Of-Python

    65,111Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗65,111
  • alireza-fa/data-structures-pythonAvatar von alireza-fa

    alireza-fa/data-structures-python

    13Auf GitHub ansehen↗

    1-Data Structures

    Python
    Auf GitHub ansehen↗13
  • astaxie/go-in-actionA

    astaxie/Go-in-Action

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • asyraffff/open-source-ruby-and-rails-appsAvatar von asyraffff

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

    1,260Auf GitHub ansehen↗

    Awesome Ruby and Rails Open Source applications 🌈

    Auf GitHub ansehen↗1,260
  • augustl/net-http-cheat-sheetAvatar von augustl

    augustl/net-http-cheat-sheet

    1,157Auf GitHub ansehen↗
    Ruby
    Auf GitHub ansehen↗1,157
  • achun/go-blog-in-actionA

    achun/Go-Blog-In-Action

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0