Python Data Access 简明教程

Python Data Access Tutorial

Python 是一种通用的解释型、交互式、面向对象且高级的编程语言。它是由 Guido van Rossum 在 1985-1990 年期间创建的。与 Perl 一样,Python 源代码也在 GNU 通用公共许可证 (GPL) 下提供。本教程对 Python 编程语言提供了足够的理解。它提供各种模块与各种数据库进行通信。在本教程中,我们将讨论 python 模块以与 MySQL、PostgreSQL、SQLite 和 MongoDB 数据库通信。

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985-1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programming language. It provides various modules to communicate with various databases. In this tutorial, we are going to discuss python modules to communicate with the databases MySQL, PostgreSQL, SQLite and, MongoDB.

Audience

本教程专为那些想要详细了解 mysql-connector-python、psycog2、Python sqlite3 模块和 pymongo 模块的 Python 程序员而设计。

This tutorial is designed for python programmers who would like to understand the mysql-connector-python, psycog2, Python sqlite3 module and, pymongo modules in detail.

Prerequisites

在继续本教程之前,你应该对 Python 编程语言有很好的了解。还建议对数据库 - MySQL、PostgreSQL、SQLite、MongoDB 有基本的了解。

Before proceeding with this tutorial, you should have a good understanding of python programming language. It is also recommended to have basic understanding of the databases - MySQL, PostgreSQL, SQLite, MongoDB.