diff --git a/python.md b/python.md index 071bb5e..d8b9b46 100644 --- a/python.md +++ b/python.md @@ -16,15 +16,24 @@ 12. [Exception Handling](#exception-handling) 13. [Classes and Objects](#classes-and-objects) 14. [SQLite3 Database Connection](#sqlite3-database-connection) + 14.1 [Connecting to a Database](#connecting-to-a-database) + 14.2 [Creating a Table](#creating-a-table) + 14.3 [Inserting Data](#inserting-data) + 14.4 [Querying Data](#querying-data) + 14.5 [Updating Data](#updating-data) + 14.6 [Deleting Data](#deleting-data) + 14.7 [Closing the Connection](#closing-the-connection) 15. [JSON Data Connection](#json-data-connection) + 15.1 [Loading JSON Data](#loading-json-data) + 15.2 [Writing JSON Data](#writing-json-data) ## Variables