News

How to create your first Python app Let’s cut to the chase and create our first app. As I mentioned, we’re going to create an app that takes user input in the form of Software Title and ...
Testing functions isn't hard, but how do you test user input and output? In my last article, I started looking at "pytest", a framework for testing Python programs that's really changed the way I look ...