- Learning Penetration Testing with Python
- Christopher Duffy
- 131字
- 2021-07-09 21:52:54
A Python interactive interpreter versus a script
There are two ways in which the Python language can be used. One is through an interactive interpreter, that allows quick testing of functions, code snippets, and ideas. The other is through a full-fledged script that can be saved and transported between systems. If you want to try out an interactive interpreter, just type python
in your command-line shell.
Note
An interactive interpreter will function the same way in different operating systems, but the libraries and called functions that interact with a system may not. If specific locations are referenced or if commands and/or libraries use operating-system-specific capabilities, the functionality will be different. As such, referencing these details in a script will impact its portability substantially, so it is not considered a leading practice.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Oracle WebLogic Server 12c:First Look
- Python快樂編程:人工智能深度學習基礎
- HTML5移動Web開發技術
- Python語言程序設計
- Spring Cloud、Nginx高并發核心編程
- 微信小程序項目開發實戰
- Hands-On Reinforcement Learning with Python
- ElasticSearch Cookbook(Second Edition)
- 寫給程序員的Python教程
- JSP程序設計實例教程(第2版)
- Java程序設計與項目案例教程
- AngularJS UI Development
- Getting Started with Windows Server Security
- Unity 3D UI Essentials