Packt Complete Python Scripting for Automation-XQZT

Packt Complete Python Scripting for Automation-XQZT | Apps-Tutorials | MP4 | 2.98 GiB

1 175 kb/s 1280×720 | AAC 192 kb/s 2 CH eng

NFO (Click to Show)

Another exquisit release
Packt.Complete.Python.Scripting.for.Automation-XQZT
     Title: Complete Python Scripting for Automation
 Publisher: Packt
      Size: 3.0G (3198739630 B)
     Files: 13F
      Date: 03/31/2020
  Course #: 9781800203181
      Type: N/A
 Published: 30 Mar 2020
  Modified: N/A
       URL: www.packtpub.com/business-other/complete-python-scripting-for-automation-video
    Author: N/A
  Duration: 24 hours 39 minutes
     Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
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. Youll also learn how to pass
elements into a program using *args. To build on your
knowledge further, youll 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

File List (Click to Show)

3.0G	Complete Python Scripting for Automation [Video]
216M	Complete Python Scripting for Automation [Video]/1.Introduction
81M	Complete Python Scripting for Automation [Video]/1.Introduction/001.Introduction to the Python.mp4
26M	Complete Python Scripting for Automation [Video]/1.Introduction/002.Python setup on Windows.mp4
51M	Complete Python Scripting for Automation [Video]/1.Introduction/003.Python setup on Linux (Installing required python on Linux).mp4
14M	Complete Python Scripting for Automation [Video]/1.Introduction/004.Editors for Python code.mp4
46M	Complete Python Scripting for Automation [Video]/1.Introduction/005.How to use Atom Editor to run python script.mp4
266M	Complete Python Scripting for Automation [Video]/10.OS Module
61M	Complete Python Scripting for Automation [Video]/10.OS Module/040.Introduction to OS Module and Basic operation.mp4
30M	Complete Python Scripting for Automation [Video]/10.OS Module/041.os.path module.mp4
18M	Complete Python Scripting for Automation [Video]/10.OS Module/042.os.system() function from os module.mp4
12M	Complete Python Scripting for Automation [Video]/10.OS Module/043.Practice script on platform and os module.mp4
36M	Complete Python Scripting for Automation [Video]/10.OS Module/044.os.walk(path).mp4
111M	Complete Python Scripting for Automation [Video]/10.OS Module/045.Best Practice with os.walk for real-time.mp4
286M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass
18M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/046.Practice - Read a path and check if given path is a file or a directory.mp4
78M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/047.Introduction to loops with an example.mp4
32M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/048.Loops _ Working with for loop.mp4
16M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/049.Simple practice with for loop.mp4
48M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/050.Find all files in a directory with required extension.py_.sh_.log_.txt etc….mp4
25M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/051.Complete range() function.mp4
17M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/052.for loop to work with strings, list, tuple and dictionaries.mp4
27M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/053.Introduction to while loop.mp4
29M	Complete Python Scripting for Automation [Video]/11.Loops - for and while loops with break, continue and pass/054.Loop Control statements - break, continue and pass.mp4
83M	Complete Python Scripting for Automation [Video]/12.datetime module to work with dates and times
43M	Complete Python Scripting for Automation [Video]/12.datetime module to work with dates and times/055.Introduction to datetime module.mp4
41M	Complete Python Scripting for Automation [Video]/12.datetime module to work with dates and times/056.Practice - Find the files which are older than x days from a given path.mp4
126M	Complete Python Scripting for Automation [Video]/13.subprocess Module - To execute any Operating System Commands with python
73M	Complete Python Scripting for Automation [Video]/13.subprocess Module - To execute any Operating System Commands with python/057.Introduction to subprocess module.mp4
26M	Complete Python Scripting for Automation [Video]/13.subprocess Module - To execute any Operating System Commands with python/058.Practice-1 with subprocess module.mp4
28M	Complete Python Scripting for Automation [Video]/13.subprocess Module - To execute any Operating System Commands with python/059.Practice-2 - Platform independent script to find the java version.mp4
77M	Complete Python Scripting for Automation [Video]/14.Working with text files
53M	Complete Python Scripting for Automation [Video]/14.Working with text files/060.Working with text files - Reading and writing to text files.mp4
24M	Complete Python Scripting for Automation [Video]/14.Working with text files/061.Copy the content of a source file into a destination file.mp4
73M	Complete Python Scripting for Automation [Video]/15.Working with csv
26M	Complete Python Scripting for Automation [Video]/15.Working with csv/062.Introduction to csv files and How to read a csv files using python.mp4
15M	Complete Python Scripting for Automation [Video]/15.Working with csv/063.Read only header of a csv file and Finding the no of rows in a csv file.mp4
33M	Complete Python Scripting for Automation [Video]/15.Working with csv/064.Creating csv file.mp4
25M	Complete Python Scripting for Automation [Video]/16.Working with files like json
25M	Complete Python Scripting for Automation [Video]/16.Working with files like json/065.Working with json files.mp4
104M	Complete Python Scripting for Automation [Video]/17.Exception Handling
40M	Complete Python Scripting for Automation [Video]/17.Exception Handling/066.Introduction to Exception Handling.mp4
38M	Complete Python Scripting for Automation [Video]/17.Exception Handling/067.Exception Handling for known Exceptions.mp4
13M	Complete Python Scripting for Automation [Video]/17.Exception Handling/068.try except else and finally usage.mp4
15M	Complete Python Scripting for Automation [Video]/17.Exception Handling/069.Raise user Defined Exceptions.mp4
347M	Complete Python Scripting for Automation [Video]/18.Functions
35M	Complete Python Scripting for Automation [Video]/18.Functions/070.Introduction to Functions.mp4
30M	Complete Python Scripting for Automation [Video]/18.Functions/071.How to define a Function and How to use defined Function, Types of Functions.mp4
17M	Complete Python Scripting for Automation [Video]/18.Functions/072.Converting simple code into Functions.mp4
31M	Complete Python Scripting for Automation [Video]/18.Functions/073.Calling a function from another function and Scope of the variables.mp4
39M	Complete Python Scripting for Automation [Video]/18.Functions/074.Simple Functions with arguments.mp4
32M	Complete Python Scripting for Automation [Video]/18.Functions/075.Functions with arguments and return value.mp4
16M	Complete Python Scripting for Automation [Video]/18.Functions/076.Functions with default arguments.mp4
4.5M	Complete Python Scripting for Automation [Video]/18.Functions/077.Functions with keyword-based arguments.mp4
8.1M	Complete Python Scripting for Automation [Video]/18.Functions/078.Functions with Variable length arguments.mp4
11M	Complete Python Scripting for Automation [Video]/18.Functions/079.Functions with variable keyword arguments.mp4
38M	Complete Python Scripting for Automation [Video]/18.Functions/080.How to use Functions of one script into another script, what is _name_ .mp4
89M	Complete Python Scripting for Automation [Video]/18.Functions/081.Simple exception handling to changing current working directory.mp4
208M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module
6.4M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/082.Introduction to regular expressions.mp4
63M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/083.Basic rules to create a pattern for regex.mp4
17M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/084.Rules to create a pattern Part-2.mp4
20M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/085.Rules to create a pattern Part-2.mp4
16M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/086.Regex with Flags.mp4
36M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/087.working with search and match operations from re module.mp4
16M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/088.working with findall and finditer operations.mp4
21M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/089.working with split, sub and subn operations of re module.mp4
15M	Complete Python Scripting for Automation [Video]/19.Regular expression with re module/090.compile operation (Execute all re operations on compile object).mp4
86M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters
18M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters/006.simple hello world script.mp4
12M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters/007.Python Indentation.mp4
11M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters/008.Python Comments.mp4
25M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters/009.Usage of special characters with print statement.mp4
22M	Complete Python Scripting for Automation [Video]/2.Basics of print, indentation, comments and special characters/010.Running Python script on Windows and Linux.mp4
65M	Complete Python Scripting for Automation [Video]/20.Paramiko module to work with remote servers using python
43M	Complete Python Scripting for Automation [Video]/20.Paramiko module to work with remote servers using python/091.Introduction to paramiko.mp4
23M	Complete Python Scripting for Automation [Video]/20.Paramiko module to work with remote servers using python/092.Transfer file from local server to remote server and vice versa using paramiko.mp4
33M	Complete Python Scripting for Automation [Video]/21.Shutil module
33M	Complete Python Scripting for Automation [Video]/21.Shutil module/093.Part-1 - copy file(s) with shutil module.mp4
263M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time
84M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/094.Introduction to oops.mp4
31M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/095.Class and object attributes.mp4
26M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/096.Constructor of a class.mp4
45M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/097.Simple Python Script without and with oops concepts.mp4
8.6M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/098.destructor of a class.mp4
17M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/099.Polymorphism and inheritance of python oops.mp4
54M	Complete Python Scripting for Automation [Video]/22.OOPS for Real Time/100.Encapsulation.mp4
15M	Complete Python Scripting for Automation [Video]/23.Windows Subsystem for Linux
15M	Complete Python Scripting for Automation [Video]/23.Windows Subsystem for Linux/101.Linux for Developers on Windows.mp4
98M	Complete Python Scripting for Automation [Video]/3.Basics of variables and Data Types
29M	Complete Python Scripting for Automation [Video]/3.Basics of variables and Data Types/011.Introduction to variables and print with variables.mp4
35M	Complete Python Scripting for Automation [Video]/3.Basics of variables and Data Types/012.Data Types.mp4
14M	Complete Python Scripting for Automation [Video]/3.Basics of variables and Data Types/013.working with multiple variable and strings in print.mp4
22M	Complete Python Scripting for Automation [Video]/3.Basics of variables and Data Types/014.Input and Output Syntax.mp4
119M	Complete Python Scripting for Automation [Video]/4.Complete String Operations
35M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/015.Basic operations on strings.mp4
16M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/016.case (Lower, Upper etc...) conversion operations.mp4
23M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/017.Boolean result operations.mp4
8.4M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/018.join, center and zfill (zero fill).mp4
9.4M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/019.strip, split operations.mp4
12M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/020.count, index and find operations on strings.mp4
18M	Complete Python Scripting for Automation [Video]/4.Complete String Operations/021.Practice - Display given string at left_right_center of a line in title format.mp4
116M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python
6.2M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python/022.Introduction to Data Structures and Types of Data Structures.mp4
44M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python/023.Lists.mp4
25M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python/024.Tuples.mp4
34M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python/025.Dictionaries.mp4
7.8M	Complete Python Scripting for Automation [Video]/5.Data Structures of Python/026.Sets.mp4
86M	Complete Python Scripting for Automation [Video]/6.Operators of Python
11M	Complete Python Scripting for Automation [Video]/6.Operators of Python/027.Introduction to Operators of Python.mp4
23M	Complete Python Scripting for Automation [Video]/6.Operators of Python/028.Arithmetic and Assignment Operators.mp4
11M	Complete Python Scripting for Automation [Video]/6.Operators of Python/029.Comparison Operators.mp4
19M	Complete Python Scripting for Automation [Video]/6.Operators of Python/030.Identity and Membership operators.mp4
24M	Complete Python Scripting for Automation [Video]/6.Operators of Python/031.Logical Operators.mp4
136M	Complete Python Scripting for Automation [Video]/7.Conditional statements
42M	Complete Python Scripting for Automation [Video]/7.Conditional statements/032.Introduction to conditional statements; simple if condition.mp4
37M	Complete Python Scripting for Automation [Video]/7.Conditional statements/033.if ... else and if ... elif ... elif ... else condition.mp4
57M	Complete Python Scripting for Automation [Video]/7.Conditional statements/034.Practice with conditional statements.mp4
156M	Complete Python Scripting for Automation [Video]/8.Working with Python Modules
85M	Complete Python Scripting for Automation [Video]/8.Working with Python Modules/035.Introduction to Python Modules.mp4
54M	Complete Python Scripting for Automation [Video]/8.Working with Python Modules/036.platform module.mp4
18M	Complete Python Scripting for Automation [Video]/8.Working with Python Modules/037.getpass module.mp4
78M	Complete Python Scripting for Automation [Video]/9.sys module
32M	Complete Python Scripting for Automation [Video]/9.sys module/038.Introduction to sys module.mp4
46M	Complete Python Scripting for Automation [Video]/9.sys module/039.sys.argv _ working with command line arguments with an example.mp4
32K	Complete Python Scripting for Automation [Video]/Exercise Files
28K	Complete Python Scripting for Automation [Video]/Exercise Files/code_9781800203181.zip
3.0G	total

File: 001.Introduction to the Python.mp4
Size: 84856041 bytes (80.93 MiB), duration: 00:09:37, avg.bitrate: 1177 kb/s
Audio: aac, 48000 Hz, stereo (eng)
Video: h264, yuv420p, 1280x720, 30.00 fps(r) (eng)


Download Packt Complete Python Scripting for Automation-XQZT ( Size: 2.98 GiB ) :


http://nitroflare.com/view/41C3BD9867E85D4/hhbiPaCoPyScfoAuXQ.z01
http://nitroflare.com/view/26866725F373787/hhbiPaCoPyScfoAuXQ.z02
http://nitroflare.com/view/9135CD12DB4C38C/hhbiPaCoPyScfoAuXQ.zip


http://rapidgator.net/file/fbd6766ef9ab661a7d707c708c2da8e3/hhbiPaCoPyScfoAuXQ.z01.html
http://rapidgator.net/file/b571e8d4cbae4bc841a95527b9037a2f/hhbiPaCoPyScfoAuXQ.z02.html
http://rapidgator.net/file/ad098e5fbf949f1b38812069bc12137f/hhbiPaCoPyScfoAuXQ.zip.html

Apps-Tutorials
Comments (0)
Add Comment