Commonly Forgotten
Commands I infrequently need.
Python versus C.
Python.
About.
Vim.
Words on the tip of my tongue.
IRC tasks.
pixel manipulation in Godot-engine.
Notes on terminal programming.
Weave stuff. (insanely obsolete)
misc
Python.
Python
Getting a dictionary of the attribute name and attribute value pairs
class
a
:
b
=
'b'
def
__init__
(
self
,
c
):
self
.
c
=
c
def
who
(
self
):
return
(
scipy
.
who
(
vars
(
self
)))