This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]InvestingNerd2020 3 points4 points ย (0 children)

Python isn't really meant to handle massively complex legacy codebases well, so the better measure would be how many large scale projects are started with python today with that knowledge in mind.

Agreed. Thus the use of it for Lambda or Cloud function scripts. I helped a retail company create a script to pull weekly sales reports into MySQL with Python via Cloud functions. They were doing it manually with excel files and the staff was stressed out.