图书标签: Python python 计算机 编程 计算机科学 编程语言 Programming 英文版
发表于2024-12-31
High Performance Python pdf epub mobi txt 电子书 下载 2024
If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral technologies, such as numpy, cython, cpython, and various multi-threaded and multi-node strategies. There's a lack of good learning and reference material available if you want to learn Python for highly computational tasks. Because of it, fields from physics to biology and systems infrastructure to data science are hitting barriers. They need the fast prototyping nature of Python, but too few people know how to wield it. This book will put you ahead of the curve.
难得将python高性能的好书
评分本书可以分成最后两章和其它……不过说来作者们的水平还是相当可以的
评分Python参考资料
评分基于实践的性能优化。
评分值得一看,python的性能本来就不高。但是还是要注意,能避免的劣化还是要避免。
最开始的CPU是单核的,就像一个人只有一个大脑一样,所以当有多个task需要处理的时候,最直接的办法就是一个处理完,再处理下一个。 后来发现任务可以进行更小粒度的切分,就像煮饭和炒菜,可以在煮饭的时候赶紧炒菜,那么多个不相关不依赖的指令就可以同时运行。如此在单核CP...
评分 评分High Performance Python pdf epub mobi txt 电子书 下载 2024