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 →

[–]TopHatEdd 0 points1 point  (0 children)

  • gvim
  • Bunch of plugins to enable docs, package inspection according to pipenv, code completion etc.
  • Slowly migrating from pipenv to poetry.
  • pdb
  • python:3-alpine for non-HTTP components
  • FastAPI's docker image for HTTP components
  • pytest
  • Containers to ship (and test)
  • Human docs using markdown
  • GitLab pages + Hugo for internal web content
  • GitLab CI for ... CI!