Python and database
Posted
by axl456
on Stack Overflow
See other posts from Stack Overflow
or by axl456
Published on 2010-05-20T03:24:27Z
Indexed on
2010/05/20
3:30 UTC
Read the original article
Hit count: 226
hello..
Am working on a personal project, where i need to manipulate values in a database-like format..
Up until now, am using dictionaries, tuples, and list to store and consult those values.
Am thinking about starting to use SQL to manipulate those values, but I dont know if its worth the effort, because I dont know anything about SQL, and I dont want to use something that wont bring me any benefits (if I can do it in a simpler way, i dont want to complicate things)
if am only storing and consulting values, what would be the benefit of using SQL?
PS: the numbers of row goes between 3 and 100 and the number of columns is around 10 (some may have 5 some may have 10 etc)
© Stack Overflow or respective owner