Skip to content

Instantly share code, notes, and snippets.

View yuripiratello's full-sized avatar

Yuri Zanola Piratello yuripiratello

View GitHub Profile
@yuripiratello
yuripiratello / introrx.md
Created June 8, 2018 19:17 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
# coding: utf8
import bdb
import sys
# borrowed from: https://gist.github.com/rctay/3169104
def info(type, value, tb):
if (hasattr(sys, 'ps1')
or not sys.stdin.isatty()