Skip to content

Commit 8f62b4d

Browse files
committed
Update main readme
1 parent 15b3fe5 commit 8f62b4d

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,47 @@ So I decided to finally seat down and learn python the right way
55
This is my playground to all my python code
66

77
### Guess game
8+
89
The [guess game](/guess-game) it's a simple control flow example. You try to guess a `number` between 0 and 10.
910

1011
### Palindrome
12+
1113
The [palindrome](/palindrome) test takes a `string` and checks if it's equals to the reverse of itself, ignoring cases and special characters.
1214

1315
### Grocery shopping
16+
1417
The [grocery shopping](/grocery-shopping) it's a example on how to read and write python objects on files using pickle.
1518

16-
### Password storage [WIP]
17-
The [password storage](/password-storage) encrypts a password using the caesar cipher(for now) and stores in a file.
19+
### File operations
20+
21+
The [file operations](/file-operations) encrypts a text using the caesar cipher(for now) and stores in a file.
22+
23+
### Object serializer
24+
25+
The [object serializer](/object-serializer) takes an object as a argument and serializes into `json`.
1826

1927
## Learning source
28+
2029
* [A byte of python(PDF)](https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf)
2130

2231
* [Python books](https://pythonbooks.revolunet.com/)
2332

2433
* [Django girls](https://tutorial.djangogirls.org/)
2534

26-
## Some of mine already existing python projects
35+
* [Corey Schafer](https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g)
36+
37+
## Some of my already existing python projects
38+
2739
* [Pong](https://github.com/rjLelis/Pong)
28-
* [Number convertion](https://github.com/rjLelis/number-conversion)
40+
41+
* [Number convertion](https://github.com/rjLelis/number-conversion)
42+
43+
* [Code Nation Challenge](https://github.com/rjLelis/code-nation-challenge)
44+
45+
## Some of my Django projects
46+
47+
* [blog_django](https://github.com/rjLelis/blog_django)
48+
49+
* [todo-app](https://github.com/rjLelis/todo-app)
50+
51+
* [contatos-crud](https://github.com/rjLelis/contatos-crud)

0 commit comments

Comments
 (0)