From 30ccbe7ee0d68eaafcbef4008f5dce75a613ae3d Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:10:50 +0100 Subject: [PATCH 01/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b224b1..8a28fc2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ 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 called "exercises" that contains all the exercises within. ```bash -$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git +$ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git ``` 3) Start the tutorial/exercises by running the following command from the root of the project: From ff4cc7e91fe797136c0239473b17515bd00d4041 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:13:00 +0100 Subject: [PATCH 02/11] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a28fc2..774a396 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ $ 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 called "exercises" that contains all the exercises within. ```bash -$ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git +$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git ``` 3) Start the tutorial/exercises by running the following command from the root of the project: ```bash $ cd python-functions-programming-exercises -$ pip install pytest==4.4.2 mock pytest-testdox +$ pip3 install pytest==6.2.5 pytest-testdox mock $ learnpack start ``` From 63202b9dda948c17bc5bac97ea9ddf7dab70cb1f Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:14:47 +0100 Subject: [PATCH 03/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 774a396..bdaa768 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa 1) 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 -g && learnpack plugins:install learnpack-python +$ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0 ``` 2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within. From cc216be849ac02871bc3c7408f50765f4d671199 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:18:53 +0100 Subject: [PATCH 04/11] Update README.es.md --- README.es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index 27f2c3e..52f29df 100644 --- a/README.es.md +++ b/README.es.md @@ -34,7 +34,7 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co 1) Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack: ```bash -$ npm i learnpack -g && learnpack plugins:install learnpack-python +$ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0 ``` 2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás una carpeta nueva con un subdirectorio llamado "exercises" que contiene los ejercicios. @@ -47,7 +47,7 @@ $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exerci ```bash $ cd python-functions-programming-exercises -$ pip install pytest==4.4.2 mock pytest-testdox +$ pip3 install pytest==6.2.5 pytest-testdox mock $ learnpack start ``` From de8d27b153751a1b2e41ca8badf2618490619807 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:20:05 +0100 Subject: [PATCH 05/11] Update README.es.md --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index 52f29df..e9c0b31 100644 --- a/README.es.md +++ b/README.es.md @@ -67,7 +67,7 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): -1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 🤓, (build-tutorial) ✅, (documentación) 📖 +1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentación) 📖 2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador) 💻, (traducción) 🌎 From ed10076fe156ee76b95f2223813113a5a731eed9 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:36:02 +0100 Subject: [PATCH 06/11] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdaa768..b54a2d3 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,22 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa ## Local Installation -1) Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, and Python version 3+. This is the command to install LearnPack: +1. 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 -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0 ``` -2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "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 subdirectory called "exercises" that contains all the exercises within. ```bash $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git +$ cd python-functions-programming-exercises ``` -3) Start the tutorial/exercises by running the following command from the root of the project: +3. Start the tutorial/exercises by running the following command from the root of the project: ```bash -$ cd python-functions-programming-exercises $ pip3 install pytest==6.2.5 pytest-testdox mock $ learnpack start ``` From b73c98b26ed1f69ffbebf6807252d321be30212d Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:37:44 +0100 Subject: [PATCH 07/11] Update README.es.md --- README.es.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.es.md b/README.es.md index e9c0b31..ea7f4dd 100644 --- a/README.es.md +++ b/README.es.md @@ -31,22 +31,22 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co ## Instalación local: -1) Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack: +1. Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack: ```bash $ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0 ``` -2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás una carpeta nueva con un subdirectorio llamado "exercises" que contiene los ejercicios. +2. Clona o descarga este repositorio en tu ambiente local. ```bash $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git +$ cd python-functions-programming-exercises ``` -3) Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto: +3. Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto: ```bash -$ cd python-functions-programming-exercises $ pip3 install pytest==6.2.5 pytest-testdox mock $ learnpack start ``` From bb9e11d189c43f4d5e19e890b279bb979d8ab793 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:38:15 +0100 Subject: [PATCH 08/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54a2d3..424713c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa $ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0 ``` -2. Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within. +2. Clone or download this repository in your local environment. ```bash $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git From 9084eee8acba1c7e523eaa03b29948a3ec790aa2 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:43:21 +0100 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 424713c..c52205e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ learnpack start ## How are the exercises organized? -Each exercise is a small React application containing the following files: +Each exercise is a small Python application containing the following files: 1. **app.py:** represents the entry Python file that will be executed by the computer. 2. **README.md:** contains exercise instructions. From fd801fd84e945aa896ce66564f9eb24315e45428 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:55:37 +0100 Subject: [PATCH 10/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c52205e..18994a9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exerci $ cd python-functions-programming-exercises ``` +> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within. + 3. Start the tutorial/exercises by running the following command from the root of the project: ```bash From e2ac839c33e1ec091e5a2db51bf13f0a48d3616e Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:56:01 +0100 Subject: [PATCH 11/11] Update README.es.md --- README.es.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.es.md b/README.es.md index ea7f4dd..70a7973 100644 --- a/README.es.md +++ b/README.es.md @@ -44,6 +44,8 @@ $ git clone https://github.com/4GeeksAcademy/python-functions-programming-exerci $ cd python-functions-programming-exercises ``` +> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios. + 3. Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto: ```bash