Single File Django Application
I searched how to write a single file Django app so I can test Django features fast. I searched the internet and found the safest… Read More »Single File Django Application
I searched how to write a single file Django app so I can test Django features fast. I searched the internet and found the safest… Read More »Single File Django Application
On Ubuntu, with a clear setup, there is only a UI element in the right top corner of the desktop screen which allows us to… Read More »Dim your screen/monitor with Xrandr
Lazy evaluation has a wide range of use areas. Especially, if your code includes some expensive execution codes like some sort of requests at instantiation,… Read More »How to make Lazy Evaluation in Python