2023-02-03 14:12:16 +00:00
|
|
|
Représentation du texte
|
|
|
|
#######################
|
|
|
|
|
|
|
|
:date: 2023-02-03
|
2023-02-14 10:36:18 +00:00
|
|
|
:modified: 2023-02-14
|
2023-02-03 14:12:16 +00:00
|
|
|
:authors: Benjamin Bertrand
|
|
|
|
:tags: Str, Python
|
|
|
|
:category: 1NSI
|
|
|
|
:summary: Table de caractère, encodage et manipulation des str en Python.
|
|
|
|
|
|
|
|
|
|
|
|
Éléments du programme
|
|
|
|
=====================
|
|
|
|
|
2023-02-14 10:36:18 +00:00
|
|
|
Plan de travail
|
|
|
|
|
|
|
|
.. image:: ./plan_de_travail.pdf
|
|
|
|
:height: 200px
|
|
|
|
:alt: Plan de travail
|
|
|
|
|
|
|
|
|
2023-02-03 14:12:16 +00:00
|
|
|
Étape 1: Manipulation ASCII et ISO-8859-1
|
|
|
|
-----------------------------------------
|
|
|
|
|
|
|
|
Explication cours sur la différence entre table de caractère et encodage. Présentation de la table ASCII puis ISO-8859-1.
|
2023-02-14 10:36:18 +00:00
|
|
|
|
|
|
|
Étape 2: Unicode
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Étape 3: String et python
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
`String et python - jupyter notebook <./03_str.ipynb>`_
|