python Programming Glossary: suboptimal
What's a good approach to managing the db connection in a Google Cloud SQL (GAE) Python app? http://stackoverflow.com/questions/10158805/whats-a-good-approach-to-managing-the-db-connection-in-a-google-cloud-sql-gae connect query disconnect for each query but this seems suboptimal. I know this is a vague question but I'm hoping someone who's..
Python: shortcut for writing decorators which accept arguments? http://stackoverflow.com/questions/10610824/python-shortcut-for-writing-decorators-which-accept-arguments decorators with arguments But that feels just a bit suboptimal too. For example possibly something like a @decorator_with_arguments..
Passing Python Data to JavaScript via Django http://stackoverflow.com/questions/1445989/passing-python-data-to-javascript-via-django e.g. data embedded in variables in the JavaScript code is suboptimal but as a newbie I don't know the alternatives. I've seen write..
Recreating Postgres COPY directly in Python? http://stackoverflow.com/questions/1869973/recreating-postgres-copy-directly-in-python bulk load all of this into the database. This works but is suboptimal I'd prefer to be able to do this all directly from python. Is..
very quickly getting total size of folder http://stackoverflow.com/questions/2485719/very-quickly-getting-total-size-of-folder by both isdir and getsize . Note that Python's os.walk is suboptimal on all platforms Windows and nices up to and including Python3.1...
Django sub-applications & module structure http://stackoverflow.com/questions/2617522/django-sub-applications-module-structure 'myapp.subapp1' 'myapp.subapp2' ... ...which is obviously suboptimal. This also has the slightly nasty result of requiring that all..
Compiling an IronPython WPF project to exe http://stackoverflow.com/questions/3999489/compiling-an-ironpython-wpf-project-to-exe 'compiledapp.dll' import app This is still suboptimal though because it means I have to distribute 3 files the .dll..
Get Last Day of the Month in Python http://stackoverflow.com/questions/42950/get-last-day-of-the-month-in-python
|