Skip to main content

11 篇文章已被標記 與 "Python" 標籤有關的文章

瀏覽所有標籤

Comparing BeautifulSoup4, LXML, and Selectolax: A Simple HTML Parser Performance Test

This evaluation compares the performance of popular HTML parser libraries in Python. The test involves extracting product names, ratings, prices, and monthly sales from a Shopee page. To simulate the handling of very large HTML files, the duplicatedivmain function duplicates the `` section 100 times, creating a significantly larger document.

Numba 教學:加速 Python 科學計算

最快、最正確、最完整的 Numba 教學:使用 Numba 加速 Python 科學計算。坑筆者都踩過了只要照做可以得到最好性能,不會漏掉任何優化可能;除此之外本文第一不廢話,第二上手極快,第三介紹如何除錯和優化,第四補充進階使用方式,第五給出「精選有用的延伸閱讀」,不是給沒用文章,第六也是最重要,筆者可以很自信的說本文是中文圈最詳細教學。

Python Type Hint 教學

Type Hint 教學:從入門到進階的 Python 型別註釋,掌握 Protocol、泛型等進階技巧 | 2024 Python 3.8-3.14 版本更新整理,最新語法特性 + 實戰技巧 | 一篇精通 Type Hints