- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 104字
- 2021-07-02 21:09:36
Finding packages in the Python Package Index
Earlier, we talked about installing packages from the Python Package Index, but what if we don't have a specific package we need to install? What if we just need a library to help us get the job done, but don't know which specific one we need? Well, as the name of the section implies, the Python Package Index is actually an index of packages, which classifies the packages according to a number of parameters. The index is conveniently hosted at https://pypi.python.org/pypi. We could search the available packages in a number of ways. Let's discuss it in detail.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- DevOps入門與實踐
- 軟件項目管理實用教程
- 零基礎輕松學SQL Server 2016
- Gradle for Android
- Unity Game Development Scripting
- Android應用案例開發大全(第二版)
- C++反匯編與逆向分析技術揭秘(第2版)
- Fastdata Processing with Spark
- Training Systems Using Python Statistical Modeling
- Magento 2 Beginners Guide
- Instant Automapper
- TypeScript全棧開發
- 面向對象程序設計及C++實驗指導(第3版)
- Vue.js從入門到精通