Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
ressource:code:python:start [2023/05/12 12:48]
emoc [Manipulation de structure de données]
ressource:code:python:start [2023/05/26 18:21] (Version actuelle)
emoc
Ligne 5: Ligne 5:
   * https://​docs.python.org/​3/​reference/​index.html Référence sur la syntaxe du langage   * https://​docs.python.org/​3/​reference/​index.html Référence sur la syntaxe du langage
   * https://​docs.python.org/​3/​library/​index.html#​library-index Référence de la bibliothèque Standard   * https://​docs.python.org/​3/​library/​index.html#​library-index Référence de la bibliothèque Standard
 +
 +==== Bibliothèques ====
 +
 +=== Reportlab ===
 +
 +Une bibliothèque très complète (et complexe) pour créer des documents pdf
 +
 +  * pour débuter : https://​realpython.com/​creating-modifying-pdf/​
 +  * pour multipage : https://​www.blog.pythonlibrary.org/​2021/​09/​28/​python-101-how-to-generate-a-pdf/​
 +  * doc complète : https://​www.reportlab.com/​docs/​reportlab-userguide.pdf
 +  * un livre : https://​leanpub.com/​reportlab/​
 +  * code du livre : https://​github.com/​driscollis/​reportlabbookcode/ ​
  
 ===== How-To ===== ===== How-To =====
  • ressource/code/python/start.1683888512.txt.gz
  • Dernière modification: 2023/05/12 12:48
  • par emoc