Python 3 Performance
Offered By: Pluralsight
Course Description
Overview
Python developers love Python's high productivity. Unfortunately, many
Python applications suffer from slow performance. This course is about
concrete approaches for improving the performance of your Python
applications.
Are your Python applications running slowly? If yes, this Python 3 Performance course is going to give you concrete approaches to increase the speed of your Python applications. First, you will learn how to measure the performance of Python applications. Next, you will discover how to write faster Python code by using the right data structures. Finally, you will learn how to speed up your applications using threads, asyncio, and more processes. Take this course and make your Python applications faster!
Python applications suffer from slow performance. This course is about
concrete approaches for improving the performance of your Python
applications.
Are your Python applications running slowly? If yes, this Python 3 Performance course is going to give you concrete approaches to increase the speed of your Python applications. First, you will learn how to measure the performance of Python applications. Next, you will discover how to write faster Python code by using the right data structures. Finally, you will learn how to speed up your applications using threads, asyncio, and more processes. Take this course and make your Python applications faster!
Syllabus
- Course Overview 1min
- Measuring Performance 37mins
- Using the Right Data Structures 36mins
- Optimizing Python Code 46mins
- Using More Threads 17mins
- Using Asynchronous Code 17mins
- Using More Processes 21mins
Taught by
Dan Tofan
Related Courses
Supercharged Web Scraping with Asyncio and PythonUdemy 爬虫基础教学 Python Scraping 教程
YouTube Python Asynchronous Programming - AsyncIO and Async-Await
Tech with Tim via YouTube Python Django, Aiohttp Workshop: Cooking Secret Note service
Udemy Learn Advanced Python 3: Concurrency
Codecademy