Python Test

Practical automated testing for software engineers using Python. Mostly. But also so much more.

https://podcast.pythontest.com

Eine durchschnittliche Folge dieses Podcasts dauert 32m. Bisher sind 221 Folge(n) erschienen. Alle 9 Tage erscheint eine Folge dieses Podcasts.

Gesamtlänge aller Episoden: 4 days 23 hours 47 minutes

subscribe
share






recommended podcasts


episode 69: 69: Andy Hunt - The Pragmatic Programmer


Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer. Together they founded The Pragmatic Programmers and are well known as founders of the agile movement and authors of the Agile Manifesto. They founded the Pragmatic Bookshelf publishing business in 2003.

The Pragmatic Bookshelf published it's most important book, in my opinion, in 2017 with the first pytest book available from any publisher...


share








 March 21, 2019  48m
 
 

episode 68: 68: test && commit || revert (TCR) - Thomas Deniffel


With conventional TDD, you write a failing test, get it to pass, then refactor.
Then run the tests again to make sure your refactoring didn't break anything.
But what if it did break something?
Kent Beck has been recommending to commit your code to revision control after every green test run.
Oddmund Strømme suggested a symmetrical idea to go ahead and revert the code when a test fails.
Kent writes that he hated the idea, but had to try it...


share








 March 13, 2019  38m
 
 

episode 67: 67: Teaching Python in Middle School


In today's episode we talk with Kelly Paredes & Sean Tibor.
They teach Python in a middle school in Florida, and talk about this experience on the podcast "Teaching Python".

I love that they include physical computing right from the start, and everything else they are doing.

It's a fun interview.

Special Guests: Kelly Paredes and Sean Tibor...


share








 February 28, 2019  34m
 
 

episode 66: 66: Brian is interviewed by Phil Burgess


I was recently interviewed on a podcast called "IT Career Energizer Podcast".
Phil Burgess is the host of the podcast, and it was a lot of fun.

I think it turned out well, and I wanted to share it with you here, with Phil's permission, of course.

Special Guest: Phil Burgess.

Links:

  • IT Career Energizer Podcast


share








 February 26, 2019  18m
 
 

episode 65: 65: one assert per test


Is it ok to have more than one assert statement in a test?
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to trying to avoid more than one assert per test.

Where did this recommendation even come from? What are the reasons?
What are the downsides to both perspectives?

That's what we're going to talk about today...


share








 February 17, 2019  19m
 
 

episode 64: 64: Practicing Programming to increase your value


I want you to get the most out of being a software developer, or test engineer, or whatever you do that makes this podcast relevant to your life.

By "get the most" I mean:

  • the most fun
  • the most value
  • more career options
  • probably more responsibility
  • maybe even more money, that'd be cool

I want you to start (or continue) studying and practicing your skills...


share








 February 7, 2019  21m
 
 

episode 63: 63: Python Corporate Training - Matt Harrison


I hear and I forget.
I see and I remember.
I do and I understand.
-- Confucius

Matt Harrison is an author and instructor of Python and Data Science. This episode focuses on his training company, MetaSnake, and corporate training.

Matt's written several books on Python, mostly self published. So of course we talk about that...


share








 February 1, 2019  33m
 
 

episode 62: 62: Python Training - Reuven Lerner


There are a lot of learning styles and a lot of ways to learn Python. If you started Python through a class at work, or through an online course, or maybe an email series, it's possibly you may have learned from Reuven Lerner.

If your first encounter with pytest was reading an article in Linux Journal recently, that would be the writing of Reuven.

Reuven Lerner teaches Python...


share








 January 13, 2019  28m
 
 

episode 61: A retrospective


A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019...


share








 December 31, 2018  31m
 
 

episode 60: 100 Days of Code - Julian Sequeira


Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at Talk Python Training.
He's also a survivor of the 100DaysOfCode in Python Challenge.

We talk about the 100 days challenge, about learning Python, and about how cool it is to learn within a community.

Special Guest: Julian Sequeira...


share








 December 28, 2018  34m