awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • morvanzhou/tutorialsAvatar MorvanZhou

    MorvanZhou/tutorials

    12,952Vezi pe 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
    Vezi pe GitHub↗12,952
  • ponylang/ponycAvatar ponylang

    ponylang/ponyc

    6,133Vezi pe 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
    Vezi pe GitHub↗6,133
  • redspider1/concurrentAvatar RedSpider1

    RedSpider1/concurrent

    4,608Vezi pe GitHub↗

    Acest proiect este o bază de cunoștințe și o serie de tutoriale despre programarea concurentă, axate pe sincronizarea în Java, lock-uri și scalabilitatea performanței. Servește drept ghid de implementare pentru stăpânirea multi-threading-ului și gestionarea resurselor partajate în Java. Conținutul este organizat ca o ierarhie structurată de articole tehnice și tutoriale ghidate. Acesta asociază capcanele comune ale multi-threading-ului cu modele specifice de implementare și soluții pentru a ajuta la depanarea concurenței și prevenirea condițiilor de cursă (race conditions). Baza de cunoștințe utilizează un framework tehnic relațional și maparea modulară a conceptelor pentru a conecta primitive de programare disparate. Aceste tutoriale sunt aranjate într-o secvență curatoriată care progresează de la concepte fundamentale la modele complexe de concurență.

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

    Java
    Vezi pe GitHub↗4,608
  • brianway/java-learningAvatar brianway

    brianway/java-learning

    4,293Vezi pe GitHub↗

    This project is an instructional repository and learning resource providing a comprehensive collection of study notes, programming guides, and runnable source code examples. It serves as a guide for Java SE and Java web development, featuring a library of code samples that demonstrate common algorithms and technical implementations. The repository focuses on language core and runtime analysis, with detailed tutorials on multithreading and concurrency. It provides practical implementations of software architecture and design patterns, such as the singleton and strategy patterns, as well as exp

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

    Javajava
    Vezi pe GitHub↗4,293
  • twitter/scala_schoolAvatar twitter

    twitter/scala_school

    3,692Vezi pe 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
    Vezi pe 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

Explorează sub-etichetele

  • 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.