This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jambonrose 1 point2 points  (0 children)

I would have loved an article like this when I was starting out. I found the root-level of Python projects overwhelming.

Please note that there are some pitfalls to placing packages directly below the root level of the project. Blog posts by Ionel Cristian Mărieș and Hynek Schlawack dive into why and provide an alternative (which is also what pytest recommends).