Skip to content

Commit 86e1b8a

Browse files
committed
Create README_fr.md
1 parent 1f48cd6 commit 86e1b8a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README_fr.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Pratiquer les Projets de Programmation NumPy
2+
3+
## Langues
4+
5+
🇨🇳 [简体中文](README_zh.md) 🇯🇵 [日本語](README_ja.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md)
6+
7+
<div align="center">
8+
<img width="128px" src="https://file.labex.io/path/gdqX0QgXsYjL.png">
9+
</div>
10+
11+
NumPy est la base du calcul scientifique en Python. Cet arbre de compétences offre une méthode systématique pour apprendre NumPy. Idéal pour les débutants en science des données, il propose un parcours d'apprentissage structuré pour maîtriser les opérations sur les tableaux, le broadcasting et les algorithmes numériques. Des cours pratiques sans vidéo et des exercices dans un environnement d'analyse numérique vous aident à développer des compétences concrètes en manipulation et calcul de données efficaces.
12+
13+
## Exercices
14+
15+
| Index | Nom | Difficulté | Pratique |
16+
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------|
17+
| 1 | [Animation d'art ASCII avec OpenCV](https://labex.io/fr/courses/project-ascii-art-animation-with-opencv) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-ascii-art-animation-with-opencv) |
18+
| 2 | [Simulation gravitationnelle de la Terre et du 'Super Jupiter'](https://labex.io/fr/courses/project-gravitational-simulation-of-earth-and-super-jupiter) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-gravitational-simulation-of-earth-and-super-jupiter) |
19+
| 3 | [Implémentation de l'algorithme de régression des K plus proches voisins](https://labex.io/fr/courses/project-k-nearest-neighbors-regression-algorithm-implementation) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-k-nearest-neighbors-regression-algorithm-implementation) |
20+
| 4 | [Implémentation de la métrique de distance de Minkowski](https://labex.io/fr/courses/project-implementing-minkowski-distance-metric) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-implementing-minkowski-distance-metric) |
21+
| 5 | [Implémentation de la régression polynomiale](https://labex.io/fr/courses/project-polynomial-regression-implementation-and-application) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-polynomial-regression-implementation-and-application) |
22+
| 6 | [Classifieur simple de reconnaissance de caractères manuscrits](https://labex.io/fr/courses/project-simple-handwritten-character-recognition-classifier) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-simple-handwritten-character-recognition-classifier) |
23+
24+
## Plus
25+
26+
- 🔗 [NumPy En savoir plus sur](https://labex.io/fr/skilltrees/numpy)
27+
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
28+
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
29+

0 commit comments

Comments
 (0)