Hi Friends,
I have been working with python for quite long.I got to write some scripting it.Even from my college days itself I started to roam around c,c++ and Java now python.It is seems to be easy when you compare with others since Other tools appears too much code to pick up when you compare with python code.but in Performance vice we have to think a while with python!!!
Even I have good experience with python programming,I frankly say I have to improve a lot like coding in a professional way using classes and it’s concepts as well as analyzing the better performance way? yeah thats absolutely important..Any suggestions.?
Currently my code look like:
CONSTANTS = 1.0
def fun2(arg2):
process2
def fun1(args1):
process1
fun2(arg2)
def fun3(arg3):
exit
In the way I am doing but I wanna improve from this..
Recently I was coming through MAP,REDUCE,FILTER,LAMBDA builtin methods.I think they recommended mostly not to use map since acquiring high memory.
Python has potential to grow.but it is lacking i think.


Anna, it’s good working with python.
which books you referred for python..
Hi,
For the Starters I would recommend “Byte of python” from http://www.swaroopch.com.Then no needof any particular books since you will find the way automatically