Skip to content

Commit 08a4803

Browse files
[doc] Do some polishing in IDEs section (GH-22070)
1 parent b38b2fa commit 08a4803

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Doc/faq/programming.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ Python distribution (normally available as Tools/scripts/idle), includes a
2929
graphical debugger.
3030

3131
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
32-
Pythonwin debugger colors breakpoints and has quite a few cool features such as
33-
debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
34-
for Windows Extensions <https://sourceforge.net/projects/pywin32/>`__ project and
35-
as a part of the ActivePython distribution (see
36-
https://www.activestate.com/activepython\ ).
32+
PythonWin debugger colors breakpoints and has quite a few cool features such as
33+
debugging non-PythonWin programs. PythonWin is available as part of
34+
`pywin32 <https://github.com/mhammond/pywin32>`_ project and
35+
as a part of the
36+
`ActivePython <https://www.activestate.com/products/python/>`_ distribution.
3737

3838
`Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
3939
and the Scintilla editing component.
4040

41-
Pydb is a version of the standard Python debugger pdb, modified for use with DDD
42-
(Data Display Debugger), a popular graphical debugger front end. Pydb can be
43-
found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at
44-
https://www.gnu.org/software/ddd.
41+
`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like debugger.
42+
43+
`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with debugging
44+
tools that integrates with version-control software.
4545

4646
There are a number of commercial Python IDEs that include graphical debuggers.
4747
They include:
4848

49-
* Wing IDE (https://wingware.com/)
50-
* Komodo IDE (https://komodoide.com/)
51-
* PyCharm (https://www.jetbrains.com/pycharm/)
49+
* `Wing IDE <https://wingware.com/>`_
50+
* `Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_
51+
* `PyCharm <https://www.jetbrains.com/pycharm/>`_
5252

5353

5454
Are there tools to help find bugs or perform static analysis?

0 commit comments

Comments
 (0)