Thread
:
[Announce] Snuggle : Geolocation using CellID and Google APIs
View Single Post
thp
2011-06-09 , 11:06
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#
38
Originally Posted by
Saturn
Unfortunately, I haven't found a good tutorial on sql and python yet.
Python provides the
sqlite3
module which makes it easy to create a single-file database. If you want it even more comfortable, feel free to use
minidb
which is a minimalistic data store for simple Python objects that uses SQLite3 as the backend, but exposes a nicer API (while still allowing to access the underlying DB if you choose to).
Plus, Stack Overflow has an answer to your question:
comprehensive beginner's tutorial for python and sqlite?
Quote & Reply
|
The Following User Says Thank You to thp For This Useful Post:
Saturn
thp
View Public Profile
Send a private message to thp
Visit thp's homepage!
Find all posts by thp