File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ So I decided to finally seat down and learn python the right way
4
4
5
5
This is my playground to all my python code
6
6
7
+ ### Guess game
8
+ The [ guess game] ( /guess-game ) it's a simple control flow example. You try to guess a ` number ` between 0 and 10.
9
+
10
+ ### Palindrome
11
+ The [ palindrome] ( /palindrome ) test takes a ` string ` and checks if it's equals to the reverse of itself, ignoring cases and special characters.
12
+
13
+ ### Grocery shopping
14
+ The [ grocery shopping] ( /grocery-shopping ) it's a example on how to read and write python objects on files using pickle.
15
+
16
+ ### Password storage [ WIP]
17
+
7
18
## Learning source
8
19
* [ A byte of python(PDF)] ( https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf )
9
20
You can’t perform that action at this time.
0 commit comments