Learning curve for new database program with Python?

Simon Brunning simon at brunningonline.net
Mon Apr 7 09:09:14 EDT 2008


On Sun, Apr 6, 2008 at 2:31 AM, John Nagle <nagle at animats.com> wrote:
>
>     Basic SQL isn't that hard.  Learn CREATE, SELECT, INSERT,
>  UPDATE, and DELETE syntax.  That's enough for most simple
>  applications.

Agreed. What's more, I've found SQL to be the single most transferable
skill in IT.. No matter what language and platform you find yourself
working on, you'll find an SQL driven relational database somewhere in
the mix. Learning SQL isn't a waste of time, I guarantee it.

-- 
Cheers,
Simon B.
simon at brunningonline.net
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list