Python 3: Can (a == 1 and a==2 and a==3) return True?

I was inspired by an article from Aniruddha. His solutions are fun. So, I thought how else I can make this conditions true. So, I came up with two more solutions.


Install New Python-3+ Releases on Ubuntu

Python, 3.7.1 released recently. It has some exciting features. After downloading python source from python.org, I faced few problems in installing from source, like this zlib library problem. There were so many solutions, yet none of them are working for me…


Enabling php7 XDebug for VS Code on Ubuntu 16.04

Sometimes I have to work on our old projects written in PHP. Recently, I am using VS code as my php IDE. VS code has some great features. I can debug my code easily with XDebug and php-debug VS code extension. But, after upgrading my OS to…