This content originally appeared on DEV Community and was authored by Khyati Sahu
Week 2 of My Python Summer β Diving Deeper Into the Magic of Code
After a gentle yet curious start in Week 1, I stepped into Week 2 of my Python journey with a heart full of questions and fingers ready to explore. And what a week it has been!
Learning That Felt Like Unlocking Doors
This week, I dove deeper into data types and operators β and suddenly, the language began to feel like a friend I was getting to know. Understanding how Python handles different data types like integers, floats, strings, and booleans helped me build a stronger foundation.
I also explored:
Arithmetic, comparison, and logical operators
Compound assignment operators Each one felt like a new tool in my creative coding toolbox
###
Why Python? I Discovered the βWhyβ
While learning the what and the how, I also paused to understand the why.
And thatβs when I truly appreciated Python’s simplicity and power.
Hereβs what stood out:
Readability and elegance
A rich standard library
Versatility across fields β from data science to web development Python isnβt just a language β itβs a gateway to endless possibilities.
Quizzes, Tests & The Joy of Measuring My Growth
I challenged myself with quizzes and small tests to reflect on how much I really understood β and I was surprised by how much I had retained!
These small self-checks gave me both clarity and confidence.
Practice Makes Power: 30+ Problems, 15 Assignments!
This week, I stayed consistent and:
Solved 30+ coding problems
Completed 15 assignment-style questions Each one sharpened my logic and made me fall a little more in love with problem-solving.
Pythonβs Inbuilt Magic
Another gem this week was discovering Pythonβs inbuilt functions β like len()
, type()
, input()
, range()
, and many more.
Theyβre like little spells that make your code compact, powerful, and clean.
Whatβs Next?
Next week, Iβm excited to:
- Dive deeper into loops and advanced operator usage
- Practice hands-on questions
- Explore mini assignments to apply what Iβve learned I can already feel my mind starting to think in logic blocks and loops. Python is becoming more intuitive with every passing day.
A Note to Future Me (and Anyone Reading)
This journey isnβt about speed β itβs about depth, joy, and staying curious.
Each line of code I write is not just syntax β itβs a small affirmation that I’m learning, growing, and becoming the programmer I dream of being.
βKeep showing up. Even when the bug bites back.β
Hereβs to more bugs, more breakthroughs, and more beautiful logic.
Python β I think weβre just getting started
This content originally appeared on DEV Community and was authored by Khyati Sahu