python-noob - which container is appropriate for later exporting into mySql + matplotlib ?

Cousin Stanley cousinstanley at gmail.com
Fri Apr 12 19:26:05 EDT 2013


someone wrote:

> ....
> So SQLite is very good for "practicing"
> ....

  Yes it is but it is also very good 
  for much more than just practice .... 

  Check the wikipedia info .... 

    http://en.wikipedia.org/wiki/Sqlite

    "It is arguably the most widely deployed database engine, 
     as it is used today by several widespread browsers, 
     operating systems, and embedded systems, among others"

  The firefox browser keeps different sqlite database files 
  for various uses .... 

  If you use firefox check its default directory 
  and you will see several files with .sqlite  
  file type extensions ....

  Under debian debian linux .... 

    ~/.mozilla/firefox/*.default

  Many programmers, including pythonistas,
  use sqlite for a convenient and persistent 
  data store where data can be stashed now 
  and used later in many different ways 
  through the diversity of sql selections ....


> Thanks again .... 

  You're welcome ....

> I just love this python language

  Me too .... :-)


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona




More information about the Python-list mailing list