atticusberg

↗ HN profile [ 1493 ms ] full profile
Karma
201
Created
March 18, 2013 (13y ago)
Submissions
0
  1. Made of People (nested.substack.com)
  2. Who Watches the Watchdog? (nested.substack.com)
  3. I have python project called xyz. It has a directory structure like this: xyz/ __init__.py a.py b.py c.py At the top of a.py, I'd like to be able to say something like from c import some_func. From what I can tell,…