Question : good features about python

i wana know good feature about pyhton which stands different from .net or any other programming software. what kind of programming we can do it .

is it better than .net

i got a job offer they want to teach me python should i go for it or not ? is python would be better in future ?

Answer : good features about python

Python is a programming language. It defines the syntax and semantics and its implementation ensures that the programmer's ideas written in the language can be done on the real hardware.

.NET is the abstraction of the computing environment. .NET defines the commonly shared "machine code" and infrastructure of a program on a low level.

There is also the implementation of Python called IronPython (http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython). It is the implementation of Python using the .NET means. This way, Python became one of the .NET languages.

Python is going to be better. I would say that Python is a modern language. In the past, it was even less conservative than many other languages in the sesnse that it dared to change its syntax to get better. This is also the case with the comming Python 3.0.

However, syntax is not the main thing of a programming language. In my opinion, he most important thing is how effectively can programmer's ideas be converted into a working program. Python is very good in it and it seems to be case also in future.

You can learn Python that much that you like. Simple things are expressed easily, expressing of more complex things is more complex, but there is no apparent barrier that can stop you when developing bigger applications.
Random Solutions  
 
programming4us programming4us