SDSnehangsu Deinxspace.hashnode.dev·Mar 25, 2022 · 8 min readFlask to Heroku: The RoadblocksIntroduction For quite some time, I have been thinking of deploying a website as a project, nothing massive but mostly utilizing the important functionalities of a webpage. Personally, I always loved using the Flask framework. It's easy, a lot of li...00
SDSnehangsu Deinxspace.hashnode.dev·Mar 3, 2022 · 4 min readThe Brotherhood of : `__str__` & `__repr__`If you want to view the notebook version of this, you can view it here. Diving in the nitty-gritty details of Python introduces us to Dunder Methods. Dunder means "double underscores" as it starts and ends with two underscores. A dunder method acts ...00
SDSnehangsu Deinxspace.hashnode.dev·Feb 23, 2022 · 4 min readThe Power of InheritanceIf you Google "Inheritance" the most expected definition in the language of Biology would be that it's a trait passed down from your ancestors to you or from you to your descendants. Me, you, alike have had some specific traits or qualities that have...00
SDSnehangsu Deinxspace.hashnode.dev·Feb 1, 2022 · 3 min readThe Secrets of SelfIn the previous article, we spoke about how Object-Oriented Programming can be replicated multiple times or can be reused later for fulfilling different utilities. For example, we can import a library (a well-documented pre-written code) into our pro...00
SDSnehangsu Deinxspace.hashnode.dev·Jan 7, 2022 · 4 min readThe Elegance of ClassesSection 4: Objects and Classes If you are someone who used to code back in the late 1960s, then you know how hard writing pages and pages of code were. Today, we are effectively using object-oriented programming and our lives have become easier. Back...00