Abstraction in Python
When we build software, not everything needs to be visible to the user.
Think about using a mobile phone.
You tap an app icon → the app opens.
You don’t see the thousands of lines of code running behind the scenes.
You only see what you need.
This id...
python-where-my-journey-began.hashnode.dev4 min read