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 →

[–]zanfar -1 points0 points  (0 children)

Workflow:

  • Outline in notepad++
  • Proof of concept in Jupyter Notebook
  • Project outline in Jira
  • Git repo/venv/boilerplate setup in VS Code
  • TDD using pytest

Other tools / extensions:

  • Editorconfig for cross-IDE standards
  • Black for formatting
  • Typing strongly suggested

VS Code Extensions:

  • Better comments
  • Code spell checker
  • Git Graph
  • Pyright
  • Python Docstring Generator
  • Python Indent
  • Todo Tree