Python知識分享網(wǎng) - 專業(yè)的Python學(xué)習(xí)網(wǎng)站 學(xué)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構(gòu)建可擴(kuò)展的搜索應(yīng)用程序。書中覆蓋了Elasticsearch的主要特性,從使用不同的分析器和查詢類型進(jìn)行相關(guān)性調(diào)優(yōu),到使用聚集功能進(jìn)行實(shí)時(shí)性分析,還有地理空間搜索和文檔過濾等更多吸引人的特性。 全書共分兩個部分,*部分解釋了核心特性,內(nèi)容主要涉及Elasticsearch的介紹,數(shù)據(jù)的索引、更新和刪除,數(shù)據(jù)的搜索,數(shù)據(jù)的分析,使用相關(guān)性進(jìn)行搜索,使用聚集來探索數(shù)據(jù),文檔間的關(guān)系等;第二部分介紹每個特性工作的更多細(xì)節(jié)及其對性能和可擴(kuò)展性的影響,以便對核心功能進(jìn)行產(chǎn)品化,內(nèi)容主要涉及水平擴(kuò)展和性能提升等。此外,本書還有6個附錄(網(wǎng)上下載),提供了讀者應(yīng)該知道的特性,展示了關(guān)于地理空間搜索和聚集,如何管理Elasticsearch插件,學(xué)習(xí)在搜索結(jié)果中如何高亮查詢單詞,在生產(chǎn)環(huán)境中用來協(xié)助管理Elasticsearch的第三方的監(jiān)控工具有哪些,如何使用Percolator過濾為多個查詢匹配少量文檔,如何使用不同的建議器來實(shí)現(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)的一種高級索引方法。 普通索引只取出序列中 一個下標(biāo) 對應(yīng)的元素,而切片取出序列中 一個范圍 對應(yīng)的元素,這里的范圍不是狹義上的連續(xù)片段。通俗一點(diǎn)就是在一定范圍里面.用刀切出一部分,達(dá)到自己需要的一部分.

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

近日在嘗試引用其他文件的代碼時(shí),遇到了錯誤: 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

當(dāng)python要做編碼轉(zhuǎn)換的時(shí)候,會借助于內(nèi)部的編碼

2023-07-09 11:00:44