Skip to content

Commit d59db57

Browse files
committed
Update README.md
1 parent 7fb9f3f commit d59db57

File tree

1 file changed

+20
-45
lines changed

1 file changed

+20
-45
lines changed

README.md

Lines changed: 20 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,29 @@
11
# Practice NumPy Programming Projects
22

3+
## Languages
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+
37
<div align="center">
48
<img width="128px" src="https://file.labex.io/path/gdqX0QgXsYjL.png">
59
</div>
610

7-
NumPy is fundamental to scientific computing in Python. This Skill Tree presents a systematic approach to learning NumPy. Perfect for data science beginners, it offers a structured roadmap to understand array operations, broadcasting, and numerical algorithms. Hands-on, non-video courses and practical exercises in a numerical analysis playground ensure you develop real-world skills in efficient data manipulation and computation.
8-
9-
| Index | Name | Level | Project Link |
10-
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------|
11-
| 1 | [ASCII Art Animation With OpenCV](https://labex.io/courses/project-ascii-art-animation-with-opencv) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-ascii-art-animation-with-opencv) |
12-
| 2 | [Gravitational Simulation of Earth and Super Jupiter](https://labex.io/courses/project-gravitational-simulation-of-earth-and-super-jupiter) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-gravitational-simulation-of-earth-and-super-jupiter) |
13-
| 3 | [K-Nearest Neighbors Regression Algorithm Implementation](https://labex.io/courses/project-k-nearest-neighbors-regression-algorithm-implementation) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-k-nearest-neighbors-regression-algorithm-implementation) |
14-
| 4 | [Implementing Minkowski Distance Metric](https://labex.io/courses/project-implementing-minkowski-distance-metric) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-implementing-minkowski-distance-metric) |
15-
| 5 | [Implementation of Polynomial Regression](https://labex.io/courses/project-polynomial-regression-implementation-and-application) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-polynomial-regression-implementation-and-application) |
16-
| 6 | [Simple Handwritten Character Recognition Classifier](https://labex.io/courses/project-simple-handwritten-character-recognition-classifier) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-simple-handwritten-character-recognition-classifier) |
17-
18-
## More Projects
19-
20-
- [Linux Programming Projects](https://github.com/labex-labs/practice-linux-programming-projects)
21-
- [DevOps Programming Projects](https://github.com/labex-labs/practice-devops-programming-projects)
22-
- [Cybersecurity Programming Projects](https://github.com/labex-labs/practice-cybersecurity-programming-projects)
23-
- [Python Programming Projects](https://github.com/labex-labs/practice-python-programming-projects)
24-
- [Docker Programming Projects](https://github.com/labex-labs/practice-docker-programming-projects)
25-
- [Kubernetes Programming Projects](https://github.com/labex-labs/practice-kubernetes-programming-projects)
26-
- [Git Programming Projects](https://github.com/labex-labs/practice-git-programming-projects)
27-
- [Shell Programming Projects](https://github.com/labex-labs/practice-shell-programming-projects)
28-
- [Java Programming Projects](https://github.com/labex-labs/practice-java-programming-projects)
29-
- [MySQL Programming Projects](https://github.com/labex-labs/practice-mysql-programming-projects)
30-
- [MongoDB Programming Projects](https://github.com/labex-labs/practice-mongodb-programming-projects)
31-
- [Golang Programming Projects](https://github.com/labex-labs/practice-go-programming-projects)
32-
- [Ansible Programming Projects](https://github.com/labex-labs/practice-ansible-programming-projects)
33-
- [Jenkins Programming Projects](https://github.com/labex-labs/practice-jenkins-programming-projects)
34-
- [C Programming Projects](https://github.com/labex-labs/practice-c-programming-projects)
35-
- [C++ Programming Projects](https://github.com/labex-labs/practice-cpp-programming-projects)
36-
- [Machine Learning Programming Projects](https://github.com/labex-labs/practice-ml-programming-projects)
37-
- [Data Science Programming Projects](https://github.com/labex-labs/practice-data-science-programming-projects)
38-
- [Pandas Programming Projects](https://github.com/labex-labs/practice-pandas-programming-projects)
39-
- [NumPy Programming Projects](https://github.com/labex-labs/practice-numpy-programming-projects)
40-
- [scikit-learn Programming Projects](https://github.com/labex-labs/practice-sklearn-programming-projects)
41-
- [Matplotlib Programming Projects](https://github.com/labex-labs/practice-matplotlib-programming-projects)
42-
- [Web Development Programming Projects](https://github.com/labex-labs/practice-web-development-programming-projects)
43-
- [HTML Programming Projects](https://github.com/labex-labs/practice-html-programming-projects)
44-
- [CSS Programming Projects](https://github.com/labex-labs/practice-css-programming-projects)
45-
- [JavaScript Programming Projects](https://github.com/labex-labs/practice-javascript-programming-projects)
46-
- [React Programming Projects](https://github.com/labex-labs/practice-react-programming-projects)
47-
48-
49-
## Other Lists
50-
51-
- 🔗 [NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)
11+
NumPy is the foundation of scientific computing in Python. This Skill Tree provides a systematic way to learn NumPy. Ideal for data science beginners, it offers a structured learning path to master array operations, broadcasting, and numerical algorithms. Hands - on, non - video courses and practical exercises in a numerical analysis playground help you develop real - world skills in efficient data manipulation and computation.
12+
13+
## Exercises
14+
15+
| Index | Name | Difficulty | Practice |
16+
|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|-------------------------------------------------------------------------------------------------------------|
17+
| 1 | [ASCII Art Animation With OpenCV](https://labex.io/en/courses/project-ascii-art-animation-with-opencv) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-ascii-art-animation-with-opencv) |
18+
| 2 | [Gravitational Simulation of Earth and Super Jupiter](https://labex.io/en/courses/project-gravitational-simulation-of-earth-and-super-jupiter) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-gravitational-simulation-of-earth-and-super-jupiter) |
19+
| 3 | [K-Nearest Neighbors Regression Algorithm Implementation](https://labex.io/en/courses/project-k-nearest-neighbors-regression-algorithm-implementation) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-k-nearest-neighbors-regression-algorithm-implementation) |
20+
| 4 | [Implementing Minkowski Distance Metric](https://labex.io/en/courses/project-implementing-minkowski-distance-metric) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-implementing-minkowski-distance-metric) |
21+
| 5 | [Implementation of Polynomial Regression](https://labex.io/en/courses/project-polynomial-regression-implementation-and-application) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-polynomial-regression-implementation-and-application) |
22+
| 6 | [Simple Handwritten Character Recognition Classifier](https://labex.io/en/courses/project-simple-handwritten-character-recognition-classifier) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-simple-handwritten-character-recognition-classifier) |
23+
24+
## More
25+
26+
- 🔗 [NumPy Learn more about](https://labex.io/en/skilltrees/numpy)
5227
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
5328
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
5429

0 commit comments

Comments
 (0)