Skip to content

Commit b831e81

Browse files
authored
Update README.md
1 parent 3218d64 commit b831e81

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
<img height="280" align="right" src="https://github.com/ElviraQDP/python-beginner-programming-exercises/blob/master/badge-python-bg.png">
22

3-
3+
<!-- hide -->
44
# 🐍 Python Beginner Tutorial and Exercises
55
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)
66
<img align="left" src="https://img.shields.io/github/last-commit/4geeksacademy/python-beginner-programming-exercises">
7+
<!-- endhide -->
78

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.
810

911
This particular series are for Python beginners. You will learn:
1012

11-
1. the `print` function,
13+
1. The `print` function,
1214

13-
2. data-types,
15+
2. Data-Types,
1416

15-
3. lists and tuples,
17+
3. Lists and Tuples,
1618

17-
4. functions and dictionaries.
19+
4. Functions and dictionaries.
1820

19-
The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
21+
The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
2022

2123
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
2224

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 -->
2826
## One click installation:
2927

3028
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git)
@@ -56,6 +54,7 @@ $ learnpack start
5654

5755
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.
5856

57+
<!-- endhide -->
5958
## How are the exercises organized?
6059

6160
Each exercise is a small react application containing the following files:

0 commit comments

Comments
 (0)