Page 32 - Phyton_GUIprogrammingwithTkinter
P. 32
P a ge | 23
TUTORIAL
1.1 - Create Python database using SQLite
1. CREATE Database using SQLite3 Module
i. Open your Python IDLE Shell.
ii. Click File -> New File or Click Ctrl + N
iii. Then, type the code as the following.
iv. Save the file as myDB.py.
v. Click Run Run Module to compile the code.
vi. Open IDLE Shell and it will show as the following when the database is
successfully created.