Monthly Archives: February 2019
Directory Structure for Python Projects
To get started with Directory Structure I would like to quote the following lines from a well-kown python book called The Hitchhiker’s Guide to Python: Best Practices for Development by Kenneth Reitz and Tanya Schlusser. By “structure” we mean the decisions you make concerning how your project best meets its objective. We need to consider how to best leverage Python’s…