All Courses

Discuss Python Data Persistence

Neha Kumawat

4 years ago

Python Data Persistence | Insideaiml
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 the 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 the .xlsx file through Python.
To learn more about python, visit the InsideAIML page

Submit Review