Building software is more fun with tests.
Software tests should be order independent. That means you should be able to run them in any order o
Many people have been working from home now that are not used to working from home. Or at least are
Researches and others using data science and software need to follow solid software engineering prac
pytest 6 is out. Specifically, 6.0.1, as of July 31. And there's lots to be excited about. Anthony S
pip is the package installer for Python. Often, when you run pip, especially the first time in a
Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deploymen
A great resume is key to landing a great software job. There's no surprise there. But so many people
Len Wanger works on industrial 3D printers. And I was pleased to find out that there's a bunch of Py
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on s
There's stuff going on in Python packaging and pyproject.toml. Brett and I talk about some upcoming
Code Coverage or Test Coverage is a way to measure what lines of code and branches in your code that
The Python extension for VS Code is most downloaded extension for VS Code. Brett Cannon is the mana
pytest plugins are an amazing way to supercharge your test suites, leveraging great solutions from p
One of the great things about attending in person coding conferences, such as PyCon, is the hallway
"The mission of the Python Software Foundation is to promote, protect, and advance the Python progra
Technical debt has to be dealt with on a regular basis to have a healthy product and development tea
"Code is read much more often than it is written." - Guido van Rossum This is true for both producti
In both unittest and pytest, when a test function hits a failing assert, the test stops and is marke
Django supports testing out of the box with some cool extensions to unittest. However, many people a
Financial services have their own unique testing development challenges. But they also have lots of