## For the past couple of weeks, I've been working on a Python tutorial series for beginners.They just went live. [Give them a watch](http://www.vtc.com/products/QuickStart!-Python-Tutorials.htm) and let me know what you think!
Related Reading
Getting Started in Open Source
Go get a GitHub account. Lurk. Find a project or two that you're interested in. The GitHub Blog is a great place to find new and interesting projects.
Watch. Follow a developer that makes great stuff. Get familiar with the innards of a project and see what other contributors do.
If you find a bug or...
Ventures: Python Development at NetApp
For the past year I've been employed at [Clutch, Inc](http://clutch-inc.com) in Winchester, Virginia, as a Systems Engineer and Web Developer. I've spent most of my time there developing content-based websites and web applications in PHP, advanced JavaScript, Grails, and the like. I even had the opp...
GitHub Syncer in Python
Today I rewrote a little utility I've been using for a while to keep all of my GitHub repos up to date and organized. It updates / clones all private, public, and watched repositories from your account. It also detects if your repo is a mirror or fork, and files it accordingly.My watched list is hug...