Glossary

Core numerical computing:

**NumPy**: The foundational library for numerical computing in Python. NumPy's n-dimensional arrays and vectorized operations form the bedrock upon which the entire Python AI ecosystem is built. You will use NumPy extensively throughout Chapters 1--10 of this book. - **SciPy**: Scientific computing

Learn More

Related Terms