Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a633f3

Browse files
authored
Merge pull request4GeeksAcademy#28 from josemoracard/jose2-00-welcome
exercises 00-welcome to 02.1-create-a-script
2 parents1c7ec6f +0f77741 commit9a633f3

File tree

11 files changed

+69
-65
lines changed

11 files changed

+69
-65
lines changed

‎.learn/exercises/00-welcome/README.es.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Ser un desarrollador de Machine Learning sin Pandas es como ser un obrero sin un martillo. ¿Por qué te someterías a ese ajetreo?
66

7-
>Pandas tiene tantos beneficios que no tenemos suficiente tiempo paraennumerarlos, asi que aquí hay algunos:
7+
>Pandas tiene tantos beneficios que no tenemos suficiente tiempo paraenumerarlos, así que aquí hay algunos:
88
99
1. Representación de Datos: esto te ayuda a analizar y entender mejor los datos. Datos más simples = mejores resultados.
1010

1111
2. Menos escritura y más trabajo hecho.
1212

13-
3. Un amplio conjunto de funciones Analiza tus datos, filtrado de datos o segmentación y segregación de los datos según sus preferencias, etc.
13+
3. Un amplio conjunto de funciones: analiza tus datos, filtrado de datos o segmentación y segregación de los datos según sus preferencias, etc.
1414

15-
4. Maneja eficientemente grandes cantidades de datos: mucho tiempo importando grandes cantidades de datos muy rápido.
15+
4. Maneja eficientemente grandes cantidades de datos:ahorrasmucho tiempo importando grandes cantidades de datos muy rápido.
1616

1717
5. Hace los datos flexibles y personalizables: personalizar, editar y pivotar. Aprovecha al máximo tus datos.
1818

@@ -26,7 +26,7 @@ Durante este curso te vamos a enseñar las funcionalidades más populares de Pan
2626

2727
+ Cómo crear una serie.
2828

29-
+ Sobre elData Frame (Marco de Datos) de Pandas.
29+
+ Sobre elDataFrame (Marco de Datos) de Pandas.
3030

3131
+ Sobre los DataSets.
3232

@@ -44,14 +44,14 @@ Durante este curso te vamos a enseñar las funcionalidades más populares de Pan
4444

4545
Gracias a estas maravillosas personas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
4646

47-
1.[Alejandro Sánchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador):computer: (idea) 🤔, (build-tests):warning:, (pull-request-review):eyes: (build-tutorial):white_check_mark: (documentación):book:
47+
1.[Alejandro Sánchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador)💻, (idea) 🤔, (build-tests)⚠️, (pull-request-review)👀, (build-tutorial)✅, (documentación)📖
4848

