Look for any podcast host, guest or anyone
Showing episodes and shows of

Itamar Turner-Trauring

Shows

GR-OSS OUT PodcastGR-OSS OUT PodcastPolars and Pandas: Dataframes for PythonGuest: Itamar Turner-Trauring, Open Source Python Developer Itamar joins host Jay Faulkner for a conversation about dataframes in general, with a focus on polars. He explains why dataframes are important, and how polars' approach compares with the approach taken by pandas. It's not all about data science though, Itamar has a long history of contributing to interesting python technologies and debuggers. Itamar shares some real world stories from his experience, including a "gross" moment he has overcome. Find other episodes and information about our guest at https://podcast.gr-oss.io/. Find this...2024-08-0637 minGR-OSS OUT PodcastGR-OSS OUT PodcastPolars and Pandas: Dataframes for PythonGuest: Itamar Turner-Trauring, Open Source Python Developer Itamar joins host Jay Faulkner for a conversation about dataframes in general, with a focus on polars. He explains why dataframes are important, and how polars' approach compares with the approach taken by pandas. It's not all about data science though, Itamar has a long history of contributing to interesting python technologies and debuggers. Itamar shares some real world stories from his experience, including a "gross" moment he has overcome. Find other episodes and information about our guest at https://podcast.gr-oss.io/. Find this...2024-08-0637 minThe Real Python PodcastThe Real Python PodcastBuilding a Python Debugger & Preparing for NumPy 2.0How does a debugger work? What can you learn about Python by building one from scratch? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder’s Weekly articles and projects. Christopher shares a two-part tutorial on building a debugger in Python? Creating a simple one requires less code than you might think. We also talk about an article from Itamar Turner-Trauring about how to prepare for the upcoming changes to NumPy. The new version is not backward compatible and will require some inspection of your project dependencies. Itamar includes advice, te...2024-01-2647 minThe Real Python PodcastThe Real Python PodcastSeeking Faster Text Processing & Python's .__repr__() vs .__str__()What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects. Christopher shares a recent article by Itamar Turner-Trauring called “Speeding Up Text Processing in Python (Is Hard).” The piece compares the performance of string-matching scenarios using several alternatives to pure Python that rely on compiled extensions. We also discuss a recent Real Python tutorial by Stephen Gruppetta on when to use .__repr__() vs .__str__() in Pyt...2023-04-1442 minThe Bug Hunters CaféThe Bug Hunters CaféSeason 2, Episode 10: Itamar Turner-TrauringLogs, anyone? Bojan and Jason chat with Itamar Turner-Trauring, the creator of the eliot logging library in Python.2022-11-151h 00Kubernetes Podcast from GoogleKubernetes Podcast from GoogleWeaveworks (part 1), with Alexis RichardsonWe’re trying something new! In Part 1 of a two-part conversation with Weaveworks co-founder Alexis Richardson, we have a wide ranging conversation about career choices, finance, founding and selling tech companies, and the dangers of being pigeon-holed based on the first project your company releases. Next week we’ll finish the conversation by talking about Weave projects like Flux and Cortex, as well as their SaaS offerings, the founding of the CNCF, and whether Weave built the platform they set out to build when they started 7 years ago. Do you have something cool to s...2021-03-3145 minThe Real Python PodcastThe Real Python PodcastOptions for Packaging Your Python Application: Wheels, Docker, and MoreHave you wondered, how should I package my Python code? You’ve written the application, but now you need to distribute it to the machines it’s intended to run on. It depends on what the code is, the libraries it depends on, and with whom do you want to share it. This week on the show we have Itamar Turner-Trauring, creator of the website pythonspeed.com. We discuss his article “Options for Packaging Your Python Code: Wheels, Conda, Docker, and More,” covering the how of sharing your code. Itamar also briefly discusses his Python memory profiler named Fi...2020-08-281h 14Code with JasonCode with Jason051 - Developer Productivity with Itamar Turner-TrauringIn this episode I talk with Itamar Turner-Trauring, author of The Secret Skills of Productive Programmers. We share a number of productivity tips including don't get stuck, don't work long hours, implement the riskiest part first, write down what you're working on, and much more.Itamar Turner-Trauring on TwitterCode Without RulesThe Secret Skills of Productive Programmers2020-06-301h 02The Python Podcast.__init__The Python Podcast.__init__Docker Best Practices For Python In ProductionSummary Docker is a useful technology for packaging and deploying software to production environments, but it also introduces a different set of complexities that need to be understood. In this episode Itamar Turner-Trauring shares best practices for running Python workloads in production using Docker. He also explains some of the security implications to be aware of and digs into ways that you can optimize your build process to cut down on wasted developer time. If you are using Docker, thinking about using it, or just heard of it recently then it is worth your time to listen...2019-07-2944 minParent Driven DevelopmentParent Driven Development031: Negotiating A Shorter WorkweekParent Driven Development Episode 031: Negotiating A Shorter Workweek 00:16 Welcome, Itamar Turner-Trauring Itamar Turner-Trauring started his software career in the cutting-edge field of multimedia CD-ROMs. He currently works as a consultant helping speed up Python code and deployments (https://pythonspeed.com), and shares his software and career mistakes every week with 3700 programmers on his Software Clown (https://softwareclown.com) newsletter. His crowning achievement as a parent was when months of brainwashing paid off and his daughter stopped saying "my legs are tired" and started saying "my legs are getting stronger! Itmar is that author of "You Can Negotiate A 3-Day Weekend"...2019-06-1200 minThe Accidental EngineerThe Accidental EngineerNegotiating 3-Day Weekends, Itamar Turner-TrauringItamar Turner-Trauring talks and books have reached large audiences in the software engineering community. 2019-03-0338 minThe Accidental EngineerThe Accidental EngineerHow to Work Less, Smarter, with Itamar Turner-TrauringItamar Turner-Trauring has learned lessons the hard way–he shares those lessons at his blog Code Without Rules. 2017-12-1955 minThe Python Podcast.__init__The Python Podcast.__init__Eliot: Effective Logging with Itamar Turner-TrauringSummary Understanding what is happening in a software system can be difficult, especially when you have inconsistent log messages. Itamar Turner-Trauring created Eliot to make it possible for your project to tell you a story about how transactions flow through your program. In this week’s episode we go deep on proper logging practices, anti patterns, and how to improve your ability to debug your software with log messages. Preface Hello and welcome to Podcast.__init__, the podcast about Python and the people who make it great. I would like to thank everyone who su...2017-10-2949 min