Is python object oriented or not? |
| |
 |
Biz Reputation Power: 2

| | Regular Coder Gender:  Age: 26
Posts: 87 Topics: 31 |
|
Is python object oriented or not?
December 27, 2011, 02:54:57 AM
|
Is python object oriented or not?
« Last Edit: January 04, 2012, 03:22:35 AM by Admin »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
| |
 |
Reputation Power: 4

| | Professional Coder Posts: 218 Topics: 33  |
|
Re: Is python object oriented or not?
February 02, 2012, 10:52:09 AM
|
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Location: India, Punjab/Ludhiana
Posts: 200 Topics: 2  |
|
Re: Is python object oriented or not?
March 24, 2012, 05:00:35 AM
|
Python is an object-oriented high-level programming language.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 15 Topics: 0 |
|
Re: Is python object oriented or not?
August 22, 2012, 06:22:50 AM
|
Python is suitable for nearly everything, that doesn't rely on hard number crunching, but even then you can write these Parts in C. Encapsulation isn't that useful in a dynamically typed language. It only aides the compiler, even in Java you can(and sometimes need to) circumvent it via reflection. Encapsulation, IMHO, doesn't add any security, it just gives you the feeling that there is more security in place.
« Last Edit: August 22, 2012, 06:33:15 AM by Abhi »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |