- Hands-On Penetration Testing with Python
- Furqan Khan
- 101字
- 2021-07-02 14:13:46
Installing Python
Over the course of this book, all of the exercises will be shown on a Linux OS. In my case, I am using Ubuntu 16.04. You can choose any variant you prefer. We will be using python3 for our exercises, which can be installed as follows:
sudo apt-get install python3
sudo apt-get install python3-pip
The second command installs pip, which is Python's package manager. All open source Python libraries that do not come as part of the standard installation can be installed with the help of pip. We will be exploring how to use pip in the upcoming sections.
推薦閱讀
- Docker and Kubernetes for Java Developers
- Scala Design Patterns
- OpenCV 3和Qt5計算機視覺應用開發
- Python高級編程
- Nginx Essentials
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Visual Basic程序設計上機實驗教程
- Xamarin Blueprints
- 邊玩邊學Scratch3.0少兒趣味編程
- Hands-On Robotics Programming with C++
- Modular Programming with JavaScript
- Blender 3D Cookbook
- Dart:Scalable Application Development
- 你好!Python
- Neo4j Graph Data Modeling