Skip to content

Commit 5e8508d

Browse files
updated readme
1 parent 5476fbc commit 5e8508d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# Programming SQLite Using Python for Beginners
1+
# Programming SQLite Database Using Python for Beginners
2+
3+
- ![Reading and Writing to SQLite Databases using Python](https://www.xanthium.in/sites/default/files/inline-images/python-sqlite-database-crud-tutorial-for-geeks.jpg)
4+
- In this tutorial,We will learn to create and program SQLite databases using Python.
5+
- We will learn to create a connection to a SQLite Database ,Create tables inside it and perform CRUD operations using Python Language.
6+
7+
## Online Tutorial
8+
9+
- [A Guide to Working with SQLite Databases in Python for Developers](https://www.xanthium.in/connect-read-write-update-delete-sqlite3-database-python-cross-platform-tutorial)
10+
11+
-
212

0 commit comments

Comments
 (0)