Démonstration de l'usage de l'API Sqlite3 pour encoder des élèves.1er essai
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Lapin-Blanc ed02442e97 refonte complète pour cours 3年前
.gitignore initial commit 3年前
README.md initial commit 3年前
encodage_eleves.py refonte complète pour cours 3年前
formulaire.py refonte complète pour cours 3年前
requirements.txt initial commit 3年前
utils.py refonte complète pour cours 3年前

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