Skip to content

Commit 0697969

Browse files
committed
Correction des TPs
1 parent e64ba3e commit 0697969

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ website:
4444
text: "TP4 - Analyse de données avec Pandas"
4545
- href: doc/tp/tp5.qmd
4646
text: "TP5 - Visualisation des données avec Matplotlib et Seaborn"
47+
- href: doc/tp/correctionsTP.qmd
48+
text: "Correction des TP"
49+
4750
right:
4851
- href: doc/glossaire.qmd
4952
text: Glossaire

doc/tp/correctionsTP.qmd

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Correction Des TPs De Python"
3+
description: Correction des TPS De Python
4+
author: "Natacha NJONGWA YEPNGA"
5+
format:
6+
html:
7+
toc: true
8+
toc-location: left
9+
toc-depth: 3
10+
from: markdown+emoji
11+
number-sections: true
12+
number-depth: 3
13+
---
14+
# Correction Des TP
15+
16+
## TP 1
17+
18+
- Structures de contrôle:[La correstion du TP est disponible ici](https://colab.research.google.com/drive/11J6OBN0wRf2LFrZfu-WkWq8L_FC-ARjm?usp=sharing)
19+
- Types de données : [La correstion du TP est disponible ici](https://colab.research.google.com/drive/1n_mAn2xWfjEKchfrLvRGaJAq1FaXBS6s?usp=sharing)
20+
21+
## TP 2: Introduction aux fonctions, aux modules et à la programmation orientée objet (POO) en Python
22+
[La correstion du TP est disponible ici](https://colab.research.google.com/drive/1HpUiAzQ8h8f82pQFwjc5yKpCz7wQdbbP?usp=sharing)
23+
24+
## TP 3: Manipulation de données avec Numpy
25+
26+
[La correstion du TP est disponible ici](https://colab.research.google.com/drive/1U2kdXHkjqGtWa_Om_pcdLZBFceEXElvg?usp=drive_link)
27+
28+
## TP 4: TP Analyse de Données avec Pandas
29+
[La correstion du TP est disponible ici](https://colab.research.google.com/drive/1DKsQVjo86tn4tPCtDLJojb1FBN5XtiE8?usp=sharing)
30+
31+
## TP 5: Visualisation des Données avec Matplotlib et Seaborn
32+
[La correstion du TP est disponible ici](https://colab.research.google.com/drive/1xKs4_5pg0lrXr8cbcPadzTRpnm2UOR-R?usp=drive_link)

0 commit comments

Comments
 (0)