A Python pickling decompiler and static analyzer. Contribute to trailofbits/fickling development by creating an account on GitHub. (more…)
Read more »
Jumpstarter is based on the Actor model. It aims to help define self-contained pieces of business logic and facilitate communication between them while maintaining a separation of concerns. The Act... (more…)
Read more »
Python library for using dplyr like syntax with pandas and SQL - machow/siuba... (more…)
Read more »
Automatic virtual environment execution of Python scripts - rcolyer/runvenv... (more…)
Read more »
In this step-by-step tutorial, you'll learn how Python's filter() works and how to use it effectively in your programs. You'll also learn how to use list comprehension and generator expressions to replace filter() and make your code more Pythonic. (more…)
Read more »