- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 76字
- 2021-07-02 14:00:17
Python interpreter
Python is an interpreted language. It has an interactive console called the Python interpreter or Python shell. This shell provides a way to execute your program line by line without creating a script.
You can access all of Python's built-in functions and libraries, installed modules, and command history in the Python interactive console. This console gives you the opportunity to to explore Python. You're able to paste code into scripts when you are ready.
推薦閱讀
- 零基礎學Visual C++第3版
- PyTorch自動駕駛視覺感知算法實戰
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Java 9 Programming Blueprints
- Selenium Design Patterns and Best Practices
- Python金融數據分析
- Ext JS 4 Web Application Development Cookbook
- 零基礎入門學習Python(第2版)
- Integrating Facebook iOS SDK with Your Application
- Android Wear Projects
- Node.js開發指南
- Zabbix Performance Tuning
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Julia High Performance(Second Edition)
- Advanced C++