john-science / python_for_scientists

Python Open Courseware for Scientists and Engineers
GNU General Public License v3.0
68 stars 40 forks source link

By Request: How to Layout a Python Project #84

Closed john-science closed 1 year ago

john-science commented 1 year ago

This lecture is a request to understand:

As such, I think we could do this by example:

I think all I need is a solid idea for a simple two module project to work on.

john-science commented 1 year ago

There is a version of this lecture here:

https://github.com/john-science/python_for_scientists/blob/main/classes/19_building_projects/lecture_19.md

But I guess it needs to be flushed out.

And it definitely needs to be updated to use pyproject.toml.

john-science commented 1 year ago

We could mention the pyproject.toml solution presented is best for Python 3.9+.

john-science commented 1 year ago

Finished!