Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

tools_doc.rst

File metadata and controls

12 lines (8 loc) · 579 Bytes

Suggested Tools

If you're a developer, you probbaly have a set of tools you are used to using. If you're new you're probaly still exploring. Here are a few of my favorite tools that I use for development on CalPack;

  • Visual Studio Code - multi-platform editor with python support including auto-complete and pylint.
  • Anaconda python - Python distribution with built-in libraries already installed. I also prefer its environment creation over pipenv