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

#174: Coming into Python from another Industry (part 2)

#174: Coming into Python from another Industry (part 2)

Not everyone comes to software development and Python through 4-year computer science programs at universities. This episode highlights one alternative journey into Python.

16 Elo 201851min

#173: Coming into Python from another Industry (part 1)

#173: Coming into Python from another Industry (part 1)

Not everyone comes to software development and Python through 4-year computer science programs at universities. This episode highlights one alternative journey into Python.

7 Elo 201857min

#172: Nuitka: A full Python compiler

#172: Nuitka: A full Python compiler

Quick, name some ways to make your Python code faster. Did you think PyPy, the JIT-compiled version of Python? Maybe some async and await parallelism? How about Cython where you write in Python-esc la...

1 Elo 20181h 6min

#171: 1M Jupyter notebooks analyzed

#171: 1M Jupyter notebooks analyzed

Jupyter notebooks have transformed the way many developers and data scientists do their jobs. They offer a platform to not just explore but to explain data and computation.

29 Heinä 201858min

#170: Guido van Rossum steps down

#170: Guido van Rossum steps down

This past week we have had a passing of the reigns for Python leadership. Guido van Rossum who created and has been shepherding the language for 30 years has stepped down from decision making around t...

20 Heinä 201837min

#169: Becoming a Python content creator

#169: Becoming a Python content creator

Corey Schafer has been building his YouTube channel of tutorials for many years. He recently made the big shift into making this hobby project his full time job. You'll hear about how Corey made that ...

13 Heinä 20181h 6min

#168: 10 Python security holes and how to plug them

#168: 10 Python security holes and how to plug them

Do you write Python software that uses the network, opens files, or accepts user input? Of course you do! That's what almost all software does. But these actions can let bad actors exploit mistakes an...

6 Heinä 20181h

#167: Simplifying Python's Async with Trio

#167: Simplifying Python's Async with Trio

Ever since Python 3.5 was released, we've had a really powerful way to write I/O bound async code using the async and await keywords.

29 Kesä 201855min