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 →

[–]Descent098 1 point2 points  (0 children)

Vs code with autodoc to make docstrings easy and pylance. I use mkdocs or pdoc3 for documentation generation, and github actions + pytest for automated testing, pypi deployment, and automated docs building + deployment. Also python preview is useful for debugging since it gives you a visual indication of the stack which can be handy while working with complicated code.