Due to some some org changes at my employer I may be moving to a team that uses Python heavily. I have never written Python professionally but I've dabbled. I think its used heavily in certain fields and is likely a marketable language to have on the CV. Am I correct in that summary?
Is it growing? Is it evolving? I know its alive and well but I just don't hear much about it anymore. Has it just matured like many languages over the years?
numpy
,pandas
,matplotlib
, and potentiallysklearn
map()
,filter()
, andreduce()
, are similar to Lisp's sequence functions.mapcar
function, allowing for concise creation of new lists by applying a transformation to each element of an existing list.macro
andpymacro
, provide macro-like functionality.toolz
andcytoolz
provide functional programming utilities, including functions likepipe
andcurry
, which are inspired by Lisp.