Skip to content

Commit 3ca97d5

Browse files
committed
Update README with projects names
1 parent 052fc84 commit 3ca97d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ So I decided to finally seat down and learn python the right way
44

55
This is my playground to all my python code
66

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+
718
## Learning source
819
* [A byte of python(PDF)](https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf)
920

0 commit comments

Comments
 (0)