Skip to content

Instantly share code, notes, and snippets.

@betabrain
betabrain / tree.md
Created October 28, 2013 16:50 — forked from hrldcpr/tree.md

One-line Tree in Python

Using Python's built-in defaultdict we can easily define a tree data structure:

def tree(): return defaultdict(tree)

That's it!

@betabrain
betabrain / tree.md
Created August 27, 2012 08:14 — forked from hrldcpr/tree.md
one-line tree in python

One-line Tree in Python

Using Python's built-in defaultdict we can easily define a tree data structure:

def tree(): return defaultdict(tree)

That's it!

@betabrain
betabrain / gist:3251963
Created August 3, 2012 22:01 — forked from anonymous/gist:3246849
Immigrationality
1. Where is the problem?
There is lot of talk about tightening borders of late.
Right wing parties blame immigrants for anything from crime to unemployment
to the bankrupcy of social services to the disintegration of society which they
claim was taking place.
A end-of world vibe seems to spread among their ranks, while they argue that
we were in a dog-eat-dog world.
Is there really a immigration-caused crime problem?