- 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.
推薦閱讀
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- PyTorch自動駕駛視覺感知算法實(shí)戰(zhàn)
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- INSTANT CakePHP Starter
- SEO實(shí)戰(zhàn)密碼
- 快速念咒:MySQL入門指南與進(jìn)階實(shí)戰(zhàn)
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- PHP Microservices
- Mastering XenApp?
- PHP程序設(shè)計(jì)經(jīng)典300例
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- Hands-On Artificial Intelligence with Unreal Engine
- Continuous Integration,Delivery,and Deployment
- Python編程零基礎(chǔ)入門