From the course: Faster Python Code

Welcome - Python Tutorial

From the course: Faster Python Code

Start my 1-month free trial

Welcome

- [Miki] Hi there. I'm Miki Tebeka, a developer, mentor, instructor, and author. I love technology and write code daily, most of the time in Python. Optimized Python code will make your site or application more responsive, which means customers will stay longer and be more likely to return. This course is a compilation of optimization tips and tricks I've learned in the last 20 years. In this course, we'll cover how to find performance bottlenecks by profiling CPU and memory, picking the right data structures and algorithms, assorted tips and tricks to make your code faster, caching techniques, how to cheat the factory, parallel computation, using tools and languages such as C, Cython, Lambda, and others, and how to integrate performance into a process. Let's roll.

Contents