ironfroggy

1,229
Reputation
159 views

Registered User

Name ironfroggy
Member for 1 year
Seen 15 hours ago
Website
Location Greensboro, NC
Age 25
I am a Python developer with a heavy interest in helping other developers, improving the development process, and migrating from relational to distributed databases.
Nov
9
answered Environment on google Appengine
Oct
18
answered Prioritize JavaScript Scripts: Defer Not Working
Oct
17
comment psycopg2 disconnects from server
Finally got pointed to that earlier today and was planning to link to it myself from here. This is a real problem, and obviously a lot of us have run into it, but it can be very hard to take the evidence and find information. Thanks for the tip.
Oct
15
comment psycopg2 disconnects from server
I have already logged to determine this. The connection is only made at request time, in the child, in response to the start-request signal. The child processes are already established before being sent that request to trigger the connection.
Oct
15
comment psycopg2 disconnects from server
While I am using a preforked fastcgi backend, the connection is established per-request, in the child processes. Also, if something like this was the case I would expect the problem to be more predictable, while in reality the requests usually succeed and the failure is outwardly nondeterministic.
Oct
15
asked psycopg2 disconnects from server
Oct
14
answered Making Python’s `assert` throw an exception that I choose
Oct
13
revised how do I get only the time in models
edited tags
Oct
7
answered javascript prototype inheritance
Oct
7
answered How to prevent multiple web requests from processing the same records?
Sep
22
accepted Related to executing Java programs through Python
Sep
22
accepted Charts with proper unicode support
Sep
22
comment Why does Python keep a reference count on False and True?
they technically have methods. Every object has methods.
Sep
22
comment How can I get the element of a list that has a minimum/maximum property in Python?
You are still looping, you just have min() do it for you.
Sep
22
answered checking if a method already exists before adding a method to object in JavaScript
Sep
22
answered Charts with proper unicode support
Sep
22
answered Related to executing Java programs through Python
Sep
22
answered Getting Django Python data from views.py to javascript object in template.html
Sep
21
awarded  Yearling
Sep
5
comment Ranking newer items fairly?
No, it really is general. I'm building this at faircompanies.com
Aug
17
answered Using the same decorator (with arguments) with functions and methods.
Jul
31
comment How to override target=_blank in KML popups in embedded Google map?
Thanks, I was trying all morning to figure this out myself. I'm actually using jquery.jmap.js and I think this would be useful exposed as an option to its AddFeed method. I understand why it behaves this way, but a simple flag for it would be nice.
Jul
18
comment Django RelatedManager’s .create() usage?
In his output he shows the Play id is 8581
Jul
18
asked “Flip” events in non-Safari webkit mobile browsers?
Jul
15
answered Authorizing localhost with gdata and AuthSub?
Jul
15
awarded  Tumbleweed
Jul
11
comment Multiple Databases in Django 1.0.2 with custom manager
Can you be a little more patient? There is a GSOC project going on right now that is adding multiple database support to Django.
Jul
11
answered Django - Queryset spanning null relationships using Q
Jul
11
answered Where to store secret keys and password in Python
Jul
9
answered Django RelatedManager’s .create() usage?
Jul
9
answered Help needed improving Python code using List Comprehensions
Jul
8
asked Authorizing localhost with gdata and AuthSub?
Jul
6
comment Python: How can I import all variables?
It is mostly meant for edge cases, such as when you have a "base module" and several platform specific versions that might get imported, which want to grab the contents of the base and add to it. the os module works this way, doing 'from nt import *' or 'from posix import *' depending on the platform, for example.
Jul
4
answered Automatically pressing a “submit” button using python
Jul
3
answered tools to aid in browsing/following (large) python projects’ source code
Jul
2
answered User upload profile pictures on django/jquery website in .jpg/.gif/.png format. How can I scale/crop them down when displaying them?
Jul
2
comment Does JQuery or JavaScript have the concept of classes and objects?
Don't call it an orange when its a brick. (Javascript doesn't have classes! (yet!))
Jul
1
answered Can javascript capture image download times in the client?
Jun
29
answered Python: how to call a data member of the base class if it is being overwritten as a property in the derived class?
Jun
25
accepted Django ORM: query of two models
Jun
25
answered Get a dict of all variables currently in scope and their values
Jun
24
answered Break long text
Jun
24
answered Django ORM: query of two models
Jun
23
comment python, unittest: is there a way to pass command line options to the app
sure but thats data validation, not unittesting.
Jun
23
comment Simple User management example for Google App Engine ?
Though I have used Django-on-AppEngine, I would not advocate ignoring appengines builtin auth over django. Any reason that you do? (Yes, I use Django outside of appengine too)
Jun
23
answered Simple User management example for Google App Engine ?
Jun
23
comment Why can’t RSS handle the Ampersand?
This is no different than asking why you can't use raw < and > in XML text
Jun
23
answered python, unittest: is there a way to pass command line options to the app
Jun
21
answered Django media URLs in CSS files
Jun
20
answered What are effective methods to manage ownership of programs in source control systems?