Turn (almost) any Python command line program into a full GUI application with one line - GitHub - chriskiehl/Gooey: Turn (almost) any Python command line program into a full GUI application with o... (more…)
Read more »
Sorting algorithms visualized using the Blender Python API. - GitHub - ForeignGods/Sorting-Algorithms-Blender: Sorting algorithms visualized using the Blender Python API. (more…)
Read more »
What if mypy could warn you about possible problems at "compile time"? In this article I share a little trick to get mypy to fail when a value in an enumeration type is left unhandled. (more…)
Read more »
I wonder how many people realize that Python has a lot of syntactic sugar? I'm not claiming it's like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparison is not entirely unfounded), but much of Python's syntax... (more…)
Read more »
Dealing with a great amount of data can be time consuming, thus using Python can be very powerful to help analysts sort information and extract the most relevant data for their investigation. The open-source tools library, MSTICpy, for example, is a Pytho... (more…)
Read more »