Re: Python and Db
En Mon, 31 Mar 2008 14:50:27 -0300, David Anderson <zerty.david@xxxxxxxxx>
escribió:
Hi! I'm don't know almost nothing about bds, Can You suggest me an Simple
but efficient Bd to work with python apps? Can You suggest me any
tutorials?
See the Python wiki at:
http://wiki.python.org/moin/DatabaseProgramming
If you stick with DBAPI 2.0 you won't have much trouble writing for one
database or another. sqlite is a good start and is included with Python 2.5
--
Gabriel Genellina
.
Relevant Pages
- Re: A Python newbie ask a simple question
... the first character in the user supplied response as strings support ... What is the good book to learn Python? ... and having checked out some of the tutorials so you know ... using the Help Index again with "sequence" (since you will probably ... (comp.lang.python) - language learning vs. process
... I'm getting started with python and have almost zero programming experience. ... I'm finding that there are tons of tutorials on the internet -- such as the ... standard tutorial at python.org -- that tell you all about the language. ... I typed "import smtpmail" and it ran -- it ... (comp.lang.python) - Re: Python docs disappointing - group effort to hire writers?
... who is /learning/ the language is, quite frankly, terrifying. ... Currently Python dev seems to be more output than input, ... beautiful tutorials that start at various levels of entry. ... While your student is ... (comp.lang.python) - Re: how to write a tutorial
... majority of language documentations and tutorials in the industry. ... used the Python tutorial's chapter on class as an example. ... this style i've indicated is Stephen Wolfram Mathematica documentation. ... (comp.lang.c) - Re: New to Python/Programming
... programming with a solid foundation of programming principles (OOP, ... I recommend Josh Cogliati's "Non-Programmers Tutorial For Python". ... Work with the online tutorials listed above. ... (comp.lang.python) |
|