-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Complete Python Scripting for Automation
By :
Complete Python Scripting for Automation
By:
Overview of this book
Over the last few years, Python has gained immense popularity. The demand for the programming language in the job market has particularly increased and being well-versed with it can help you enter some of the most exciting industries, including data science, artificial intelligence (AI), web applications, server-side automation, and home automation.
This course will make it easy for you to learn Python, with an emphasis on server-side automation. You will not only get to grips with core Python but also focus on advanced Python. Gradually, the course will take you through writing a Python script to print the OS name. You’ll also learn how to pass elements into a program using *args. To build on your knowledge further, you’ll understand the technique of transferring a file from a local server to a remote server and vice versa using paramiko.
By the end of this course, you will have learned how to automate a wide variety of tasks with the help of Python scripting.
All codes and supporting files are available at-
https://github.com/PacktPublishing/Complete-Python-Scripting-for-Automation
Table of Contents (23 chapters)
Introduction
Basics of print, indentation, comments and special characters
Basics of variables and Data Types
Complete String Operations
Data Structures of Python
Operators of Python
Conditional statements
Working with Python Modules
sys module
OS Module
Loops - for and while loops with break, continue and pass
datetime module to work with dates and times
subprocess Module: To execute any Operating System Commands with python
Working with text files
Working with csv
Working with files like json
Exception Handling
Functions
Regular expression with re module
Paramiko module to work with remote servers using python
Shutil module
OOPS for Real Time
Windows Subsystem for Linux
Customer Reviews