Tagged Questions
4
votes
1answer
203 views
What is the typical Pythonic view on re-using python modules outside of their initial intent?
Short Question
Does it fly in the face of the Pythonic view to reuse / repurpose python modules for projects out side of their intent?
Background
Over the past several months I have been working on ...