- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 56字
- 2021-07-02 14:00:16
Python syntax compared to other programming languages
The code written in Python is highly readable because it's similar to the English language. To complete a command, Python uses new lines.
Python has a great feature: indentation. Using indentations, we can define the scope for decision-making statements, loops such as for and while loops, functions, and classes.
推薦閱讀
- Learning Cython Programming
- Visual FoxPro程序設計教程
- 高效微控制器C語言編程
- C語言程序設計基礎與實驗指導
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Data Analysis with IBM SPSS Statistics
- PySide GUI Application Development(Second Edition)
- 小程序開發原理與實戰
- Python時間序列預測
- Android程序設計基礎
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 微服務架構深度解析:原理、實踐與進階
- 微信小程序開發與實戰(微課版)
- Java Web從入門到精通(第3版)
- Java程序設計基礎(第6版)