- 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.
推薦閱讀
- Modular Programming with Python
- Building a RESTful Web Service with Spring
- JavaScript+jQuery開發(fā)實(shí)戰(zhàn)
- Visual C++串口通信技術(shù)詳解(第2版)
- 新編Premiere Pro CC從入門到精通
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- Expert Android Programming
- C語言程序設(shè)計(jì)教程
- Julia高性能科學(xué)計(jì)算(第2版)
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- Java圖像處理:基于OpenCV與JVM
- Hands-On ROS for Robotics Programming
- C++ Data Structures and Algorithm Design Principles
- R統(tǒng)計(jì)應(yīng)用開發(fā)實(shí)戰(zhàn)
- Java Web程序開發(fā)參考手冊(cè)