python

Recreating Python's Slice Syntax in JavaScript Using ES6 Proxies

A gentle introduction to JavaScript proxies where we use them to recreate Python’s extended slice syntax.

Continue reading

What's New in Exodus 2.0

A tour of the new features introduced in Exodus version 2.0.

Continue reading

JavaScript Injection with Selenium, Puppeteer, and Marionette in Chrome and Firefox

An exploration of different browser automation methods to inject JavaScript into webpages.

Continue reading

Building Data Science Pipelines with Luigi and Jupyter Notebooks

Learn about the Luigi task runner and how to use Jupyter notebooks in your workflows.

Continue reading

Dangerous Pickles — Malicious Python Serialization

A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles.

Continue reading

A Brief Tour of Grouping and Aggregating in Pandas

Learn how to use pandas to easily slice up a dataset and quickly extract useful statistics.

Continue reading

Analyzing One Million robots.txt Files

Insights gathered from analyzing the robots.txt files of Alexa’s top one million domains.

Continue reading

Fantasy Football for Hackers

Building a draft strategy from the ground up.

Continue reading

Making Chrome Headless Undetectable

Using MitmProxy and injected JavaScript feature mocks to bypass Headless Chrome detection tests.

Continue reading