[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] C/C++ and Python



On Wed, Apr 22, 2009 at 7:39 PM, Knapp <magick.crow@xxxxxxxxx> wrote:

Having worked in both languages, I have to say that with Python your
head always feels clearer because you don't have 15 things that you
are keeping track of in the back of your mind, like the heap, points
to pointers, and more pointers etc. Also testing in Python is way
faster if the C program has as size at all, thus I tend to test more
and have less errors in the end. I wish I did not have to type self so
much in python!!! C++ is much better this way

Indeed... I hate having to type self all the time too... but I am very glad to read self.

cu,