[Python] ip2num / num2ip – Store an IP string as a 4 byte int.
This is probably everywhere, maybe python also comes with it, but I wanted to have my own implementation, and I’ll…
This is probably everywhere, maybe python also comes with it, but I wanted to have my own implementation, and I’ll…
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() '4.3.3'
Here’s some code for my future reference on how to use QMutex or QMutexLocker. Lessons Learned: * Use QMutex to…
Python binary operators are pretty much the same as in any other language, however I notice most programmers tend to…
... import urllib import urllib2 #this is just to prepare a dynamic uri (this is actual code from a system…