Why I started to self-study Python
Hi everyone, last year, I discovered about my dad's old book about HTML programming and I read it all morning. Afterward, he suggested that I should study Python first. The next day, my dad sent me an ebook called "Giáo trình Python cho người mới bắt đầu" (which means "Python text book for beginners") and I opened it right away.
My first line of code
I remember that the first chapter of this book was about 'print' function, I installed Python and open Python IDLE to try it out:
print("Hello, World!")
Hello, World!
it successed and I thought it was very easy-until I reached 'for' loops and 'while' loops. I felt it wasn't easy as I thought and I didn't read it for about 1 month, I opened it again and I understood it very well.
Why I write this post
And now, I'm learning about some Python library like 'Pyside6', 'fastapi', etc and more things in Python. To improve my Python skill, I write this series with lesson type and I think it will be usefull for someone who are self-studying Python like me.
How about you? How's your beginning of programming?
Top comments (1)
I write this post because I remember my problem with for loops and while loops 💥.
I write this series because I want to improve my Python skill and share my knowledge to someone self-study Python📜.