Python

TwitterFacebook
Get flash to fully experience Pearltrees
MyHDL - From Python to Silicon! http://www.myhdl.org/doku.php/start

Welcome to MyHDL [MyHDL]

Python

The Python Tutorial — Python v2.6.5 documentation

http://docs.python.org/tutorial/ Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.

DatabaseProgramming

http://wiki.python.org/moin/DatabaseProgramming/ Starting point for learning about using databases from Python.
Les bases de données sont des outils de plus en plus fréquemment utilisés. Elles permettent de stocker des données nombreuses dans un seul ensemble bien structuré.

Apprendre à programmer avec Python - Club des décideurs et profe

http://python.developpez.com/cours/TutoSwinnen/?page=Chapitre16

Package Index : MySQL-python 1.1.10

Package Index > MySQL-python > 1.1.10 Not Logged In MySQL-python 1.1.10 https://pypi.python.org/pypi?:action=display&name=MySQL-python&version=1.1.10
http://www.tutorialspoint.com/python/python_database_access.htm

Python - MySQL Database Access

The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard.
http://wiki.python.org/moin/DatabaseInterfaces

DatabaseInterfaces

This page lists database interfaces available for Python.
http://www.python.org/dev/peps/pep-0249/ PEP Index > PEP 249 -- Python Database API Specification v2.0 This API has been defined to encourage similarity between the Python modules that are used to access databases. By doing this, we hope to achieve a consistency leading to more easily understood modules, code that is generally more portable across databases, and a broader reach of database connectivity from Python.

PEP 249 -- Python Database API Specification v2.0

Writing MySQL Scripts with Python DB-API

http://www.kitebird.com/articles/pydbapi.html Paul DuBois paul@kitebird.com Document revision: 1.02 Last update: 2006-09-17 Table of Contents
http://groups.google.com/group/comp.lang.python/browse_thread/thread/ffdab847125f81b6 Janko Hauser wrote: > > A better way is to use the commands module. It wraps os.popen and I'm > not sure if this also didn't open a shell beforehand.

Command shell access within Python - comp.lang.python | Google G