A sample .emacs file, interspersedwith comments, hints, elisp trivia, references. Read thisif you worked your way through the Emacs tutorial, used Emacs for a few days, andnow you think the time has come to do some customizing. with emacslispgood
30 second PyPy tutorial Zyroth on programming.reddit.com shows how to interactively compile a Python function to C using PyPy and benchmark it against the original. with pythontutorial