It's hard to find documentation

Bruce Eckel Bruce at EckelObjects.com
Sat Dec 8 16:28:04 EST 2001


Here's an example. In the Python FAQ, there's a reference (no URL)
to a document:
5.1. Can I create my own functions in C?
Yes, you can create built-in modules containing functions,
variables, exceptions and even new types in C. This is explained in
the document "Extending and Embedding the Python Interpreter" (the
LaTeX file Doc/ext.tex). Also read the chapter on dynamic loading. 

So let's try to find "Extending and Embedding the Python
Interpreter". Using 'search,' using 'advanced search,' nothing
comes up with that title. Maybe it doesn't exist. Who knows. I have
this struggle a lot when hunting for python information.


Most current information can be found at:
http://www.mindview.net/Etc/notes.html
===================
Bruce Eckel    http://www.BruceEckel.com
Contains free electronic books: "Thinking in Java 2e" & "Thinking
in C++ 2e"
Please subscribe to my free newsletter -- just send any email to:
join-eckel-oo-programming at earth.lyris.net
My schedule can be found at:
http://www.mindview.net/Calendar
===================






More information about the Python-list mailing list