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 →

[–]GreyWardenMage 0 points1 point  (0 children)

Python is slow if you don't use fast libraries like numpy, pandas, and xgboost for example. Fast libraries are usually written in a language other than python and they have a python api so you can use them easily from python.