4 Tips and best practices for writing clean and efficient Python code
Commenting
A good programmer always explains his code through comments (except the code is self-explanatory). Comments are very important for numerous reasons:
They guide you as you write your code, like a minimal pseudocode
They help you remember ...
mcsavvy.hashnode.dev3 min read