English 中文(简体)
Python Data Access Tutorial

Selected Reading

Python Data Access - Home
  • 时间:2024-09-08
Python Data Access Tutorial

Python Data Access Tutorial

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 Pubpc 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

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

Prerequisites

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.

Advertisements