Table des matières

Python

http://www.python.org/

http://fr.wikipedia.org/wiki/Python_(langage)

Python est un langage de programmation interprété multi-paradigme. Il favorise la programmation impérative structurée, et orientée objet. Il est doté d'un typage dynamique fort, d'une gestion automatique de la mémoire par ramasse-miettes et d'un système de gestion d'exceptions ; il est ainsi similaire à Perl, Ruby, Scheme, Smalltalk et Tcl.

Doc

Tutoriels

pip

l'installateur de package python

un problème sur ubuntu? j'essaie l'installation de mkdocs et mon kubuntu râle solution: installer pipx et linker pip

sudo apt install pipx
mv /usr/bin/pip /usr/bin/pip.old
cd /usr/bin/
ln -s pipx pip
pip install mkdocs

Installer un module

  python setup.py install

MkDocs

https://www.mkdocs.org/

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

MySQL

Configuration de base d'un script Python + MySQL

http://tecfa.unige.ch/guides/msql/manual/msqlman-2.html tecfa.unige.ch/guides/python/python.html

Divers

django

  apt-get install python-django

http://www.django-fr.org/documentation/tutorial01/

sqlalchemy

http://www.sqlalchemy.org/ , une sorte de RoR / phpCake pour Python

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Pyromaths

kw: pymath, pimath

Pyromaths est un programme qui a pour but de créer des exercices type de mathématiques niveau collège et lycée ainsi que leur corrigé. C'est ce qu'on appelle parfois un exerciseur. Contrairement à de nombreux autres projets, Pyromaths a pour objectif de proposer une correction véritablement détaillée des exercices proposés et pas seulement une solution.

https://pypi.org/project/pyromaths/

Formations

formation (intranet)