@@ -25,9 +25,7 @@ extensible in C or C++. It is also usable as an extension language for
2525applications that need a programmable interface. Finally, Python is portable:
2626it runs on many Unix variants including Linux and macOS, and on Windows.
2727
28- To find out more, start with :ref: `tutorial-index `. The `Beginner's Guide to
29- Python <https://wiki.python.org/moin/BeginnersGuide> `_ links to other
30- introductory tutorials and resources for learning Python.
28+ To find out more, start with :ref: `tutorial-index `.
3129
3230
3331What is the Python Software Foundation?
@@ -200,9 +198,6 @@ I've never programmed before. Is there a Python tutorial?
200198There are numerous tutorials and books available. The standard documentation
201199includes :ref: `tutorial-index `.
202200
203- Consult `the Beginner's Guide <https://wiki.python.org/moin/BeginnersGuide >`_ to
204- find information for beginning Python programmers, including lists of tutorials.
205-
206201
207202Is there a newsgroup or mailing list devoted to Python?
208203-------------------------------------------------------
@@ -261,10 +256,9 @@ written in 1991 and is now quite outdated.
261256Are there any books on Python?
262257------------------------------
263258
264- Yes, there are many, and more are being published. See the python.org wiki at
265- https://wiki.python.org/moin/PythonBooks for a list.
259+ Yes, there are many, and more are being published.
266260
267- You can also search online bookstores for "Python" and filter out the Monty
261+ You can search online bookstores for "Python" and filter out the Monty
268262Python references; or perhaps search for "Python" and "language".
269263
270264
@@ -439,9 +433,7 @@ There are also good IDEs for Python. IDLE is a cross-platform IDE for Python
439433that is written in Python using Tkinter.
440434Emacs users will be happy to know that there is a very good Python mode for
441435Emacs. All of these programming environments provide syntax highlighting,
442- auto-indenting, and access to the interactive interpreter while coding. Consult
443- `the Python wiki <https://wiki.python.org/moin/PythonEditors >`_ for a full list
444- of Python editing environments.
436+ auto-indenting, and access to the interactive interpreter while coding.
445437
446438If you want to discuss Python's use in education, you may be interested in
447439joining `the edu-sig mailing list
0 commit comments