The Complex Path for a Simple Portable Python Interpreter

We needed a Python interpreter that can be shipped everywhere. You won’t believe what happened next! “When I said I wanted portable Python, this is NOT what I meant!” In theory, Python is a portable language. You can write your script locally and distribu… Read more

Similar

Python Is Not Java

I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performanc... (more…)

Read more »

Short Tutorial on Python’s ChainMap

I am sorry for a slight pause. I am based out of India and we are going through a massive second wave of COVID-19. I had been busy taking care of some issues and persons for the last two weeks. I hope that we will be in a better situation soon and also I ... (more…)

Read more »