English 中文(简体)
Python Data Access Tutorial

Selected Reading

Python Data Access - Discussion
  • 时间:2024-11-03

Discuss Python Data Access


Previous Page Next Page  

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.


Advertisements