pythonanacondapackagepython-packagingcanopy

Why doesn't Python come pre-built with required libraries like pandas, numpy etc


What is the reason packages are distributed separately?

Are the "single distributions" of Python to come pre-loaded?


Solution

  • Many of these tools, including core Python, are separately developed and distributed by different team, so it is up to aggregators to curate them and put them into a single distribution. Here are some notable examples: