Jul 5, 2014 copy_expert csv header load postgres psycopg python Load a CSV File with Header in Postgres via Psycopg My task is to create a script to load a bunch of files into a DB model. The files are CSV, with quoted strings and
Jul 4, 2014 decorator delta profile python timer Braindump: Use a Decorator to Time your Python Function In the programs I write these days I use timing methods to profile the code, mainly because I find it easier to split and sum
May 15, 2014 copy data insert large performance postgres python Insert in PostgreSQL in (Almost) Constant Time One of the things I did was to write a script to insert records in a PostgreSQL database. The records have with a quite simple
May 7, 2014 context custom django empty formwizard panel python template Formless Step in FormWizard Sometimes you'd need to show a purely informational page as part of a FormWizard. As far as I could see, there are two
May 6, 2014 data django formwizard id once python Create Data Once in a FormWizard At one of the sites I'm building I need to walk users through a registration process: 1. Select a supported tool 2. Generate