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

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

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

5 个仓库

Awesome GitHub RepositoriesConcurrent Programming Tutorials

Educational guides focusing on multi-processing, multi-threading, and asynchronous task execution in Python.

Distinct from Python Tutorials: Focuses specifically on concurrency and parallelism rather than general Python language syntax or application development.

Explore 5 awesome GitHub repositories matching education & learning resources · Concurrent Programming Tutorials. Refine with filters or upvote what's useful.

Awesome Concurrent Programming Tutorials GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • morvanzhou/tutorialsMorvanZhou 的头像

    MorvanZhou/tutorials

    12,952在 GitHub 上查看↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Provides specialized lessons on implementing multi-processing and multi-threading to optimize CPU performance in Python.

    Pythonmachine-learningmultiprocessingneural-network
    在 GitHub 上查看↗12,952
  • ponylang/ponycponylang 的头像

    ponylang/ponyc

    6,133在 GitHub 上查看↗

    Pony is an open-source, actor-model, capabilities-secure, high performance programming language

    Provides tutorials for installing the compiler and building foundational skills in actor-model and capability-secure programming.

    Ponyactor-modelpony-languagepony-source
    在 GitHub 上查看↗6,133
  • redspider1/concurrentRedSpider1 的头像

    RedSpider1/concurrent

    4,608在 GitHub 上查看↗

    本项目是一个并发编程知识库和教程系列,专注于 Java 同步、锁和性能扩展性。它作为掌握多线程和 Java 共享资源管理的实现指南。 内容被组织为技术文章和引导式教程的结构化层级。它将常见的多线程陷阱与特定的实现模式和修复方案配对,以协助并发故障排除并预防竞态条件。 该知识库利用关系型技术框架和模块化概念映射来连接不同的编程原语。这些教程按引导顺序排列,从基础概念逐步深入到复杂的并发模式。

    Provides a curated set of technical guides and step-by-step tutorials for managing shared resources and multi-threading in Java.

    Java
    在 GitHub 上查看↗4,608
  • brianway/java-learningbrianway 的头像

    brianway/java-learning

    4,293在 GitHub 上查看↗

    该项目是一个教学仓库和学习资源,提供了全面的学习笔记、编程指南和可运行的源码示例。它作为 Java SE 和 Java Web 开发的指南,包含一个代码示例库,演示了常见的算法和技术实现。 该仓库专注于语言核心和运行时分析,并提供有关多线程和并发的详细教程。它提供了软件架构和设计模式(如单例模式和策略模式)的实际实现,以及对 Java 虚拟机 (JVM) 和字节码的探索。 该项目涵盖了广泛的能力,包括泛型和注解等语言基础、涉及 HTTP 请求处理和会话管理的 Web 开发基础,以及用于线程生命周期和资源同步的并发原语。它还包括用于安全、数据处理和动态页面生成的实用程序。

    Offers detailed educational guides on mastering multi-threading, synchronization, and concurrent execution within the Java language.

    Javajava
    在 GitHub 上查看↗4,293
  • twitter/scala_schooltwitter 的头像

    twitter/scala_school

    3,692在 GitHub 上查看↗

    This project is a Scala programming course and educational resource. It provides a set of lessons covering the core fundamentals of the language, ranging from basic syntax to advanced type systems. The material includes a functional programming tutorial focused on higher-order functions and pattern matching, as well as guides on managing asynchronous execution and concurrency. It also serves as a resource for understanding the Java Virtual Machine and language interoperability. The course covers the application of polymorphism and variance for type-safe data structures and the use of specifi

    Offers tutorials on managing asynchronous execution through threads and futures.

    HTML
    在 GitHub 上查看↗3,692
  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Languages & Programming Concepts
  5. Programming Language Mastery Guides
  6. Python Tutorials
  7. Concurrent Programming Tutorials

探索子标签

  • Actor-Model TutorialsEducational guides focused on building foundational skills in actor-model and capability-secure programming. **Distinct from Concurrent Programming Tutorials:** Distinct from Concurrent Programming Tutorials: specifically covers actor-model and capability-secure programming, not general multi-threading or async patterns.
  • Java Concurrency GuidesEducational resources specifically for mastering multi-threading and synchronization within the Java language. **Distinct from Concurrent Programming Tutorials:** Distinct from Concurrent Programming Tutorials: specializes the concurrency learning path specifically for the Java runtime and language.