#57: Python performance from the inside-out at Intel
Talk Python To Me5 Touko 2016

#57: Python performance from the inside-out at Intel

When you think about the performance of your software, there is nothing more low level and fundamental than how your code executes on the CPU itself. Many of us study and try to understand how to maximize performance at this low level. But few are in a position to define what happens at this level.

Jaksot(542)

#214: Dive into CPython 3.8 and beyond

#214: Dive into CPython 3.8 and beyond

Python 3.8 is coming soon. It's scheduled for release at the end of October 2019 and you can already download test versions today. Given that Python ships on an 18-month cycle, it's time to talk about...

31 Touko 20191h

#213: WebAssembly and CPython

#213: WebAssembly and CPython

On the last episode, we explored Pyodide. A project whose goal is to bring the CPython scientific stack to the browser via WebAssembly.

25 Touko 201949min

#212: Python in Web Assembly with Pyodide

#212: Python in Web Assembly with Pyodide

It's been said that JavaScript is the assembly language of the web. But should you be required to write code in assembly language or JavaScript?

17 Touko 201957min

#211: Classic CS problems in Python

#211: Classic CS problems in Python

Many of you studied computer science at a University to get into programming and your careers. But I bet most of you came through some self-study or some sort of back door into the industry. I count m...

11 Touko 20191h 8min

#210: Making the most out of in-person training

#210: Making the most out of in-person training

How do you stay up on your Python skills. Many of us are self-starters and good at learning on our own or online with the video courses like the ones we have over at Talk Python. But sometimes, having...

2 Touko 20191h 7min

#209: Inside Python's new governance model

#209: Inside Python's new governance model

We all got a bit of a shock to the system when Guido van Rossum decided to step down as the leader and top decider of the Python language and CPython runtime. This happened due to many factors but was...

28 Huhti 20191h 7min

#208: Packaging, Making the most of PyCon, and more

#208: Packaging, Making the most of PyCon, and more

Are you going to PyCon (or a similar conference)? Join me and Kenneth Retiz as we discuss how to make the most of PyCon and what makes it special for each of us.

21 Huhti 20191h 10min

#207: Parallelizing computation with Dask

#207: Parallelizing computation with Dask

What if you could write standard numpy and pandas code but have it run on a distributed computing grid for incredible parallel processing right from Python? How about just splitting it across multipro...

14 Huhti 201957min