The life of your loveable geek
Django Tutorial Part 1
This tutorial will be replaced today (September 8th, 2009). A lot of problems with the video and audio, that make it a better idea to re-record this one. Please check back on September 9th, 2009 for the updated screencast and text.
Thanks and sorry for the inconvience.
GufyMike
Using the PYTHONPATH with Django
Today I'm going to discuss the PYTHONPATH environment variable and sys.path and how to use these correctly with your django projects. I've seen a lot of new developers, new to django and more importantly new to python not understand the PYTHONPATH and how it affects your projects and libraries. The concept is relatively simple, python checks the directories in the PYTHONPATH and if it finds the module you are trying to import, it will import it. If it doesn't find the module you'll get the famous import error. But ...
New format, New life
Hello folks, most of those who know me, know I love working with python, django and pyqt. Today I plan to start bringing you tutorials, how-tos and various tidbits of information with these tools and how to use them to your best advantage. I think I should have started this years ago, but I was busy, now I've got the time and I hope you enjoy these. I'll grab my ideas from different things I'm working on and or catch on mailing lists. I will also make a point to use existing django applications in my system to show you ...
New Update
Hey, been a while, sort of been busy working on a few things, one of those things is the website, changes coming soon, the development site is almost ready to go live. Hopefully to you guys the only thing that you notice that changes is a few extra features and way more content. I hope to have it all ready for you soon, tho the wiki content won't be as full and you'll see why soon :). Ok, short post cause I need to get back to finishing up the changes.
I Did Something Finally!
Guf's SVN/Trac I'm proud to say that my public SVN/TRAC is up and running. I've also officially released GufyGames. It's a python card game. It only runs on the command line for now, it's still early in development and I'm focusing on the underlying library. Once it can work as expected on the command line, I'll add a GUI to it.
Those who are still interested in checking it out, can find downloadinginstructions here. Right now it only has one game and computer player, that's 31. It's a fun game I've been playing ...
