#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)

#109: MongoDB Applied Design Patterns

#109: MongoDB Applied Design Patterns

Database design and decisions use to be fairly straightforward. Pick your relational database engine, map out the general entities, apply the third- normal-form (3NF) to them and you're basically done...

29 Huhti 20171h

#108: MicroPython and Open Source Hardware at Adafruit

#108: MicroPython and Open Source Hardware at Adafruit

Want to learn how to build an Iron-man like arc reactor accessory or maybe a solar charging backpack? What if you could program these devices with Python? We'll be talking about a project and company...

21 Huhti 20171h 4min

#107: Python concurrency with Curio

#107: Python concurrency with Curio

You have heard me go on and on about how Python 3.5's async and await changes the game for asynchronous programming in Python. But what exactly does that mean? How does it work in APIs? Internally? To...

15 Huhti 20171h 1min

#106: Invent your own computer games with Python

#106: Invent your own computer games with Python

Al Sweigart is back on Talk Python. This time we're inventing our own computer games.

7 Huhti 201758min

#105: A Pythonic Database Tour

#105: A Pythonic Database Tour

There are many reasons it's a great time to be a developer. One of them is because there are so many choices around data access and databases. So this week we take tour with our guest Jim Fulton of so...

27 Maalis 201757min

#104: Game Theory in Python

#104: Game Theory in Python

Game theory is the study competing interests, be it individual actors within an economy or healthy vs. cancer cells within a body. Our guests this week, Vince Knight, Marc Harper, and Owen Campbell, ...

23 Maalis 201757min

#103: Compiling Python through PyLLVM and MongoDB for Data Scientists

#103: Compiling Python through PyLLVM and MongoDB for Data Scientists

This episode we have an optimization 2fer.

16 Maalis 201752min

#102: Effective Code Reviews

#102: Effective Code Reviews

How do you build reliable software with fewer bugs? Yes, unit testing is part of that. But did you know that code reviews often play a key role in this process and come with many benefits on top of ju...

8 Maalis 201750min