====== Python ====== * [[https://docs.python.org/fr/3/reference/index.html|Référence du langage Python]] * [[https://github.com/gto76/python-cheatsheet|Comprehensive Python Cheatsheet]] * [[https://www.w3schools.com/python/default.asp|w3schools Python Tutorial]] * [[https://tahe.developpez.com/tutoriels-cours/python-flask-2020/|Developpez.com - Introduction à Python 3 et au framework web Flask par l'exemple]] * [[https://goalkicker.com/PythonBook/PythonNotesForProfessionals.pdf|goalkicker.com - Python Notes For Professionals (pdf)]] * [[https://www.fullstackpython.com/|Full Stack Python]] * [[https://pythongeeks.org]] YouTube: * [[https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g|Corey Schafer]] * [[https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA|Real Python]] * [[python:python2_virtualenv]] * [[python:python3_virtualenv]] * [[python:pip]] * [[python:windows]] * Génération d'exécutables indépendants * [[python:pyinstaller]] * [[python:cx_freeze]] * Voir également du côté de [[https://nuitka.net/doc/user-manual.html|Nuitka]] ou [[https://beeware.org/project/projects/tools/briefcase/|Briefcase]] ===== Langage ===== * [[python:systeme]] * [[python:systeme_et_plateforme]] * [[python:modules_packages_import]] * [[python:exceptions]] * [[python:dates_et_heures]] * [[python:listes_et_dictionnaires]] * [[python:file_system]] * [[python:files_read_write]] * [[python:decorateurs]] * [[python:unittest]] * [[python:fichiers_ini]] * [[https://www.toptal.com/python/python-class-attributes-an-overly-thorough-guide|Python Class Attributes]] ===== Ligne de commande ===== * [[python:selection_liste_de_choix]] * [[python:subprocess_output]] ===== Frameworks ===== * [[python:flask:start]] * [[python:tk]] * [[python:wxpython:start]] * [[python:django:start]] * [[python:dropbox_api]] * [[python:pandas]] * [[python:jupyterlab]] (anciennement [[python:jupyter]]) ===== Databases ===== * [[python:sqlite3:start]] * [[python:mariadb_mysql]] * [[python:postgresql:start]] * [[python:firebird:legacy]] * [[python:firebird:firebird3]] * [[python:sqlalchemy]] ===== Divers ===== * [[python:xml]] * [[python:csv]] * [[python:json]] * [[python:uuid]] * [[python:excel]] * [[python:pillow]] * [[python:barcode]] * [[python:generer_secret_key]] * [[python:dotenv]] * [[python:logging]] * [[python:zip]] * [[python:win32_automation]] * [[python:beautifulsoup]] * [[python:wkhtmltopdf]] * [[python:pdf_reportlab]] * [[python:babel]]