Companies Home Search Profile

Complete Python Scripting for Automation

Focused View

VR Technologies

24:39:07

24 View
  • 01-Introduction to the Python.mp4
    09:37
  • 02-Python setup on Windows.mp4
    08:37
  • 03-Python setup on Linux (Installing required python on Linux).mp4
    13:52
  • 04-Editors for Python code.mp4
    08:24
  • 05-How to use Atom Editor to run python script.mp4
    16:42
  • link.txt
  • old-sku.txt
  • 06-simple hello world script.mp4
    10:49
  • 07-Python Indentation.mp4
    07:31
  • 08-Python Comments.mp4
    07:08
  • 09-Usage of special characters with print statement.mp4
    13:24
  • 10-Running Python script on Windows and Linux.mp4
    10:52
  • 11-Introduction to variables and print with variables.mp4
    17:00
  • 12-Data Types.mp4
    22:33
  • 13-working with multiple variable and strings in print.mp4
    08:22
  • 14-Input and Output Syntax.mp4
    12:34
  • 15-Basic operations on strings.mp4
    26:07
  • 16-case (Lower, Upper etc) conversion operations.mp4
    08:19
  • 17-Boolean result operations.mp4
    09:16
  • 18-join, center and zfill (zero fill).mp4
    05:48
  • 19-strip, split operations.mp4
    06:54
  • 20-count, index and find operations on strings.mp4
    06:45
  • 21-Practice - Display given string at left right center of a line in title format.mp4
    09:54
  • 22-Introduction to Data Structures and Types of Data Structures.mp4
    04:48
  • 23-Lists.mp4
    28:27
  • 24-Tuples.mp4
    12:59
  • 25-Dictionaries.mp4
    19:11
  • 26-Sets.mp4
    03:50
  • 27-Introduction to Operators of Python.mp4
    07:00
  • 28-Arithmetic and Assignment Operators.mp4
    16:09
  • 29-Comparison Operators.mp4
    08:00
  • 30-Identity and Membership operators.mp4
    11:51
  • 31-Logical Operators.mp4
    13:18
  • 32-Introduction to conditional statements; simple if condition.mp4
    20:02
  • 33-if else and if elif elif else condition.mp4
    22:36
  • 34-Practice with conditional statements.mp4
    32:20
  • 35-Introduction to Python Modules.mp4
    31:08
  • 36-platform module.mp4
    15:55
  • 37-getpass module.mp4
    10:11
  • 38-Introduction to sys module.mp4
    09:52
  • 39-sys.argv working with command line arguments with an example.mp4
    20:19
  • 40-Introduction to OS Module and Basic operation.mp4
    19:28
  • 41-os.path module.mp4
    14:48
  • 42-os.system() function from os module.mp4
    09:53
  • 43-Practice script on platform and os module.mp4
    07:42
  • 44-os.walk(path).mp4
    18:33
  • 45-Best Practice with os.walk for real-time.mp4
    31:46
  • 46-Practice - Read a path and check if given path is a file or a directory.mp4
    09:16
  • 47-Introduction to loops with an example.mp4
    36:51
  • 48-Loops Working with for loop.mp4
    20:45
  • 49-Simple practice with for loop.mp4
    08:55
  • 50-Find all files in a directory with required extension.py .sh .log .txt.mp4
    26:27
  • 51-Complete range() function.mp4
    15:01
  • 52-for loop to work with strings, list, tuple and dictionaries.mp4
    11:16
  • 53-Introduction to while loop.mp4
    11:55
  • 54-Loop Control statements - break, continue and pass.mp4
    16:50
  • 55-Introduction to datetime module.mp4
    16:08
  • 56-Practice - Find the files which are older than x days from a given path.mp4
    16:36
  • 57-Introduction to subprocess module.mp4
    28:16
  • 58-Practice-1 with subprocess module.mp4
    12:04
  • 59-Practice-2 - Platform independent script to find the java version.mp4
    16:12
  • 60-Working with text files - Reading and writing to text files.mp4
    30:39
  • 61-Copy the content of a source file into a destination file.mp4
    11:32
  • 62-Introduction to csv files and How to read a csv files using python.mp4
    16:23
  • 63-Read only header of a csv file and Finding the no of rows in a csv file.mp4
    08:53
  • 64-Creating csv file.mp4
    14:31
  • 65-Working with json files.mp4
    12:51
  • 66-Introduction to Exception Handling.mp4
    20:03
  • 67-Exception Handling for known Exceptions.mp4
    16:28
  • 68-try except else and finally usage.mp4
    06:44
  • 69-Raise user Defined Exceptions.mp4
    07:41
  • 70-Introduction to Functions.mp4
    17:28
  • 71-How to define a Function and How to use defined Function, Types of Functions.mp4
    18:03
  • 72-Converting simple code into Functions.mp4
    07:57
  • 73-Calling a function from another function and Scope of the variables.mp4
    14:24
  • 74-Simple Functions with arguments.mp4
    18:13
  • 75-Functions with arguments and return value.mp4
    16:56
  • 76-Functions with default arguments.mp4
    07:38
  • 77-Functions with keyword-based arguments.mp4
    02:51
  • 78-Functions with Variable length arguments.mp4
    05:02
  • 79-Functions with variable keyword arguments.mp4
    05:32
  • 80-How to use Functions of one script into another script, what is name .mp4
    21:10
  • 81-Simple exception handling to changing current working directory.mp4
    11:47
  • 82-Introduction to regular expressions.mp4
    04:49
  • 83-Basic rules to create a pattern for regex.mp4
    41:01
  • 84-Rules to create a pattern Part-2.mp4
    11:19
  • 85-Rules to create a pattern Part-2.mp4
    12:33
  • 86-Regex with Flags.mp4
    08:41
  • 87-working with search and match operations from re module.mp4
    15:57
  • 88-working with findall and finditer operations.mp4
    09:05
  • 89-working with split, sub and subn operations of re module.mp4
    07:23
  • 90-compile operation (Execute all re operations on compile object).mp4
    09:07
  • 91-Introduction to paramiko.mp4
    23:51
  • 92-Transfer file from local server to remote server and vice versa using paramiko.mp4
    10:17
  • 93-Part-1 - copy file(s) with shutil module.mp4
    17:04
  • 94-Introduction to oops.mp4
    44:28
  • 95-Class and object attributes.mp4
    18:14
  • 96-Constructor of a class.mp4
    15:48
  • 97-Simple Python Script without and with oops concepts.mp4
    27:44
  • 98-destructor of a class.mp4
    05:53
  • 99-Polymorphism and inheritance of python oops.mp4
    10:05
  • 100-Encapsulation.mp4
    05:14
  • 101-Linux for Developers on Windows.mp4
    10:42
  • 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. 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

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    VR Technologies
    VR Technologies
    Instructor's Courses
    VRTechnologies is a seasoned DevOps automation consultant with a specialization in cloud and DevOps. With a wealth of experience, they have successfully trained over 400 students through comprehensive automation courses covering Shell, Python, and Ansible. With six years of training expertise, VRTechnologies’ commitment to staying at the forefront of technology trends is unmatched, ensuring that students receive the most up-to-date knowledge. Their passion for learning and teaching drives them to meticulously research and prepare each course, offering hands-on demonstrations from the basics to advanced concepts. Join VRTechnologies on a transformative learning journey and unlock the power of automation in your career.
    Packt is a publishing company founded in 2003 headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web design, data analysis and hardware.
    • language english
    • Training sessions 101
    • duration 24:39:07
    • Release Date 2024/03/14