Skip to content

PacktPublishing/Learning-Concurrency-in-Python-Video-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Concurrency in Python [Video]

This is the code repository for Learning Concurrency in Python [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Python is a very high-level, general-purpose language that is utilized heavily in fields such as data science and research, as well as being one of the top choices for general-purpose programming for programmers around the world. It features a wide number of powerful, high- and low-level libraries and frameworks that complement its delightful syntax and enable Python programmers to be creative.

This course introduces some of the most popular libraries and frameworks and goes in-depth into how you can leverage these libraries for your own high-concurrent, highly-performant Python programs. We'll cover the fundamental concepts of concurrency needed to be able to write your own concurrent and parallel software systems in Python.

The course will guide you down the path to mastering Python concurrency, giving you all the necessary hardware and theoretical knowledge. We'll cover concepts such as debugging and exception handling as well as some of the most popular libraries and frameworks that allow you to create event-driven and reactive systems. By the end of the video course, you'll have learned techniques to write incredibly efficient concurrent systems that follow best practices.

What You Will Learn

  • Explore the concepts of threading and multiprocessing in Python
  • Understand concurrency with threads
  • Manage exceptions in child threads
  • Handle the hardest part in a concurrent system: shared resources
  • Build concurrent systems with Communicating Sequential Processes (CSPs)
  • Maintain all concurrent systems and master them.

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
This course is for Python developers who would like to get started with concurrent programming. Readers are expected to have a working knowledge of the Python language, as this book will build on these fundamentals concepts.

Technical Requirements

This course has the following software requirements:
Ubuntu 16.04, Python 3.6

Related Products

About

Learning Concurrency in Python[Video], Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published