mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 01:03:59 +08:00
docs: clarify VS Code Python extension entry name
Rename 'Python' to 'Python for VSCode' in the Editor Plugins section to disambiguate the extension from the Python language itself. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -519,7 +519,7 @@ _Libraries for downloading._
|
|||||||
- Visual Studio
|
- Visual Studio
|
||||||
- [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio.
|
- [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio.
|
||||||
- Visual Studio Code
|
- Visual Studio Code
|
||||||
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python.
|
- [Python for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python.
|
||||||
- IDE
|
- IDE
|
||||||
- [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.
|
- [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.
|
||||||
- [spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
|
- [spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
|
||||||
|
|||||||
Reference in New Issue
Block a user