Write faster Python code, and ship your code faster
Faster and more memory efficient data science
- Articles: Learn how to speed up your code and reduce memory usage.
- Products: Observability and profiling tools to help your identify bottlenecks in your code.
Testing
- Articles about testing your software.
The climate crisis, and what you can do about it
- Articles: How you can help fight climate change as someone who writes software.
Docker packaging for Python
- Articles: Learn how to package your Python application for production.
- Products: Educational books and pre-written software templates.
Python code slow? You can get faster results 5 different ways
From parallelism to compiled code and beyond, there are multiple different ways to speed up your Python code. Apply them all and your code will benefit from all of them! Learn more about the Practices of Performance.