Object-Oriented Emotions

Object-Oriented Emotions
📝 Intro: Why OOP Needs a Rebrand Let’s be honest most people learn Object-Oriented Programming (OOP) from textbooks that feel like they were written by robots for other robots. Dry terms...
0 Read More

DAY 10 in python

Father,daughter story. Small girl asking to her father 5 rs daily.insted,father saying he'll give 1 rs on day 1 and so on until day 5.IN FATHER SIDE: ⛶total=0 no=1 while no<=5: ...
0 Read More

Introducing Scrimba Fullstack

Introducing Scrimba Fullstack
Over the last few years, Scrimba has grown into a community of nearly two million learners focused on mastering frontend development. But there’s one question we've heard again and again: "When wil...
0 Read More

Cache in Python !

Exploring Python's functools: Cache, Cached Property, and LRU Cache Python's functools module is a treasure trove for functional programming enthusiasts, offering tools to make your code more...
0 Read More