Python tutorial/comparison for C++ programmer

Cameron Laird claird at starbase.neosoft.com
Wed Mar 22 13:30:31 EST 2000


In article <8b956c$9tn$1 at nnrp1.deja.com>,
John Nielsen  <nielsenjf at my-deja.com> wrote:
>I tend to think of python as pseudo-code for C++. Check out Appendix F
			.
			.
			.
>Also, check out Bruce Eckel (founding member of the ANSI/ISO C++
>committee, wrote several C++ books, etc.), he seems to _love_ python.
He does, indeed.
			.
			.
			.
>Personally, I like python for win32, since python maps very nicely to
>C++ (i.e. I can look at the MSDN docs in C++ and write python code).
>
>You can easily do low level Windows programming(pipes, threads, etc.)
>And of course, the important word is _easily_. It's much faster to
>write win32 python and win32 C++. And, if you need it to be C++, you
>can first get the basic idea working in python 1st.
This can hardly be overemphasized.  There are
even hints that Microsoftians are catching on
to the reality that Python is the best language
for Win32 development.  Think how remarkable
this is.
			.
			.
			.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list