Is there an equivalent of cons in Python? (any version above 2.5)
cons
If so, is it built in? Or do I need easy_install do get a module?
easy_install
No. cons is an implementation detail of Lisp-like languages; it doesn't exist in any meaningful sense in Python.