Python Typosquatting for Fun Not Profit

Two years ago a few colleagues (shoutout to helloarbit, travismcpeak, and coffeetocode) and I were talking about supply chain attacks which led to this work being completed. A supply chain attack is… Read more

Similar

Python Requirements Guesser

Attempt to guess requirements.txt modules versions based on Git history - GitHub - J3rome/py-requirements-guesser: Attempt to guess requirements.txt modules versions based on Git history... (more…)

Read more »

Managing Python Environments

If you're not careful, your Python environment can quickly become a disaster. We'll walk through the available tools to be more (code) environmentally friendly and establish some (highly opinionated) preferences for setting up Python. (more…)

Read more »