Learning Coding with Python
I got curious about Python's popularity and started learning it just for fun. I initially had strange feelings, mostly because of the indentation. I had never used a programming language that used indentation to determine statement blocks, and the flexibility of types was very strange. All of the flexibility was scaring me, but after a few weeks, I started to fall in love and enjoy it more and more every day.
I like to learn new things and document them by preparing training material (professor's habit). The outcome of my studying documentation is a GitHub and Replit repository with the code I created to help me understand the concepts. Both are public, and the idea is that anyone can read through it and learn by observing and running the code.
I am using the material in Lunch & Learn sessions in my company (So thanks @Cubic Corporation) and I hope someone can take advantage of it as well.
I always recommend it to anyone just learning Python.