"Speaker: Larry Hastings One of the most interesting projects in Python today is Larry Hastings' ""Gilectomy"" project: the removal of Python's Global Interp... (more…)
Read more »
kmcuda - Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA... (more…)
Read more »
π§Ώ Pupyl is a really fast image search library which you can index your own (millions of) images and find similar images in milliseconds. - policratus/pupyl... (more…)
Read more »
Python has a function called sys.getrefcount() that tells you the reference count of an object. For example, the following code,import sysprint sys.getrefco... (more…)
Read more »