Python知識分享網 - 專業(yè)的Python學習網站 學Python,上Python222
Foundations of Python 3 Network Programming, Second Edition PDF 下載

Foundations of Python 3 Network Programming, Second Edition

2023-08-31 10:48:57
Elasticsearch 7.0 Cookbook epub 下載

If you’re a software engineer, big data infrastructure engineer, or Elasticsearch developer, you’ll find this book useful. This Elasticsearch book will also help data professionals working in the e-commerce and FMCG industry who use Elastic for metrics evaluation and search analytics to get deeper insights for better business decisions. Prior experience with Elasticsearch will help you get the most out of this book.

2023-08-21 10:41:54
Elasticsearch in Action, Second Edition PDF 下載

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

2023-08-16 10:33:38
Rapid GUI Programming with Python and Qt PDF 下載

Rapid GUI Programming with Python and Qt

2023-08-08 11:26:07
Self-collaboration Code Generation via ChatGPT PDF 下載

Self-collaboration Code Generation via ChatGPT

2023-07-29 15:16:21
What Is ChatGPT Doing ... and Why Does It Work_ PDF 下載

What Is ChatGPT Doing ... and Why Does It Work

2023-07-15 10:09:34
Python222.com網站視頻+源碼+文檔領取

Python222.com網站視頻+源碼+文檔

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

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

2023-07-09 11:00:44
Python BeautifulSoup之find_all方法使用詳解

name:標簽名搜索 attrs/class_:屬性/類名搜索 recursive:限定直接子節(jié)點 string:文檔字符串搜索

2023-07-08 12:12:06
Pandas常見篩選數據的五種方法其一邏輯篩選

前言:Pandas的數據操作中,最基本的就是操作的篩選了,但是對新學員來說的這又是一個難點,因為方法比較多,不容易記。在此總結一下pandas中的一些常用的數據篩選操作。

2023-07-06 17:06:41