Skip to content

Commit

Permalink
Added TOC for sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Mar 30, 2022
1 parent 967fcd1 commit b207b88
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/TOOLS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Tools

A list of tools, IDEs and editors that can help with writing and debugging Python code.
A list of tools, IDEs, and editors that can help with writing and debugging Python code.

<br>

---

- [Environments](#virtual-environments)
- [Venv](#creating-a-virtual-environment-with-venv)
- [Conda](#creating-a-virtual-environment-using-conda)
- [Virtual Environment Wrapper](#virtual-environment-wrapper)
- [Editors and IDEs](#editors-and-ides)
- [Visual Studio Code](#visual-studio-code)
- [Python for Visual Studio Code](#python-for-vs-code)
- [PyCharm](#pycharm)
- [Spyder IDE](#spyder-ide)
- [Emacs](#emacs)
- [Vim](#vim)
- [SpaceMacs](#spacemacs)
- [Sublime text](#sublime-text)

---


<br>


**Disclaimer:** This is a collection of tools that are popular in our community.
It is not intended to be prescriptive nor exhaustive.
Expand Down

0 comments on commit b207b88

Please sign in to comment.