banditelol / public-notes

public notes as issue thread, inspired by simonwilson/public-notes
1 stars 0 forks source link

[Programming] My Good Enough Python Starter #9

Open banditelol opened 1 year ago

banditelol commented 1 year ago

My Good Enough Python Starter

Goal

Contenders

My Requirements

The Design

The Result

Originally posted by @banditelol in https://github.com/banditelol/public-notes/issues/4#issuecomment-1430991200

banditelol commented 1 year ago

Some additional ideas worth visiting:

banditelol commented 1 year ago

Currently I have poetry heavy setup, consider using it together with conda for data science work, or just use pip-tools like in fsdl for lighter-weight alternative. Also find out whether mamba has ways to directly work with pyproject.yaml

Oh while on conda topic, read conda setup on pythonspeed for inspiration using it with docker.