- 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.
推薦閱讀
- Node.js Design Patterns
- JavaScript Unlocked
- MySQL 8 DBA基礎(chǔ)教程
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- Learn Scala Programming
- 深入淺出RxJS
- Modular Programming in Java 9
- Scientific Computing with Scala
- Visual FoxPro程序設(shè)計(jì)
- 程序是怎樣跑起來的(第3版)
- Extending Puppet(Second Edition)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- Python無監(jiān)督學(xué)習(xí)
- Offer來了:Java面試核心知識點(diǎn)精講(框架篇)