Python知識分享網 - 專業(yè)的Python學習網站 學Python,上Python222
Learning OpenCV 4 Computer Vision with Python 3 PDF 下載

Learning OpenCV 4 Computer Vision with Python 3

2023-09-29 09:33:40
Mastering Pandas for Finance PDF 下載

If you are interested in quantitative finance, financial modeling, and trading, or simply want to learn how Python and pandas can be applied to finance, then this book is ideal for you. Some knowledge of Python and pandas is assumed. Interest in financial concepts is helpful, but no prior knowledge is expected.

2023-09-21 10:17:00
Python Concurrency with asyncio PDF 下載

Python Concurrency with asyncio

2023-09-06 09:50:52
Node Cookbook, Second Edition PDF 下載

Node Cookbook, Second Edition

2023-09-05 11:07:59
Foundations of Python 3 Network Programming, Second Edition PDF 下載

Foundations of Python 3 Network Programming, Second Edition

2023-08-31 10:48:57
Elasticsearch in Action, Second Edition PDF 下載

本書主要展示如何使用Elasticsearch構建可擴展的搜索應用程序。書中覆蓋了Elasticsearch的主要特性,從使用不同的分析器和查詢類型進行相關性調優(yōu),到使用聚集功能進行實時性分析,還有地理空間搜索和文檔過濾等更多吸引人的特性。 全書共分兩個部分,*部分解釋了核心特性,內容主要涉及Elasticsearch的介紹,數(shù)據(jù)的索引、更新和刪除,數(shù)據(jù)的搜索,數(shù)據(jù)的分析,使用相關性進行搜索,使用聚集來探索數(shù)據(jù),文檔間的關系等;第二部分介紹每個特性工作的更多細節(jié)及其對性能和可擴展性的影響,以便對核心功能進行產品化,內容主要涉及水平擴展和性能提升等。此外,本書還有6個附錄(網上下載),提供了讀者應該知道的特性,展示了關于地理空間搜索和聚集,如何管理Elasticsearch插件,學習在搜索結果中如何高亮查詢單詞,在生產環(huán)境中用來協(xié)助管理Elasticsearch的第三方的監(jiān)控工具有哪些,如何使用Percolator過濾為多個查詢匹配少量文檔,如何使用不同的建議器來實現(xiàn)自動完成的功能。

2023-08-16 10:33:38
Server Based Java Programming (Manning) PDF 下載

Server Based Java Programming (Manning)

2023-07-21 10:20:30
Python中的切片slice 知識詳解

在Python中,切片(slice)是對序列型對象(如list, string, tuple)的一種高級索引方法。 普通索引只取出序列中 一個下標 對應的元素,而切片取出序列中 一個范圍 對應的元素,這里的范圍不是狹義上的連續(xù)片段。通俗一點就是在一定范圍里面.用刀切出一部分,達到自己需要的一部分.

2023-07-20 11:12:42
Python 引用問題 - ImportError: attempted relative import with no known parent package

近日在嘗試引用其他文件的代碼時,遇到了錯誤: ImportError: attempted relative import with no known parent package.

2023-07-10 13:12:51
Python 錯誤:UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 3: illegal multibyte sequence

當python要做編碼轉換的時候,會借助于內部的編碼

2023-07-09 11:00:44