News

If you've read a fair amount of Python code, then you've probably seen this "__init__.py" file pop up quite a few times. It's especially common in larger Python projects. I'm going to breakdown ...
Don't test your code? pytest removes any excuses. Software developers don't just write software; they also use software. So, they're the first to recognize, and understand, that software is complex ...
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.