In the latest Python Weekly issue 607, there was a well written article by James Turk called You Don’t Need __all__ (waybackmachine backup link) which seemed to miss an important point I wanted to discuss. With no way to comment on his blog, I decided might...
Continue reading...learning
Python patterns only beginners use
There are a few things that you won’t ever see senior Python developers committing to code, but may not be explicitly taught. Most of these things you won’t even see senior programmers doing in their small side scripts. However you should never see or write these...
Continue reading...First steps into GUI design with Kivy
Boring Background I have always had in interest in making a local photo organization tool, that supports albums and tagging the way I want to do it. Maybe down the line allowing others to connect and use it too. So I started on one a few...
Continue reading...Creating a successful project – Part 2: Project Organization
Ok, so you’ve familiarized yourself with the rules. Good. This isn’t Fight Club, but they are important rules. You want to be a professional in all the projects on which you want to participate. If properly managed, your GitHub account should be a functional part of...
Continue reading...Creating a successful project – Part 1: The Rules
So, you want to create a project. That’s great! Welcome to the party. I’d like to pass along some general knowledge about how best to approach creating/running a project. Also, I’m not going to say that I know everything there is to know about running a...
Continue reading...