Article Public (all visitors)

Python: Structuring Your Project — The Hitchhiker's Guide to Python

DOCS 2023

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 features to create clean, effective code.
In practical terms, “structure” means making clean code whose logic and
dependencies are clear as well as how the files and folders are organized
in the filesystem.

Curated by

FoundryBase

Updated 11 months ago

Browse more

View all Articles

Adjacent discoveries

Related resources

Continue from source

More from source

Browse more from docs.python-guide.org

Contribute to FoundryBase

Found something worth adding?

Sign in to suggest resources and start building your own collection.