Python provides some special function having __ as prefix and suffix in the name, which is also known as Magic method or Dunder method. This function is automatically invoked when the associated operator is used. For example, when + is used, the magic me... (more…)
Read more »
In this Lunch and Learn session, Illya Barziy, Quant Research Team Lead at Hudson and Thames, covers the tools used for code profiling in Python, based on th... (more…)
Read more »
A python script that finds endpoints in JavaScript files - GitHub - GerbenJavado/LinkFinder: A python script that finds endpoints in JavaScript files... (more…)
Read more »
As you can probably tell from the title in this post I will be toying around with python and sound to detect sound patterns. More… (more…)
Read more »
pymux - A terminal multiplexer (like tmux) in Python...
Read more »