8000 gh-99276 - Updated Doc/faq/general.rst by workingpayload · Pull Request #101396 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99276 - Updated Doc/faq/general.rst #101396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 31, 2023
Prev Previous commit
Next Next commit
gh-99276 : Updated Doc/faq/general.rst
  • Loading branch information
workingpayload committed Jan 29, 2023
commit de44c07c3b45d8b926a4086b4fb4adc6294d20b2
8 changes: 3 additions & 5 deletions Doc/faq/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,16 @@ outdated.
Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4
(December 1991), Amsterdam, pp 283--303.

You can download that article from the following link -
https://ir.cwi.nl/pub/18204


Are there any books on Python?
------------------------------

Yes, there are many, and more are being published. See the python.org wiki at
https://wiki.python.org/moin/PythonBooks for a list.

You can also refer to a book named "Interactively testing remote servers using
the Python programming language" by G. van Rossum (Guido) and J. de Boer (Jelke)
from the following link -
https://ir.cwi.nl/pub/18204 .

You can also search online bookstores for "Python" and filter out the Monty
Python references; or perhaps search for "Python" and "language".

Expand Down
0