DEV Community

Discussion on: What is your "Coder/Language Fit"

Collapse
 
wordtracker profile image
Wordtracker Development Team • Edited

After 20 years of developing in PHP I stumbled across Python 2.7.x when I realised you could add udf's to Redshift SQL statements. Then I realised that Python (now working in 3.7.x+) could do everything I wanted in PHP much more quickly because of the extensive library support. Unit tests, Pandas, Numpy, it's all covered. Fits me like a glove. Then I found decorators and generators and ... haven't looked back since.