The Python Podcast.__init__

The podcast about Python and the people who make it great

https://www.pythonpodcast.com

Eine durchschnittliche Folge dieses Podcasts dauert 48m. Bisher sind 395 Folge(n) erschienen. Dies ist ein wöchentlich erscheinender Podcast.

Gesamtlänge aller Episoden: 13 days 12 hours 15 minutes

subscribe
share






Pip and the Python Package Authority with Donald Stufft


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list...


share








 April 23, 2016  52m
 
 

StackStorm with Tomaž Muraus and Patrick Hoolboom


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

If you are responsible for managing any amount of servers, then you know that automation is critical for maintaining your sanity. This week we spoke with Tomaž Muraus and Patrick Hoolboom about their work on StackStorm, which is a platform for tracking and reacting to events in your infrastructure...


share








 April 16, 2016  59m
 
 

Hypothesis with David MacIver


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Writing tests is important for the stability of our projects and our confidence when making changes. One issue that we must all contend with when crafting these tests is whether or not we are properly exercising all of the edge cases...


share








 April 9, 2016  47m
 
 

Pyjion with Dino Viehland and Brett Cannon


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

In an attempt to improve the performance characteristics of the CPython implementation, Dino Viehland began work on a patch to allow for a pluggable interface to a JIT (Just In Time) compiler. His employer, Microsoft, decided to sponsor his efforts and the result is the Pyjion project...


share








 April 1, 2016  1h10m
 
 

Transcrypt with Jacques de Hooge


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Any programmer who has dealt with a website for any length of time knows that writing JavaScript isn’t always the most enjoyable. Wouldn’t you rather write that code in Python and just have it work on your website? In this episode we learn about Transcrypt with its creator Jacques de Hooge...


share








 March 26, 2016  42m
 
 

VPython with Ruth Chabay and Bruce Sherwood


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Wouldn’t it be nice to be able to generate interactive 3D visualizations of physical systems in a declarative manner with Python? In this episode we spoke with Ruth Chabay and Bruce Sherwood about the VPython project which does just that...


share








 March 18, 2016  1h3m
 
 

PyData London with Ian Ozsvald and Emlyn Clay


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Ian Ozsvald and Emlyn Clay are co-chairs of the London chapter of the PyData organization. In this episode we talked to them about their experience managing the PyData conference and meetup, what the PyData organization does, and their thoughts on using Python for data analytics in their work...


share








 March 12, 2016  1h3m
 
 

Efene with Mariano Guerra


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Efene is a language that runs on the Erlang Virtual Machine (BEAM) and is inspired by the Zen of Python. It is intended as a bridge language that serves to ease the transition into the Erlang ecosystem for people who are coming from languages like Python...


share








 March 4, 2016  59m
 
 

Functional Python with Matthew Rocklin and Alexander Schepanovsky


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

What is functional programming, why would you want to use it, and how can you get started with it in Python? Our guests this week, Matthew Rocklin and Alexander Schepanovsky, help us understand all of that and more...


share








 February 29, 2016  1h20m
 
 

Cython with Craig Citro and Robert Bradshaw


Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.

Summary

Do you find yourself reaching for a different language when you need some extra speed? With Cython you can get the best of both worlds by writing your code in Python and executing it as compiled code...


share








 February 19, 2016  52m