From 29b7b430dcf96796740690ce191573e23969a777 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Thu, 5 May 2022 12:02:50 -0400 Subject: [PATCH] Update README.es.md --- README.es.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index 3947944..8c031fd 100644 --- a/README.es.md +++ b/README.es.md @@ -1 +1,55 @@ -# Bienvenido a Numpy \ No newline at end of file + +# Welcome to Numpy exercise tutorial + +By @alesanchezr and other contributors at 4Geeks Academy + +Numpy (and Pandas) are the #1 libraries for Machine Learning, there is no way you can do anything without it. +This interactive tutorial will help you become familiar on it, master the most used functionalities and help you clean up your first datasets. + +- Numpy documentation +- Vectors +- Matrix +- 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 misspells plese contribute and report them. + + +## One click installation: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/breatheco-de/numpy-tutorial-exercises) + + +## Local Installation + +1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+: + +``` +$ npm i learnpack -g +$ learnpack plugins:install learnpack-python +``` + +2. Start the tutorial/exercises by running the following command at the same level were your bc.json file is: + +```sh +$ npm i jest@24.8.0 -g +$ learnpack start +``` + +Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated. + + + + + ## Contributors + +Thanks goes 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) 🐛, contribution: (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) specification. Contributions of any kind are welcome!