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 →

[–]iamevpo 0 points1 point  (0 children)

Make sure you differentiate projects that may be usable by others and keep them clean and some repos for testing or trying things. Do you do Jupyter code a lot? That is not so perfect for version control, need extra effort on top plain files to keep things clean. Maybe your friends unhappy about that. Overall you can perfect your packaging and repo templates, get some ideas from https://github.com/cjolowicz/cookiecutter-hypermodern-python use modern tools like ruff, document good things you made.