Imports and circular dependencies
Imports and circular dependencies
Posted Aug 1, 2018 18:00 UTC (Wed) by filbranden (guest, #87848)Parent article: The Grumpy Editor's Python 3 experience
This article got me curious about circular dependencies, because I was under the impression that they were mostly fine in Python.
Got me to write an experiment and see that I actually don't understand that as well as I thought I did...
Description of the experiment and questions about it posted here:
https://stackoverflow.com/questions/51639547/python-circu...
Python experts, your answer there would be appreciated :-)
