Linked by Amjith Ramanujam on Wed 13th Aug 2008 16:47 UTC, submitted by BlueVoodoo
General Development "Often it is difficult to make the transition from procedural scripting to object-oriented programming. This article explores how to reuse knowledge from PHP, Bash, or Python scripting to transition to object-oriented programming in Python. The article also briefly touches on the appropriate use of functional programming."
Permalink for comment 327192
To read all comments associated with this story, please click here.
Python as OOP
by J.R. on Sun 17th Aug 2008 18:28 UTC
J.R.
Member since:
2007-07-25

Personally I would like to see some changes to the Python language with regards to the OOP. First and foremost I think all member variables should be private, either by language design, or by option default. Furthermore, I think the methods should have public/private/protected keywords. THEN python would truly be perfect.