How to Make Python Faster: AOT, JIT and NoGIL Technologies
Offered By: DevConf via YouTube
Course Description
Overview
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 WebAssemblyCNCF [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