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
D

dabeaz-course/practical-python

0
View on GitHub↗
0 stars·0 forks·9 views

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 history

Star history chart for dabeaz-course/practical-pythonStar history chart for dabeaz-course/practical-python

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Practical Python

These projects share indexed features with Practical Python. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does dabeaz-course/practical-python do?

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…

What are the main features of dabeaz-course/practical-python?

The main features of dabeaz-course/practical-python are: Programming Language Guides, Programming Languages.

Which projects share features with dabeaz-course/practical-python?

Projects with overlapping indexed features include: forhappy/cplusplus-concurrency-in-practice — This project is a comprehensive guide and technical book focused on C++ concurrency. It serves as an educational… rust-lang/rust — Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that… astaxie/build-web-application-with-golang — This project is an open-source software engineering handbook and technical learning resource focused on backend web… bbatsov/ruby-style-guide — This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of… 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…