- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 104字
- 2021-07-02 21:09:35
Installing packages with pip
In this section, we'll take a look at using Python's package manager to install and manage third-party code, and now, it's back to the operating system command line for us. We'll see how to easily install third-party code from the Python Package Index.
While Python comes with batteries included, that is, the Python standard library that's already installed contains a wide range of very useful features, there's still plenty of things it doesn't do. Odds are though that somebody somewhere has already invented the wheel for us and if so, we can probably find it in the Python Package Index.
推薦閱讀
- iOS面試一戰到底
- jQuery Mobile Web Development Essentials(Third Edition)
- SOA實踐
- Dynamics 365 Application Development
- Python數據分析基礎
- 程序員面試算法寶典
- Python進階編程:編寫更高效、優雅的Python代碼
- C# 8.0核心技術指南(原書第8版)
- C++從入門到精通(第5版)
- Android開發三劍客:UML、模式與測試
- R語言數據挖掘:實用項目解析
- Greenplum構建實時數據倉庫實踐
- TypeScript圖形渲染實戰:2D架構設計與實現
- C#程序設計基礎入門教程
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序