Edmundito

127
Reputation
31 views

Registered User

Name Edmundito
Member for 1 year
Seen Nov 19 at 23:04
Website
Location Pittsburgh, PA
Age 26
I'm a Game developer, typically working on Windows. Languages I commonly use are C++, Python, and ActionScript. Commonly used software is Eclipse, Visual Studio, Perforce, SVN, CVS, and Cygwin. My favorite editor is Notepad++, favorite language is Python, and most importantly, my favorite programming font in Windows is Consolas (Monaco on Mac!). :P
Sep
23
awarded  Yearling
Aug
16
answered What is the most compatible way to install python modules on a Mac?
Jul
8
comment In Django, how do you retrieve data from extra fields on many-to-many relationships without an explicit query for it?
I'm in the exact same situation (django noob with ManyToMany situations) and I was wondering if there's a good way to display this data under a template. For example, if I wanted to display every exiting team and under every team display just the captain. Do I have to cycle through every team first and then through every teamplayer_set entry?
Jun
24
comment When NOT to comment code
My comment was based on a true story. :)
Jun
24
awarded  Editor
Jun
24
revised Should I use multiplication or division?
added 32 characters in body; edited tags
Jun
23
awarded  Popular Question
Jun
4
comment Django: how do you serve media / stylesheets and link to them within templates
For Example: <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}styles.css" /> You can also follow this bit to ease your development locally: docs.djangoproject.com/en/1.0/…