You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# 🐍Turorial y Ejercicios sobre Funciones de Python</h1>
Creado por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">othors contribuyentes</a> en <a href="http://4geeksacademy.com/">4Geeks Academy</a>
# 🐍Tutorial y Ejercicios sobre Funciones de Python</h1>
Creado por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">otros contribuyentes</a> en <a href="http://4geeksacademy.com/">4Geeks Academy</a>
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git).
> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede, puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
## Instalación local:
1) Asegúrate de instalar [learnpack](https://learnpack.co),`node.js` version 14+ ypython version 3+. Este es el comando para instalarlearnpack:
1) Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ yPython version 3+. Este es el comando para instalarLearnPack:
```sh
```bash
$ npm i learnpack -g && learnpack plugins:install learnpack-python
```
2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarásun carpeta nueva con un subdirectorio "exercises" que contiene los ejercicios.
2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarásuna carpeta nueva con un subdirectorio llamado "exercises" que contiene los ejercicios.
3) Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto:
```sh
```bash
$ cd python-functions-programming-exercises
$ pip install pytest==4.4.2 mock pytest-testdox
$ learnpack start
```
<!-- endhide -->
## ¿Cómo están organizados los ejercicios?
Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
1. **app.py:** representa el archivo de entrada depython que será ejecutado en el computador.
1. **app.py:** representa el archivo de entrada dePython que será ejecutado en el computador.
2. **README.md:** contiene las instrucciones del ejercicio.
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
3. **test.py:** no tienes que abrir este archivo, contiene los scripts de pruebas del ejercicio.
> Nota: Estos ejercicios tienen calificación automática pero es un tanto rígida, te recomiendo ignorarlos tests, considéraloscomo unarecomendación o podrías frustrarte.
> Nota: Estos ejercicios tienen calificación automática. Los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención alos tests y los uses solocomo unasugerencia o podrías frustrarte.
## Colaboradores
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -82,4 +79,4 @@ Este proyecto sigue la especificación [all-contributors](https://github.com/ken
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Curso de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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/python-functions-programming-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises).
> 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`
> 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) Make sure you have [learnpack](https://learnpack.co) installed,`node.js` version 14+ andpython version 3+. This is the command to installlearnpack:
1) Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, andPython version 3+. This is the command to installLearnPack:
```
```bash
$ npm i learnpack -g && learnpack plugins:install learnpack-python
```
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectorycalled"exercises" that contains all the exercises within.
3) Start the tutorial/exercises by running the following command from the root of the project:
```sh
```bash
$ cd python-functions-programming-exercises
$ pip install pytest==4.4.2 mock pytest-testdox
$ learnpack start
```
<!-- endhide -->
## How are the exercises organized?
Each exercise is a smallreact application containing the following files:
Each exercise is a smallReact application containing the following files:
1. **app.py:** represents the entrypython file that will be executed by the computer.
1. **app.py:** represents the entryPython file that will be executed by the computer.
2. **README.md:** contains exercise instructions.
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
> Note: The exercises have automatic grading butits very rigid andstring, myrecomendation is toignorethe tests and use them only as arecomendation or youcan get frustrated.
> Note: The exercises have automatic grading, butit's very rigid andstrict, myrecommendation is tonot takethe teststoo seriousand use them only as asuggestion, or youmay get frustrated.
## Contributors
Thanks to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"us": "Learn and master functionalprograming by doing auto-graded interactive exercises.",
"us": "Learn and master functionalprogramming by doing auto-graded interactive exercises.",
"es": "Aprende y domina funciones en Python haciendo ejercicios interactivos y auto-evaluados."
},
"duration": 10,
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.