Tag Archives: logging

Python Simple Logging

There are lots of options for logging in python. In this post I wanted to write down one way to do python simple logging. This method should be fairly flexible across different Read more about some more simple logging in python Some General Principles These aren’t always going to be right, but you’ll see these… Read More »

Learn About Simple Python Logging

Logging can offer much more flexibility than simply printing a message to the console but it can be difficult to know where to start. This post looks a some examples of simple python logging to get you started. Why ‘log’ instead of ‘print’? Printing to the console is usually one of the first things you… Read More »

Easy Notepad Journal

In this post I show you how you can make easy notepad journal, using Notepad.exe – the default text editor for Windows. I’ll show you how you can get notepad to automatically append today’s date to the end of a file which makes it easy to keep a track of notes or journal entries. Add… Read More »