Using print()
is okay when getting started, but you're going to want to use the logging library before you get too far into it. This allows you to filter your logging messages and generally do cool things with them. This PR merges to the modularity branch, although if you merge that into master first, you may want to merge this into master as well.