

Discover more from Daily Dose of Data Science
High-quality insights on Data Science and Python, along with best practices — shared daily.
Get a free 550+ page data science PDF guide and 450+ practice questions notebook.
Over 49,000 subscribers
Continue reading
Run Python Project Directory As A Script
A Python script is executed when we run a .𝗽𝘆 file. In large projects with many files, there's often a source (or base) Python file we begin our program from.
To make things simpler, you can instead rename this base file to __𝗺𝗮𝗶𝗻__.𝗽𝘆. As a result, you can execute the whole pipeline by running the parent directory itself.
This is concise and also makes it slightly easier for other users to use your project.
I like to explore, experiment and write about data science concepts and tools. You could connect with me on LinkedIn.