
Flask to Heroku: The Roadblocks
Unspoken challenges that you face while working with Flask & deploying the app in Heroku
Mar 25, 20228 min read
Search for a command to run...

Unspoken challenges that you face while working with Flask & deploying the app in Heroku

Understanding the difference between `__str__` and `__repr__`. How they help with debugging and the way to reproduce them in your own code.

Understanding Inheritance and Multiple Inheritance of Classes

Understanding the working of `self` in Python Classes

Understanding why we use classes and why it’s a holy blessing.

A set of workable things to remember, practice, and implement to train your mind for less chaos and more order.

An over-the-top view of the advanced usage of functions

A deeper dive into how functions work and when to use them.