Démonstration de l'usage de l'API Sqlite3 pour encoder des élèves.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Lapin-Blanc ed02442e97 refonte complète pour cours 3 år sedan
.gitignore initial commit 3 år sedan
README.md initial commit 3 år sedan
encodage_eleves.py refonte complète pour cours 3 år sedan
formulaire.py refonte complète pour cours 3 år sedan
requirements.txt initial commit 3 år sedan
utils.py refonte complète pour cours 3 år sedan

README.md

ecole-sql

Démonstration de l’usage de l’API Sqlite3 pour encoder des élèves.

Configuration :

virtualenv env
. env/bin/activate (Linux) ou .\env\Scripts\activate (Windows)
pip install -r requirement.txt

Utilisation

Mode texte : python encodage_eleve.py Mode graphique : python formulaire.py