miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-11-27 19:50:37 +01:00
docs: update Scripting/Python/Manip-donnees
Cette révision appartient à :
Parent
0a256a5f9f
révision
d7d52cf7f6
1 fichiers modifiés avec 6 ajouts et 2 suppressions
|
@ -2,7 +2,7 @@
|
||||||
title: Python - Manipulation des données
|
title: Python - Manipulation des données
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2021-06-07T08:23:59.075Z
|
date: 2021-06-07T08:40:13.330Z
|
||||||
tags:
|
tags:
|
||||||
editor: ckeditor
|
editor: ckeditor
|
||||||
dateCreated: 2021-06-07T08:01:47.026Z
|
dateCreated: 2021-06-07T08:01:47.026Z
|
||||||
|
@ -10,7 +10,11 @@ dateCreated: 2021-06-07T08:01:47.026Z
|
||||||
|
|
||||||
<figure class="image image_resized" style="width:53.94%;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Python_logo_and_wordmark.svg/1200px-Python_logo_and_wordmark.svg.png" alt="Fichier:Python logo and wordmark.svg — Wikipédia"></figure>
|
<figure class="image image_resized" style="width:53.94%;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Python_logo_and_wordmark.svg/1200px-Python_logo_and_wordmark.svg.png" alt="Fichier:Python logo and wordmark.svg — Wikipédia"></figure>
|
||||||
<h1>Les listes</h1>
|
<h1>Les listes</h1>
|
||||||
<p> </p>
|
<p>Une liste se déclare avec des crochets et on accède à une donnée par son indice.</p>
|
||||||
|
<pre><code class="language-python">langages = ["python", "C#","java","C++"]
|
||||||
|
|
||||||
|
>>> print(langages[1])
|
||||||
|
C#</code></pre>
|
||||||
<h1>Les dictionnaires (json)</h1>
|
<h1>Les dictionnaires (json)</h1>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<h1>CSV</h1>
|
<h1>CSV</h1>
|
||||||
|
|
Chargement…
Référencer dans un nouveau ticket