Mar 24, 2014 cx_oracle insert python sql update upsert UPSERT (update or insert) in Oracle with Python One of the things I had to do is to build a script to upload data (e.g. the content of a list of files)
Mar 13, 2014 binary numpy python virtualenv windows Install NumPy in a Virtual Environment on Windows Someone told me they use a custom python install named Anaconda on windows because it contains a set of math packages which are difficult to
Mar 6, 2014 cx_oracle oracle python xmlfield Memory dump: Work with XMLField in Oracle (part 3) TL;DR: Here I present how to insert data with python in the table created at the previous step. Table of Contents 1. Part 1
Feb 20, 2014 app application cookiecutter deploy django python Easy django applications with cookiecutter Now I'm trying to create a bunch of django applications and I've got tired of creating everything from scratch. So, here
Feb 12, 2014 django programming pyflakes pylint python warning Make pyflakes/pylint ignore unused imports Sometimes, you need to add an import without explicitly using it, just to have stuff defined. In such cases, both pyflakes and pylint generate messages,