Talk:Python (programming language): Difference between revisions

Content deleted Content added
Hfastedge (talk | contribs)
No edit summary
Inheritance
Line 45:
-----
A fine general article as the the features of Python, but (unless I'm to tired to notice it) there doesn't seem to be a mention of the uses of Python as a glue language, either with C/C++ using a SWIG interface or with Java in the form of Jython. The stuff about Python vs. Java, whilst being a fair enough comparison, maybe misleads into thinking that their use is in direct competition, whereas they can play complementary roles in development. I'd be tempted to make these comments but I'm (a) rather too new to wikipedia to chance it and (b) way too tired at the moment. But I think this stuff is worth mentioning. [[User:sobekhotep|sobekhotep]]
----
==Inheritance==
From what I read, Python has inheritance but no access control (public, private,...). Can someone ellaborate on OOP in Python? -- [[User:Error|Error]]