Skip to content

Instantly share code, notes, and snippets.

View kne42's full-sized avatar
👩‍💻
doing a thing

Kira Evans kne42

👩‍💻
doing a thing
View GitHub Profile
@kne42
kne42 / layer_view.ipynb
Created August 21, 2019 18:07
using `__init_subclass__` and `__new__` to do cool things!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kne42
kne42 / undo_redo.ipynb
Created August 2, 2019 23:31
undo/redo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kne42
kne42 / List.ipynb
Last active February 26, 2019 19:19
fancy lists
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kne42
kne42 / Scratch.ipynb
Last active December 10, 2018 03:04
delayed updates
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kne42
kne42 / README.md
Last active August 6, 2018 23:10
Import Interception
# test/__init__.py
import numpy
# test/numpy/__init__.py
from . import mymodule
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.