Skip to content

Instantly share code, notes, and snippets.

@ninux
ninux / gist:4700391
Created February 3, 2013 03:07
seribrief python, sqlite und latex
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sqlite3 as lite
import sys
import os
con = lite.connect('datenbank2')
ctr=0
@ninux
ninux / gist:4699711
Created February 2, 2013 23:23
read from sqlite to file
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sqlite3 as lite
import sys
con = lite.connect('datenbank2')
id_ctr = 10