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

Paul Ganssle

Shows

Escape From Vault DisneyEscape From Vault DisneyDavy Crockett and the River PiratesThis week, the randomizer goes all the way back to 1956 to pick a relic from the bygone era when those mysterious newfangled "tele-visions" in people's houses would only broadcast shows at very specific dates and times, and if you wanted to watch something again, you had to wait for it to become a big-enough pop culture phenomenon to be repackaged for the big screen and shown at your local cinema. Fortunately, that very thing happened to Walt Disney's prequel miniseries about the original coonskin cap-wearing king of the wild frontier, and arguably the only former U.S. Congressman to...2023-07-051h 14Escape From Vault DisneyEscape From Vault DisneyThe Muppet Christmas Carol DISCLAIMER: This episode was recorded and released prior to the arrest of one of its guests, Kyle Carrozza. We at Escape From Vault Disney strongly condemn Mr. Carrozza's actions and offer our deepest sympathies to his victims, and we will not be inviting him on this podcast again in the future. That said, rather than attempt to rewrite history, we have decided to leave this episode online and intact as a time capsule of when it was made. This week, for our second of three special Christmas episodes of 2022, the randomizer goes all the way back to 1992...2022-12-141h 21The Real Python PodcastThe Real Python PodcastLaunching Python, Virtual Environments, and Locking Dependencies With Brett CannonWould you like a simple command to launch your Python programs using the newest version of the language installed on your machine? This week on the show, we continue our conversation with Brett Cannon. Brett discusses his project, the Python Launcher for Unix. We dive into Brett’s workflow to set up projects, virtual environments, and prepare for distribution. He shares some of the tools he employs and reasons for keeping things simple. We also talk about PEP 665, which specifies a file format to list an application’s Python package installation requirements. Brett shares why he c...2022-01-1450 minTest & CodeTest & Code174: pseudo-TDD - Paul GanssleIn this episode, I talk with Paul Ganssle about a fun workflow that he calls pseudo-TDD. Pseudo-TDD is a way to keep your commit history clean and your tests passing with each commit. This workflow includes using pytest xfail and some semi-advanced version control features.Some strict forms of TDD include something like this:write a failing test that demonstrates a lacking feature or defectwrite the source code to get the test to passrefactor if necessaryrepeatIn reality, at least for me, the software development process is way more messy than this, and no...2021-12-2239 minTest & CodeTest & Code171: How and why I use pytest's xfail - Paul GansslePaul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail. He was an early skeptic of using xfail, and is now an proponent of the feature. In this episode, we talk about some open source workflows that are possible because of xfail. Special Guest: Paul Ganssle.Links:How and why I use pytest's xfail — Paul's blog post mentioned in the episodeCraft Minimal Bug Reports — Matthew Rocklin's articleepisode 111: Subtests in Python with unittest and pyt...2021-11-2238 minDefending and Commending the Faith With Dr. Joe L. Mott, inviting the atheist, agnostic and skeptic to examine for themselves the evidence for the Christian faithDefending and Commending the Faith With Dr. Joe L. Mott, inviting the atheist, agnostic and skeptic to examine for themselves the evidence for the Christian faithDawkins’ Central Argument - Part 3 References: 1. God is a term in the conclusion not mentioned in the 6 statements of the argument. 2. The 6 statements are not truth claims. 3. The 6 statements do not include an implication. 4. “Being Logical” by D. Q. McInerny. 5. Genetic Fallacy. 6. “Dawkins’ Best Argument Against God’s Existence” by Gregory E. Ganssle — an article in “Contending with Christianity’s Critics” edited by Paul Copan and William Lane Craig. 7. “Dawkins’ Delusion” by William Lane Craig — article in “True Reason” edited by Tom Gilson and Carson Weitnauer. This is episode 66. 2021-11-0116 minPython BytesPython Bytes#256: And the best open source project prize goes to ...Topics covered in this episode: * It’s episode 2^8 (nearly 5 years of podcasting)* Where does all the effort go?: Looking at Python core developer activity Why you shouldn't invoke setup.py directly By Paul Ganssle (from Talk Unlock the mysteries of time, Python's datetime that is!) OpenTelemetry is going stable soon Understanding all of Python, through its builtins FastAPI, Dask, and more Python goodies win best open source titles Notes From the Meeting On Python GIL Removal Between Python Core and Sam Gross Extras Joke See the full show notes for this episode on the website at pythonbytes.fm/2562021-10-2959 minThe Real Python PodcastThe Real Python PodcastExploring the New Features of Python 3.9Python 3.9 has arrived! This week on the show, former guest and Real Python author Geir Arne Hjelle returns to talk about his recent article, “Python 3.9: Cool New Features for You to Try”. Also joining the conversation is Real Python video course instructor and author Christopher Trudeau. Christopher has created a video course, which was released this week also, based on Geir Arne’s article. We talk about time zones, merging dictionaries, the new parser, type hints, and more. Geir Arne and Christopher not only cover the new features, but they also offer advice about ways you might incorp...2020-10-091h 14Test & CodeTest & Code111: Subtests in Python with unittest and pytest - Paul GanssleIn both unittest and pytest, when a test function hits a failing assert, the test stops and is marked as a failed test. What if you want to keep going, and check more things? There are a few ways. One of them is subtests. Python's unittest introduced subtests in Python 3.4. pytest introduced support for subtests with changes in pytest 4.4 and a plugin, called pytest-subtests. Subtests are still not really used that much. But really, what are they? When could you use them? And more importantly, what...2020-05-0248 minThe Conspiracy SkepticThe Conspiracy SkepticConspiracy Skeptic Unplugged Episode 17 - David IckePaul Ganssle, Conspiracy Skeptic Listener and skeptic about town, stops in to talk about David Icke and the Reptilian Conspiracy.2010-07-0300 min