forked from breatheco-de/numpy-tutorial-exercises
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathREADME.md
64 lines (36 loc) · 2.97 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!-- hide -->
# Welcome to Numpy exercise tutorial
By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https://github.com/4geeksacademy/numpy-tutorial-exercises/graphs/contributors">other contributors</a> at <a href="http://4geeksacademy.com/">4Geeks Academy.</a><a href="https://www.4geeksacademy.com"><img height="280" align="right" src="https://github.com/4geeksacademy/numpy-tutorial-exercises/blob/master/.learn/assets/numpy-badge.png?raw=true"></a>
<!-- endhide -->
NumPy (and Pandas) are the #1 libraries for Machine Learning, there is no way you can do anything without them.
This interactive tutorial will help you become familiar with it, master the most used functionalities, and help you clean up your first datasets.
- NumPy documentation.
- Vectors.
- Matrixes.
- Random, Mean Values.
> Note: The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
These exercises were built in collaboration; we need you! If you find any bugs or misspellings, please contribute and report them.
<!-- hide -->
## One click installation (recommended):
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/numpy-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/numpy-tutorial-exercises.git).
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
## Local Installation
1. Clone or download this repository.
2. Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, and Python version 3+. This is the command to install LearnPack:
```bash
$ npm i @learnpack/learnpack -g && learnpack plugins:install @learnpack/python
```
3. Start the tutorial/exercises by running the following commands at the same level where your learn.json file is:
```bash
$ pip3 install pytest==6.2.5 mock pytest-testdox toml numpy==1.24.2 pandas
$ learnpack start
```
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
<!-- endhide -->
## Contributors
Thanks to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentation) 📖
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, (coder) 💻, (translation) 🌎
3. [Ricardo Rodriguez (RickRodriguez8080)](https://github.com/RickRodriguez8080) contribution: (build-tutorial) ✅, (documentation) 📖
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specifications.
Contributions of any kind are welcome!