PDA

View Full Version : I am confused about the usage of python



hoboy
September 21st, 2009, 07:58 AM
What tasks python is good for ?
What tasks python is suitable for ?
back-end application ?
where is the common usage of python in companies ?

froggyswamp
September 21st, 2009, 08:33 AM
http://en.wikipedia.org/wiki/Python_(programming_language)#Usage

wmcbrine
September 21st, 2009, 07:35 PM
It's a general-purpose language. You can use it for anything that doesn't have to be super-fast. (Even then, you may be able to use it, by passing just the slow bits off to C.)

phrostbyte
September 21st, 2009, 07:47 PM
programming? :)

It's a popular language in Linux and has many libraries for just about any task. It's known for being relatively easy to learn.

openfly
September 21st, 2009, 07:53 PM
It's a common ground for c/perl developers and java developers. In that it is somewhat amazing.

It's also highly portable in it's GUI applications. It works on windows and linux beautifully cross platform... thus the infosec market being huge fans of it.