Exercice Python Tkinter 16:
Télécharger la série de TP Tkinter: https://drive.google.com/file/d/1J5BL8-BxR7A9__lz2vm3CPtMc9Z1uMQY/view
Code source de l'exercice 17: https://www.tresfacile.net/solution-exercice-17-formulaire-tkinter-dinsertion-des-donnees-sur-la-base-de-donnees-sqlite/
Ecrire un script python permettant de créer une base de donnée SQLite nommée mydatabase. 2. Ecrire un script permettant de créer au sein de la base de donnée mydatabase, une table SQLite nommée students ayant comme attributs : id, name, email, age.
Exercice graphique Python Tkinter 17
Sous les mêmes hypothèses que l’exercice précédent 16, écrire un script permettant d’afficher sur une fenêtre tkinter, un formulaire d’insertion de données dans la table students
L'exercice a été réalisé sous Python 3.7 Windows 10 et a été testé sous Python 3.8 Windows 10 et Python 3.9 Windows 10. Pour un visionnage de qualité, utiliser le navigateur google chrome.
Python Tkinter 16 exercise:
Write a python script to create an SQLite database named mydatabase. 2. Write a script allowing to create within the mydatabase database, an SQLite table named students having as attributes: id, name, email, age.
Graphical exercise Python Tkinter 17
Under the same assumptions as the previous exercise 16, write a script to display on a tkinter window, a form for inserting data into the students table
The exercise was performed under Python 3.7 Windows 10 and was tested under Python 3.8 Windows 10 and Python 3.9 Windows 10. For quality viewing, use the google chrome browser.