Python Data Access 简明教程
Discuss Python Data Access
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.