- Python High Performance(Second Edition)
- Gabriele Lanaro
- 43字
- 2021-07-09 21:01:57
Getting started with NumPy
The NumPy library revolves around its multidimensional array object, numpy.ndarray. NumPy arrays are collections of elements of the same data type; this fundamental restriction allows NumPy to pack the data in a way that allows for high-performance mathematical operations.
推薦閱讀
- R語言數(shù)據(jù)分析從入門到精通
- Spring Boot+Spring Cloud+Vue+Element項目實戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- NumPy Essentials
- Oracle Database 12c Security Cookbook
- Python:Master the Art of Design Patterns
- concrete5 Cookbook
- Windows Phone 7.5:Building Location-aware Applications
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- 貫通Tomcat開發(fā)
- Mastering Embedded Linux Programming
- Android編程權(quán)威指南(第4版)
- 征服C指針(第2版)
- Laravel Design Patterns and Best Practices
- Flask開發(fā)Web搜索引擎入門與實戰(zhàn)