I started learning Python in the last week!
So, my good friend Sonny created what I called the Codecademy rival, @Codédex ! Here is the first week's code/ program that I learn from them!
Check them out! https://www.codedex.io/
So @paolo , what do you think about my coding skill so far? :D

Preview
1. Hello World!
0
First baby step! The print function in python!

Preview
2. The Math in Python!
0
I didn't realize, you would still need to keep learning math after college and all. But it's still fun!

Preview
3. More Math! But with conversation this time!
0
Maybe One day I will code something similar to this!

Preview
4. If / else statement!
0
And then, the if / else statement. I am glad that I am pretty good at logical thinking, so this part doesn't really stump me at all! (Other than the math part!)

Preview
5. And then, there's the (For loops) function!
0
This one is one of the most challenging ones! But I am still enjoying them!

Preview