awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

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 6 awesome GitHub repositories matching education & learning resources · Concurrent Programming Tutorials. Refine with filters or upvote what's useful.

Awesome Concurrent Programming Tutorials GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • morvanzhou/tutorialsالصورة الرمزية لـ MorvanZhou

    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/ponycالصورة الرمزية لـ ponylang

    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/concurrentالصورة الرمزية لـ RedSpider1

    RedSpider1/concurrent

    4,608عرض على GitHub↗

    This project is a concurrent programming knowledge base and tutorial series focused on Java synchronization, locks, and performance scalability. It serves as an implementation guide for mastering multi-threading and the management of shared resources in Java. The content is organized as a structured hierarchy of technical articles and guided tutorials. It pairs common multi-threading pitfalls with specific implementation patterns and fixes to assist with concurrency troubleshooting and the prevention of race conditions. The knowledge base utilizes a relational technical framework and modular

    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-learningالصورة الرمزية لـ brianway

    brianway/java-learning

    4,293عرض على GitHub↗

    هذا المشروع عبارة عن مستودع تعليمي ومورد دراسي يوفر مجموعة شاملة من ملاحظات الدراسة، وأدلة البرمجة، وأمثلة كود قابلة للتشغيل. يعمل كدليل لتطوير Java SE وتطوير ويب Java، ويتميز بمكتبة من عينات الكود التي توضح الخوارزميات الشائعة والتنفيذات التقنية. يركز المستودع على تحليل لغة Java ووقت التشغيل، مع دروس تفصيلية حول تعدد الخيوط (multithreading) والتزامن. يوفر تنفيذات عملية لهندسة البرمجيات وأنماط التصميم، مثل نمط Singleton ونمط Strategy، بالإضافة إلى استكشافات لـ Java Virtual Machine و bytecode. يغطي المشروع مجموعة واسعة من القدرات بما في ذلك أساسيات اللغة مثل generics و annotations، وأساسيات تطوير الويب التي تتضمن معالجة طلبات HTTP وإدارة الجلسات، وبدائيات التزامن لدورة حياة الخيوط ومزامنة الموارد. كما يتضمن أدوات للأمان، ومعالجة البيانات، وتوليد الصفحات الديناميكية.

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

    Javajava
    عرض على GitHub↗4,293
  • twitter/scala_schoolالصورة الرمزية لـ twitter

    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
  • oldratlee/fucking-java-concurrencyالصورة الرمزية لـ oldratlee

    oldratlee/fucking-java-concurrency

    1,213عرض على GitHub↗

    This project is an educational resource providing a collection of executable Java code examples designed to demonstrate common multi-threading pitfalls and synchronization failures. It serves as a practical guide for developers to identify and debug issues such as race conditions, memory visibility problems, and deadlocks within concurrent software environments. The repository distinguishes itself by offering reproducible scenarios that simulate complex concurrency hazards, including structural corruption in non-thread-safe collections and cyclic dependencies between threads. By executing the

    Provides a collection of executable code examples demonstrating common multi-threading pitfalls, race conditions, and synchronization failures.

    Javaconcurrencyconcurrency-gotchasconcurrency-issue
    عرض على GitHub↗1,213
  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.