5 tips to write clean code in python
Suppose you did not read this article and you continued writing code as usual. After a half year or a year, you need to change some functionality. You come back to the same code, your code is like a maze where you can enter easily…
How to make Directory Structure by a JSON object
A lot of people who know to program do not realize how much work they do manually. Like, making folder manually if it has a well-defined structure. So Why not use the power of programming. Automation in python is a piece of cake. That’s enough…