- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 207字
- 2021-07-02 14:00:15
Python Scripting Overview
Python is a scripting language, created by Guido van Rossum in 1991, which is used in various applications, such as game development, GIS programming, software development, web development, data analytics, machine learning, and system scripting.
Python is an object-oriented, high-level programming language with dynamic semantics. Mainly, Python is an interpreted language. Python is used for rapid application development, as it has all of the advanced features for development.
Python is simple and easy to learn, as its syntax makes programs more readable. Hence, the program maintenance cost is low.
Python has one more important feature of importing modules and packages. This feature allows for code reuse. The Python interpreter is easy to understand. We can write the complete code one by one in it and, as Python is an interpreted language, the code gets executed line by line. Python also has a wide range of libraries for advanced functionality.
This chapter will cover the following topics:
- Python scripting
- Installing and using Python and various tools
- Variables, numbers, and strings
- Python supported data structures and how to use all of these concepts in a script
- Decision making; that is, the if statement
- Looping statements; that is, the for and while loops
- Functions
- Modules
- HTML5+CSS3王者歸來
- Facebook Application Development with Graph API Cookbook
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- 趣學(xué)Python算法100例
- 老“碼”識途
- Java性能權(quán)威指南(第2版)
- Visual C++數(shù)字圖像處理技術(shù)詳解
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機指導(dǎo)(第三版)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- 學(xué)習(xí)OpenCV 4:基于Python的算法實戰(zhàn)
- 打開Go語言之門:入門、實戰(zhàn)與進階
- QGIS 2 Cookbook
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- QPanda量子計算編程
- Koa與Node.js開發(fā)實戰(zhàn)