YoVDO

How to Make Python Faster: AOT, JIT and NoGIL Technologies

Offered By: DevConf via YouTube

Tags

Python Courses Compilers Courses Numba Courses CPython Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore advanced techniques to enhance Python performance in this DevConf.CZ 2024 conference talk. Delve into the world of AOT (Ahead of Time) and JIT (Just In Time) compilers, as well as the latest improvements in CPython. Learn about the significant performance boost introduced in Python 3.11 and discover the potential of CPython variants without the Global Interpreter Lock (GIL). Gain insights into powerful tools like Numba (JIT), mypyc (AOT), and GIL-free Python technologies to optimize your Python applications and overcome traditional speed limitations.

Syllabus

How to make Python faster: AOT, JIT and noGIL technologies - DevConf.CZ 2024


Taught by

DevConf

Related Courses

Porting Python to WebAssembly
CNCF [Cloud Native Computing Foundation] via YouTube
How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference via YouTube
How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube
Tales of Python Security
EuroPython Conference via YouTube
Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube