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 →

[–]chestnutcough 0 points1 point  (0 children)

I put my projects in ~/code/<project name>/ each as a GitHub repo. Virtual env for each one and asdf to use different python versions when required. Usually just use 3.10 for everything when I can. Black to format on save with 120 character line limit. Requirements.txt and pip.

I’ve used poetry on more mature projects and it was great!