English 中文(简体)
Python Data Persistence - Discussion
  • 时间:2024-11-03

Discuss Python Data Persistence


Previous Page Next Page  

In this tutorial, we will explore various built-in and third party Python modules to store and retrieve data to/from various formats such as text file, CSV, JSON and XML files as well as relational and non-relational databases. This tutorial also introduces ZODB database, which is a persistence API for Python objects. Microsoft Excel format is a very popular data file format. Here, we will learn how to handle .xlsx file through Python.


Advertisements