
Vasu Shedala
@VASU_SHEDALA
Followers
12
Following
220
Media
59
Statuses
75
21_M learning \n code
Maharashtra, India
Joined December 2019
Day 63: Mastered method modification in Python!๐ ๏ธ.With minimal changes, you can get the most out of your code while keeping it clean and elegant. ๐ก Refactoring has never been this satisfying!.Clean code = Happy coder. Whatโs your top tip for cleaner code?.#100DaysOfCode #Python.
0
0
4
Day 62: Busy day, but I dove into Python's magic methods & dunder methods like __str__, __repr__, and __add__. These little tricks make your code magical! โจ.Why write boring classes when you can make them truly Pythonic?.#100DaysOfCode #PythonTips.Whatโs your favorite magic mthd.
0
0
2
โจ Day 60 of #100DaysOfCode!.Discovered the power of super() in Python! ๐.super() lets you call methods from a parent class in your child class. Perfect for following the DRY (Don't Repeat Yourself) principle. ๐ก. Keep your code clean, efficient, and reusable! ๐ ๏ธ.#Python #OOP
0
0
2
Day 59: ๐ Today, I learned how to uncover the secrets of Python objects using:.dir(): Lists all attributes & methods. __dict__: Reveals instance-specific attributes. help(): Full documentation on an object!.These tools are a coder's magnifying glass ๐ #Python #100DaysOfCode
0
0
2
Day 58 of #100DaysOfCode.Discovered the power of @classmethod as an alternative constructor! ๐.It helps cleanly handle data like strings and create objects efficiently. ๐ก.Example: Converting "John-122000" into an Employee object with just one method! ๐คฏ.#Python #CodeNewbie
0
0
3
๐ Day 57: Learned about the power of @classmethod in Python! .Normally, instance methods deal with self, but by using @classmethod, we work with cls to modify class-level variables. Perfect for when you need to make changes that impact all instances of a class. #100DaysOfCode
0
0
2
๐ Day 56.Built a basic Library Management System in Python! ๐ฅ.--Add books ๐. --Display all books in the library โจ.Still room for improvement, but it's functional for now. Check it out:. What do you think? ๐ค.#100DaysOfCode #Python
0
0
2
"Grateful for a peaceful and productive day. After a month of inconsistency, today marks the start of something better. Step by step, building momentum. #Gratitude #Productivity #NewBeginnings".Jay shree Ram
1
0
2
๐ Day 55 of #100DaysOfCode.๐ Learned Instance vs Class Variables:.<>Instance: Specific to an object โ emp1.raise_amount = 0.3. <>Class: Shared across all objects โ companyName = "Apple".โก One changes, the other stays constant!.#Python #CodeNewbie
1
0
2
"Learning to code isn't easy, but you know whatโs harder? Not starting. ๐ Today, I chose to build my future one line of code at a time. #Python #SelfImprovement"
0
0
1
Day 54: Learning Static Methods in Python!.Today I tackled @staticmethod and it's wild how methods can exist without self or cls!๐ก.Theyโre perfect for utility functions that donโt need to touch instance data. Still wrapping my head around it!.#Python #100DaysOfCode #CodeNewbie
0
0
4
๐ฎ Day 53: Python Magic! ๐๐ฆ๐ซ.I built the Snake-Water-Gun game using Pythonโs random module and functions. Test your luck and beat the computer!.โจPython makes it easy to turn ideas into reality! ๐.๐ป Check it out:.#Python #100DaysOfCode #CodeNewbie #GameDev
0
0
4
Day 52: Learned about Inheritance in OOP! ๐. ~With inheritance, you can:.1) Reuse a base class in a new class. 2) Modify or extend features in the new class. 3) Keep the process going down the line!.Code smarter, not harder! ๐ #Python #OOP #100DaysOfCode
0
0
2
Day 51: Learned about Access Modifiers in Python! .Public: Directly accessible (.Private: Prefixed with __ (Access via self._ClassName__attr).Protected: Prefixed with _ (Accessible with caution).Modifiers control data access! ๐ #Python #100DaysOfCode #OOP
0
0
2
Day 50 of #100DaysOfCode ๐.Built a simple Number Guessing Game in Python! ๐ฒ.Guess the secret number between 1 and 1000! Can you crack it? ๐ฅ
0
0
3
Day 49: Took my first dive into getters and setters in Python! ๐ ๏ธ They help control access to class attributes, but I'm still wrapping my head around it. More clarity coming soon! ๐ #100DaysOfCode #Python #OOP #CodingChallenge
0
0
2
Day 48: Explored Python decorators today! ๐ They wrap functions, modifying or enhancing them seamlessly. With just @decorator_name, I can customize behavior like magic! โจ๐งโโ๏ธ Small steps, big learning. #Python #100DaysOfCode #Decorators #CodeNewbie
0
0
1
Day 47: Despite exam prep, I managed to keep coding alive! Built a quick Python quiz app to stay sharp and reinforce my basics. ๐๐ป Small wins matter! โจ.#Python #100DaysOfCode #LearningEveryDay #CodeNewbies.
0
0
1