|
1 | 1 | <img height="280" align="right" src="https://github.com/ElviraQDP/python-beginner-programming-exercises/blob/master/badge-python-bg.png">
|
2 | 2 |
|
3 |
| - |
| 3 | +<!-- hide --> |
4 | 4 | # 🐍 Python Beginner Tutorial and Exercises
|
5 | 5 | By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/python-beginner-programming-exercises/graphs/contributors) at [4Geeks Academy](http://4geeksacademy.com)
|
6 | 6 | <img align="left" src="https://img.shields.io/github/last-commit/4geeksacademy/python-beginner-programming-exercises">
|
| 7 | +<!-- endhide --> |
7 | 8 |
|
| 9 | +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. |
8 | 10 |
|
9 | 11 | This particular series are for Python beginners. You will learn:
|
10 | 12 |
|
11 |
| -1. the `print` function, |
| 13 | +1. The `print` function, |
12 | 14 |
|
13 |
| -2. data-types, |
| 15 | +2. Data-Types, |
14 | 16 |
|
15 |
| -3. lists and tuples, |
| 17 | +3. Lists and Tuples, |
16 | 18 |
|
17 |
| -4. functions and dictionaries. |
| 19 | +4. Functions and dictionaries. |
18 | 20 |
|
19 |
| - The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials. |
| 21 | +The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials. |
20 | 22 |
|
21 | 23 | These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
|
22 | 24 |
|
23 |
| -<p align="center"> |
24 |
| - <a href="https://www.youtube.com/watch?v=GjQEotj3t6Y&list=PLCVs_S8Skwp9_apbj_ls2euakDALiWqSN"><img src="https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/python-intro.gif?raw=true"></a> |
25 |
| -</p> |
26 |
| - |
27 |
| - |
| 25 | +<!-- hide --> |
28 | 26 | ## One click installation:
|
29 | 27 |
|
30 | 28 | [](https://gitpod.io#https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git)
|
@@ -56,6 +54,7 @@ $ learnpack start
|
56 | 54 |
|
57 | 55 | 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.
|
58 | 56 |
|
| 57 | +<!-- endhide --> |
59 | 58 | ## How are the exercises organized?
|
60 | 59 |
|
61 | 60 | Each exercise is a small react application containing the following files:
|
|
0 commit comments