Ikon wrote:
I'm rather new to Python. I have PHP for my main language and I do
some Java. They all have a very strict OO schema. As I red through
Python's tutorial it seams it has nothing of those rules. No statical,
abstract classes, functions, or variables.

I wish someone, who has experience in both Java/PHP/C# and Python
would tell me how mush better/worse is it to program in a language
that misses most of the OO parts!
It is freeing.  Simple experiments take far less time.  What many here
(myself included) will tell you is to spend the time you formerly
spent on defining and declaring types on creating test cases.  Then
you have nicely unit-tested code for only a bit more effort than you
had to spend on gettting a program to run before.

--Scott David  Daniels
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to