Skip to content

Instantly share code, notes, and snippets.

@romainl
romainl / showdeclaration.md
Last active January 22, 2023 14:54
Print declaration of word under the cursor

asciicast

@romainl
romainl / dynaline.gif
Last active March 20, 2024 10:11
How to add dynamic highlighted parts to your status-line
dynaline.gif
@0x4D31
0x4D31 / beautiful_idiomatic_python.md
Last active July 8, 2024 09:36 — forked from JeffPaine/beautiful_idiomatic_python.md
[Beautiful Idiomatic Python] Transforming Code into Beautiful, Idiomatic Python #python

Transforming Code into Beautiful, Idiomatic Python

Notes from Raymond Hettinger's talk at pycon US 2013 video, slides.

The code examples and direct quotes are all from Raymond's talk. I've reproduced them here for my own edification and the hopes that others will find them as handy as I have!

Looping over a range of numbers

for i in [0, 1, 2, 3, 4, 5]:
@jhrr
jhrr / init.el
Created March 26, 2014 22:26
c311 .emacs settings -- including miniKanren stuffs
;;; .emacs (full version)
;;; A .emacs file for C311 students. To use this file, rename
;;; it to '.emacs' and place it in your home directory.
;;; [3 November 2004]
;;; Will Byrd created the initial version of this file from the
;;; simple .emacs file posted earlier. Portions of this file were
;;; were taken from Aziz Ghuloum's .emacs file.