Results 1 to 3 of 3
Threaded View
-
19th Apr 2012, 06:06 AM #3You can call me G
Here's how to proceed. The Python DB API (PEP 249) provides a skeleton for all the db drivers to bind with the language. Its like unifying the syntax for common operations (the Python part of it). So you connect to the database, execute SQL, fetch data and stuff with pretty much the same python statement (the SQL syntax varies depending upon the 'flavour' used).
So, besides Python, you should be aware of some SQL to make it work. Ultimately its your queries that turn out to be the logic. The wrappers are only providing the outline to make connections and stuff easier.
However, if you find the SQL task a bit daunting, ORMs are there to encapsulate stuff. But, its always better to know some SQL before taking the plunge to an ORM (one gets lazy after the switch)
Hope that explains it all.
Regards,
Gaurav
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[For Hire] Web Development | PHP | Python
By Gaurav in forum ServicesReplies: 2Last Post: 8th Oct 2012, 11:54 AM -
[For Hire] Web App Development | Python
By ajinkya9 in forum ServicesReplies: 10Last Post: 8th Oct 2012, 05:29 AM -
Basically, Can You Help Me Understand Python For Web Development (Conceptually)?
By Maverick in forum Web Development AreaReplies: 6Last Post: 22nd Mar 2012, 03:24 AM -
[Buying] databases
By deelow66 in forum Completed TransactionsReplies: 8Last Post: 28th Oct 2011, 09:12 PM -
[For Hire] Python Development | xChat Plugin Development
By Gaurav in forum Completed TransactionsReplies: 5Last Post: 5th Oct 2011, 08:12 AM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...