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
Copy file name to clipboardExpand all lines: README.md
+21-22Lines changed: 21 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -10,78 +10,77 @@ By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](http
10
10
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/Lorenagubaira/python-beginner-programming-exercises/blob/master/README.es.md):es:*
11
11
<!-- endhide -->
12
12
13
-
This exercises are the ideal first step for anyone trying to learn Python, we start from the most simple challenge like printing a message on the terminal and slowly increase step by step.
13
+
These exercises are the ideal first step for anyone trying to learn Python. We start with the most simple challenge, like printing a message on the terminal and slowly increase step by step.
14
14
15
-
This particular series are for Python beginners. You will learn:
15
+
This particular series is for Python beginners. You will learn:
16
16
17
-
1. The `print` function,
17
+
1. The `print` function.
18
18
19
-
2. Data-Types,
19
+
2. Data-Types.
20
20
21
-
3. Lists and Tuples,
21
+
3. Lists and Tuples.
22
22
23
23
4. Functions and dictionaries.
24
24
25
-
The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
25
+
The entire tutorial is 👆 interactive, ✅ auto-graded, and has 📹 video tutorials.
26
26
27
-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
27
+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings please contribute and report them.
28
28
29
29
<!-- hide -->
30
30
31
31
## One click installation (recommended):
32
32
33
33
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-beginner-programming-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-beginner-programming-exercises).
34
34
35
-
> 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`
35
+
> 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`
36
36
37
37
## Local Installation
38
38
39
39
Clone the repository in your local environment and follow the steps below:
40
40
41
-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
41
+
1. Install LearnPack, the package manager for learning tutorials, and the HTML compiler plugin for LearnPack. Make sure you also have node.js 14+:
42
42
43
-
```
43
+
```bash
44
44
$ npm i learnpack -g
45
45
$ learnpack plugins:install learnpack-python
46
46
```
47
47
48
-
2. Download this particular exercise using learnpack and `cd` into the folder:
48
+
2. Download these particular exercises using LearnPack and `cd` into the folder:
Each exercise is a small react application containing the following files:
68
+
Each exercise is a small React application containing the following files:
70
69
71
-
1.**app.py:** represents the entry python file that will be executed by the computer.
70
+
1.**app.py:** represents the entry Python file that will be executed by the computer.
72
71
2.**README.md:** contains exercise instructions.
73
72
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
74
73
75
-
> 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.
74
+
> 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.
76
75
77
76
## Contributors
78
77
79
78
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
84
+
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
86
85
87
86
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).
0 commit comments