摘要:
练习篇(Part 4) 41. How to sum a small array faster than np.sum? (★★☆) 运行结果:45 42. Consider two random array A and B, check if they are equal (★★☆) 运行结果: 阅读全文
摘要:
练习篇(Part 3) 31. 略 32. Is the following expressions true? (★☆☆) 运行结果:False 33. How to get the dates of yesterday, today and tomorrow? (★☆☆) 运行结果: yeste 阅读全文
摘要:
(一)基础学习 学习渠道:阿里天池AI学习——Numpy基础(传送门) (二)练习篇 练习渠道:Numpy基础100题(Part 1) 1. Import the numpy package under the name np(★☆☆) 2. Print the numpy version and 阅读全文