- Mastering Python for Networking and Security
- José Manuel Ortega
- 60字
- 2021-07-16 17:39:51
Multi-platform
The Python interpreter is available on many platforms (Linux, DOS, Windows, and macOS X). The code that we create in Python is translated into bytecode when it is executed for the first time. For that reason, in systems in which we are going to execute our programs or scripts developed in Python, we need the interpreter to be installed.