Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
It takes a lot of time and effort to get there. Obviously best practices from C++ carry over here as well, but some python specificDocstrings: help a lot in clearing the intent of author and at the same time can be invoked by the users!Unit testing: It helps in quickly checking if any code changes are giving expected results while refactoringPythonic code: this one is pretty hard and takes time. You know good python code when you see it.
It takes a lot of time and effort to get there. Obviously best practices from C++ carry over here as well, but some python specific