49-
2.[Paolo Lucano (plucodev)](https://github.com/plucodev), contribución: (programador):computer:, (build-tests):warning:
49+
2.[Paolo Lucano (plucodev)](https://github.com/plucodev), contribución: (programador)💻, (build-tests)⚠️
5050

51-
3.[Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribución: (traducción):earth_africa:
51+
3.[Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribución: (traducción)🌍
5252

5353
Este proyecto sigue las especificaciones:[all-contributors](https://github.com/kentcdodds/all-contributors).
5454

5555
¡Todas las contribuciones son bienvenidas!
5656

57-
Nota: Haz clic en`next` arriba de estas instrucciones para empezar con el primer ejercicio.
57+
>Nota: Haz clic en`Next ->` arriba de estas instrucciones para empezar con el primer ejercicio.

‎.learn/exercises/00-welcome/README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,31 @@
22

33
We are very excited to have you here! 🎉 😂
44

5-
Being a Machine Learning developer without Pandas is like being a handyman without a hammer. Why would you put yourself through thathusle?
5+
Being a Machine Learning developer without Pandas is like being a handyman without a hammer. Why would you put yourself through thathustle?
66

7-
>Pandas has so many benefits that we don't haveenought time to list them all, so here are just a few:
7+
>Pandas has so many benefits that we don't haveenough time to list them all, so here are just a few:
88
9-
1. Data representation:This helps to analyze and understand data better. Simpler data = better results.
9+
1. Data representation:this helps to analyze and understand data better. Simpler data = better results.
1010

1111
2. Less writing and more work done.
1212

13-
3. An extensive set of features Analyze your data, data filtering, or segmenting and segregating the data according to preference, etc.
13+
3. An extensive set of features: analyze your data, data filtering, or segmenting and segregating the data according to preference, etc.
1414

15-
4. Efficiently handles large data: a lot of time by importing large amounts of data veryfast.
15+
4. Efficiently handles large data:savesa lot of time by importing large amounts of data veryquickly.
1616

1717
5. Makes data flexible and customizable: customize, edit and pivot. Get the most out of your data.
1818

1919
##💬 Fundamentals:
2020

21-
During this course we are going to show you the most popular Pandas functionalities and help you write your own python code with Pandas. You will be learning:
22-
23-
+ How to open a new terminal.
21+
During this course, we are going to show you the most popular Pandas functionalities and help you write your own Python code with Pandas. You will be learning:
2422

2523
+ How to install Pandas.
2624

2725
+ To download the Dataset.
2826

2927
+ How to create a series.
3028

31-
+ Pandas´ Data Frame.
29+
+ Pandas' DataFrame.
3230

3331
+ Clean up DataSets.
3432

@@ -46,16 +44,16 @@ During this course we are going to show you the most popular Pandas functionalit
4644

4745
Thanks to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
4846

49-
1.[Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder):computer: (idea) 🤔, (build-tests):warning:, (pull-request-review):eyes: (build-tutorial):white_check_mark: (documentation):book:
47+
1.[Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder)💻, (idea) 🤔, (build-tests)⚠️, (pull-request-review)👀, (build-tutorial)✅, (documentation)📖
5048

51-
2.[Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests):warning:
49+
2.[Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder) 💻, (build-tests)⚠️
5250

53-
3.[Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (translator):earth_africa:
51+
3.[Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (translator)🌍
5452

5553
This project follows these specifications:[all-contributors](https://github.com/kentcdodds/all-contributors)
5654

5755
Contributions of any kind are welcome!
5856

5957

60-
Note: Please click the`next ->` button on the top right of these instructions.
58+
>Note: Please click the`Next ->` button on the top right of these instructions.
6159
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#`01` New Terminal
22

3-
Este motor de ejerciciossehacecargo de tu terminal, eso significa que no puedes escribir en el terminal actual en la parte inferior de tu pantalla.
3+
Este motor de ejercicios haceuso de tu terminal, eso significa que no puedes escribir en el terminal actual en la parte inferior de tu pantalla.
44

55
##📝 Instrucciones:
66

7-
1.En orden de que puedascompletar este tutorial, tienes que abrir un nuevo terminal. Eso lo puedes hacerdánadole ´clic´ en elmenu estilo hamburguesa en la parte superior izquierda de tu pantalla y eligiendo la opción:
7+
1.Para podercompletar este tutorial, tienes que abrir un nuevo terminal. Eso lo puedes hacerdándole*clic* en elmenú estilo hamburguesa en la parte superior izquierda de tu pantalla y eligiendo la opción:
88

99
```bash
10-
menu =>terminal =>new terminal
10+
menu =>Terminal =>Nuevo terminal
1111
```
1212

13-
![nuevo terminal](../../assets/new-terminal.png)
13+
![Nuevo terminal](../../assets/new-terminal.png)
1414

1515
##💡 Pista:
1616

17-
+ Tienes una lista de todos los terminales abiertos en la parte inferior derecha de tu pantalla, siempre puedes cambiar entre terminales o crear nuevos
17+
+ Tienes una lista de todos los terminales abiertos en la parte inferior derecha de tu pantalla, siempre puedes cambiar entre terminales o crear nuevos.
1818

19-
![terminal](../../assets/terminal.gif)
19+
![Lista de terminales](../../assets/terminal.gif)
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#`01` New Terminal
22

3-
Thisexercise engine takes over your terminal, meaning that you cannot type on the current terminal at the bottom of your screen.
3+
Thistutorial engine takes over your terminal, meaning that you cannot type on the current terminal at the bottom of your screen.
44

55
##📝 Instructions:
66

7-
1. In order to complete this tutorial, you have to opennewa new terminal and you can do so by clicking on the hamburger menu on the top left of the screen and choosing the option:
7+
1. In order to complete this tutorial, you have to open a new terminal, and you can do so by clicking on the hamburger menu on the top left of the screen and choosing the option:
88

9-
```bash
10-
menu =>terminal =>new terminal
9+
```text
10+
menu =>Terminal =>New Terminal
1111
```
1212

13-
![new terminal](../../assets/new-terminal.png)
13+
![New terminal](../../assets/new-terminal.png)
1414

1515
##💡 Hint:
1616

17-
+ You have a list of all the opened terminals on the bottom-right side of the screen, you can always swap between terminals or create new ones:
17+
+ You have a list of all the opened terminals on the bottom-right side of the screen, you can always swap between terminals or create new ones.
1818

19-
![terminal](../../assets/terminal.gif)
19+
![Terminals list](../../assets/terminal.gif)

‎.learn/exercises/01.2-pipenv/README.es.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#`01.2` Pipenv
22

3-
Antes de empezarcuaquier proyecto de Python, siempre es buena idea crear un nuevoenviroment (entorno). Los entornos aislados de Python previenen errores y hacen quesu aplicación sea independiente.
3+
Antes de empezarcualquier proyecto de Python, siempre es buena idea crear un nuevoenvironment (*entorno*). Los entornos aislados de Python previenen errores y hacen quetu aplicación sea independiente.
44

5-
Estamos utilizando´pipenv´ como nuestro administrador de paquetes y entornos.
5+
Estamos utilizando`pipenv` como nuestro administrador de paquetes y entornos.
66

77
##📝 Instrucciones:
88

@@ -12,13 +12,13 @@ Estamos utilizando ´pipenv´ como nuestro administrador de paquetes y entornos.
1212
$ pipenv shell
1313
```
1414

15-
##Resultado Esperado:
15+
##💻Resultado Esperado:
1616

17-
Lee la línea de comando resultante, debería de decir "Lanching subshell...."("Subcapa de lanzamiento....") y ningún error debería ser visible.
17+
Lee la línea de comando resultante, debería de decir "Lanching subshell..." y ningún error debería ser visible.
1818

1919
![pipenv](../../assets/pipenv.png)
2020

21-
##💡Pista:
21+
##💡Pistas:
2222

2323
+ No incluyas el símbolo`$`.
2424

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#`01.2` Pipenv
22

3-
Before starting any Python project is always a good idea to create a new environment. An isolated Python environment prevents bugs and makes your application independent.
3+
Before starting any Python project, it's always a good idea to create a new environment. An isolated Python environment prevents bugs and makes your application independent.
44

5-
We are using pipenv as our package and environment manager.
5+
We are using`pipenv` as our package and environment manager.
66

77
##📝 Instructions:
88

@@ -12,14 +12,14 @@ We are using pipenv as our package and environment manager.
1212
$ pipenv shell
1313
```
1414

15-
##Expected Result:
15+
##💻Expected Result:
1616

17-
Read the command line output, it should saythat "Lanching subshell...." and no error should be visible.
17+
Read the command line output, it should say"Launching subshell...." and no error should be visible.
1818

1919
![pipenv](../../assets/pipenv.png)
2020

21-
##💡Hint:
21+
##💡Hints:
2222

2323
+ Do not include the`$` symbol.
2424

25-
+ Every time you open a new terminal (a.k.a: command line) you will have to enter into theenviroment again by typing`pipenv shell`.
25+
+ Every time you open a new terminal (a.k.a.: command line), you will have to enter into theenvironment again by typing`pipenv shell`.

‎.learn/exercises/02-install/README.es.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Iniciemos nuestro entorno instalando Pandas.
44

5-
En internet vas a encontrar el comando`pip`, utilizado para instalar paquetes de Python. Nosotros preferimos usar[pipenv](https://pipenv.pypa.io/en/latest/) ya que proporciona más funcionalidad y evita futuros dolores de cabeza de mantenimiento al combinar las librerías[pip](https://pip.pypa.io/en/stable/) y[virtual env](https://virtualenv.pypa.io/en/latest/).
5+
En internet vas a encontrar el comando`pip`, utilizado para instalar paquetes de Python. Nosotros preferimos usar[pipenv](https://pipenv.pypa.io/en/latest/), ya que proporciona más funcionalidad y evita futuros dolores de cabeza de mantenimiento al combinar las librerías[pip](https://pip.pypa.io/en/stable/) y[virtual env](https://virtualenv.pypa.io/en/latest/).
66

77
##📝 Instrucciones:
88

@@ -11,11 +11,12 @@ En internet vas a encontrar el comando `pip`, utilizado para instalar paquetes d
1111
```bash
1212
$ pipenv install pandas
1313
```
14+
1415
##💡 Pista:
1516

1617
+ Deberías ver en tu terminal una salida como esta:
1718

18-
![Pipenvisntall pandas](../../assets/pipenv-pandas.png)
19+
![Pipenvinstall Pandas](../../assets/pipenv-pandas.png)
1920

2021
##🔎 Importante:
2122

‎.learn/exercises/02-install/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#`02` Install
22

3-
Let'skickoff our environment by installing Pandas.
3+
Let'skick off our environment by installing Pandas.
44

5-
Over the internet you will find the`pip` command being used to install Python packages. We prefer to use[pipenv](https://pipenv.pypa.io/en/latest/) as it provides more functionality and avoids futuremaintance headaches by combining[pip](https://pip.pypa.io/en/stable/) and[virtual env](https://virtualenv.pypa.io/en/latest/) libraries.
5+
Over the internet, you will find the`pip` command being used to install Python packages. We prefer to use[pipenv](https://pipenv.pypa.io/en/latest/) as it provides more functionality and avoids futuremaintenance headaches by combining[pip](https://pip.pypa.io/en/stable/) and[virtual env](https://virtualenv.pypa.io/en/latest/) libraries.
66

77
##📝 Instructions:
88

@@ -15,8 +15,8 @@ $ pipenv install pandas
1515

1616
+ You should see in your terminal an output like this:
1717

18-
![Pipenvisntall pandas](../../assets/pipenv-pandas.png)
18+
![Pipenvinstall Pandas](../../assets/pipenv-pandas.png)
1919

2020
##🔎 Important:
2121

22-
+ Remember you have to be inside theevironment shell from now on.
22+
+ Remember, you have to be inside theenvironment shell from now on.
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
#`02.1` Create a Script
22

3-
Python es un lenguaje de secuencias de comandos, lo que significa que para ejecutar el código de Python no es necesariocopilar, todo lo que tienes que hacer es crear un archivo con la extensión`.py` y correrlo utilizando`python name_of_file.py`.
3+
Python es un lenguaje de secuencias de comandos, lo que significa que para ejecutar el código de Python no es necesariocompilar, todo lo que tienes que hacer es crear un archivo con la extensión`.py` y correrlo utilizando`python name_of_file.py`.
44

55
Vamos a crear nuestro primer Python script.
66

77
##📝 Instrucciones:
88

99
1. Crea un nuevo archivo`app.py` en la raíz del proyecto. (Asegúrate de que estás en la raíz).
1010

11-
2. Añade el código para imprimir"hello world" en el terminal utilizando la función`print`.
11+
2. Añade el código para imprimir`Hello World` en el terminal utilizando la función`print`.
1212

1313
```py
1414
print("Hello World")
1515
```
16-
3. Corre tu Python script escribiento en el terminal`$ python app.py`.
1716

18-
##Resultado Esperado:
17+
3. Corre tu Python script escribiendo en el terminal`$ python app.py`.
18+
19+
##💻 Resultado Esperado:
1920

2021
Luego de que corres el comando deberías ver algo así:
2122

2223
![print file](../../assets/hello.png)
2324

24-
##💡 Pista:
25+
##💡 Pistas:
26+
27+
+ Tu archivo`app.py` debe estar al lado de los archivos`.gitignore`,`learn.json` o`Pipfile`.
2528

26-
+Tu archivo`app.py` debe estar al lado de los archivos`.gitignore`,`learn.json` o`Pipfile` .También puedes crear el archivo utilizando el comando terminal:`$ touch app.py` y abrirlo dándole doble clic en el nombre del archivo o escribiendo`$ code app.py`.
29+
+ También puedes crear el archivo utilizando el comando en la terminal:`$ touch app.py` y abrirlo dándole doble clic en el nombre del archivo o escribiendo`$ code app.py`.
2730

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
#`02.1` Create a Script
22

3-
Python is a scripting language, meaning that to run a Python code you don't need to compile, all you have to do is create a file with the`.py` extension and run it by using`python name_of_file.py`.
3+
Python is a scripting language, meaning that to run a Python code, you don't need to compile; all you have to do is create a file with the`.py` extension and run it by using`python name_of_file.py`.
44

5-
Let's create our firstpython script.
5+
Let's create our firstPython script.
66

77
##📝 Instructions:
88

9-
1. Create a new`app.py` file in the root of the project. (Make sure you arein the root).
9+
1. Create a new`app.py` file in the root of the project. (Make sure you areat the root).
1010

11-
2. Add the code to print"hello world" on the terminal using the`print` function.
11+
2. Add the code to print`Hello World` on the terminal using the`print` function.
1212

1313
```py
1414
print("Hello World")
1515
```
1616

1717
3. Run your Python script by typing on the terminal`$ python app.py`.
1818

19-
##Expected Result:
19+
##💻Expected Result:
2020

21-
After you run the command you should see something like this:
21+
After you run the command, you should see something like this:
2222

2323
![print file](../../assets/hello.png)
2424

25-
##💡Hint:
25+
##💡Hints:
2626

2727
+ Your`app.py` file must be next to the`.gitignore`,`learn.json` or`Pipfile` files.
28-
You can also create the file using the terminal command:`$ touch app.py` and open it by double clicking on the file name or typing`$ code app.py`.
28+
29+
+ You can also create the file using the terminal command:`$ touch app.py` and open it by double-clicking on the file name or typing`$ code app.py`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello World")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp