You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove Editor Plugins section and fold RPC into Web Servers
Remove the Editor Plugins and IDEs section — modern editors handle Python
via LSP natively, making a curated list of editor plugins less useful.
Consolidate the standalone RPC Servers section into a subsection under
Web Servers to reflect that grpcio and rpyc are network server libraries,
not a separate category.
Co-Authored-By: Claude <noreply@anthropic.com>
-[pdoc](https://github.com/mitmproxy/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries.
658
659
659
-
## Editor Plugins and IDEs
660
-
661
-
-[PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.
662
-
-[Python for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - The official VSCode extension with rich support for Python.
663
-
-[spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
664
-
-[YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
665
-
666
660
**DevOps**
667
661
668
662
## DevOps Tools
@@ -740,13 +734,6 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking
740
734
-[napalm](https://github.com/napalm-automation/napalm) - Cross-vendor API to manipulate network devices.
741
735
-[scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library.
742
736
743
-
## RPC Servers
744
-
745
-
_RPC-compatible servers._
746
-
747
-
-[grpcio](https://github.com/grpc/grpc) - HTTP/2-based RPC framework with Python bindings, built by Google.
748
-
-[rpyc](https://github.com/tomerfiliba-org/rpyc) (Remote Python Call) - A transparent and symmetric RPC library for Python
0 commit comments