Comment by sli
8 years ago
A little Python preprocessor that lets you annotate your lazy modules sounds like a fun little toy project, actually. Not something I'd use for real, but it would be fun to build.
8 years ago
A little Python preprocessor that lets you annotate your lazy modules sounds like a fun little toy project, actually. Not something I'd use for real, but it would be fun to build.
3.7 makes it easier to use dynamic imports. https://snarky.ca/lazy-importing-in-python-3-7/