amontalenti
Founding CTO of @Parsely. Coding in Python, JavaScript, Clojure, C... and Zig!
Parse.lyNew York, NY
Pinned Repositories
compiler
Experiments with compilers written in Python
elements-of-python-style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
home
My home directory, versioned. This includes my dotfiles, vim configuration, and a few other utilities.
rapid-web
Rapid Web Prototyping with Lightweight Tools: the code that goes with the slides.
rapid-web-slides
Rapid Web Prototyping with Lightweight Tools: slides from a PyCon tutorial.
webappfast-piku
piku experiments with "build a web app fast" prototyping
zig
Experiments with Zig, derived from K&R C book.
pykafka
Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
streamparse
Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
amontalenti's Repositories
amontalenti/elements-of-python-style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
amontalenti/rapid-web
Rapid Web Prototyping with Lightweight Tools: the code that goes with the slides.
amontalenti/rapid-web-slides
Rapid Web Prototyping with Lightweight Tools: slides from a PyCon tutorial.
amontalenti/home
My home directory, versioned. This includes my dotfiles, vim configuration, and a few other utilities.
amontalenti/dataviz-elements
Elements of Data Visualization with Python and D3
amontalenti/fastflask
A Flask web application meant to demonstrate a fast track to web prototyping with Python
amontalenti/webappfast-piku
piku experiments with "build a web app fast" prototyping
amontalenti/fast-python-slides
A fast Python course for existing programmers; meant to be taught in 2-3 hours
amontalenti/muckhacker
Muck Hacker lets savvy digital journalists and creatives showcase their best work online
amontalenti/pingfast
Pingdom server that implements custom checks for ensuring speedy response times. Written in Python with the Pingdom REST API.
amontalenti/d3-tutorial
amontalenti/python-datemath
A simple expression language for date math expressions (inspired by Apache Solr's DateMathParser)
amontalenti/videopizza
video delivered just the way you like it
amontalenti/diffsanity
Tool for doing a diff "sanity check" between source filesystems and backup filesystems
amontalenti/streams
Real-Time Streams & Logs: presentation on Parse.ly's data architecture with Apache Storm, Kafka, & Pig
amontalenti/hyperloglog-sandbox
Sandbox for playing with ideas related to the implementation of HyperLogLog and related algorithms
amontalenti/serpextract
Easy extraction of keywords and engines from search engine results pages (SERPs).
amontalenti/zig
Experiments with Zig, derived from K&R C book.
amontalenti/elasticsearch
Open Source, Distributed, RESTful Search Engine
amontalenti/es2csv
Originally an export from Elasticsearch to CSV -- modified to do JSONLines instead
amontalenti/established-remote
A list of established remote companies
amontalenti/flask-angular-form
A Flask web app example of building an AngularJS form
amontalenti/journalytics-slides
Slides and notes for Journalytics Summit, and related talks
amontalenti/lambda-javascript
Lambda JavaScript: notes clarifying the functional core of JavaScript
amontalenti/mastermind-clj
Recurse Center experiments with Mastermind board game and Clojure
amontalenti/pydata-book-club
amontalenti/schemato
Unified semantic metadata validator and distiller written in Python
amontalenti/sicp
Structure and Interpretation of Computer Programs (SICP) course with dabeaz in Chicago, 2018
amontalenti/storm
Mirror of Apache Storm
amontalenti/streamparse
streamparse lets you run Python code against real-time streams of data. Integrates with Apache Storm.