I always saw the tradeoff more in terms of developer time: Python is faster to write but pretty much always slower to run (unless you're doing a lot of IO or mainly writing wrapper functions around compute-intensive compiled code).
I don't think a lot of people would actually use asymptotically slower algorithms when using a different language.
I don't think a lot of people would actually use asymptotically slower algorithms when using a different language.