https://img87.pixhost.to/images/599/359020115_tuto.jpg


download скачать Free download скачать : Udemy Learn Basics of Python Scripting for Server Side Automation
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:8.28 GB

Files Included :

1  Objective of this course.mp4 (1.92 MB)
MP4
2  Prerequisites to Enroll this course.mp4 (3.8 MB)
MP4
3  Introduction to Python Scripting.mp4 (17.67 MB)
MP4
4  Python Versions.mp4 (11.35 MB)
MP4
1  Introduction to Errors ( Syntax Errors & Exceptions ).mp4 (54.67 MB)
MP4
2  Types of Exceptions and How to list Built-in Exceptions.mp4 (21.27 MB)
MP4
3  Exception Handling.mp4 (146.63 MB)
MP4
4  Handling Multiple Exceptions.mp4 (62.31 MB)
MP4
5  What is raise Statement in Exceptions   Exceptions with Raise.mp4 (60.1 MB)
MP4
1  Introduction to Loops.mp4 (110.86 MB)
MP4
10  Loops else Block Execution Status When break and continue Executed.mp4 (19.96 MB)
MP4
11  Nested Loops.mp4 (31.45 MB)
MP4
2  How to use for loop on String or Lists or Tuple or Dictionary or range().mp4 (77.14 MB)
MP4
3  Simple Practice on Strings - Read Input as String and Display Char & Its Index.mp4 (52.26 MB)
MP4
4  For Loop to read key and value sof dictionary.mp4 (38.67 MB)
MP4
5  How to use enumerate() Function in for loop.mp4 (35.64 MB)
MP4
6  For Loop with else Block.mp4 (18.76 MB)
MP4
7  For Loop in a Single-Line.mp4 (45.67 MB)
MP4
8  While Loop Basics & Infinite While Loop.mp4 (91.18 MB)
MP4
9  pass, continue & break Statements and Its usage in Loops.mp4 (75.58 MB)
MP4
1  Introduction to Functions (Built-in Functions & User Defined Functions).mp4 (55.04 MB)
MP4
10  How Arguments are passing to a Function when its called.mp4 (75.64 MB)
MP4
11  Types of Functions Arguments.mp4 (3.58 MB)
MP4
12  Positional Arguments or Required Arguments.mp4 (13.83 MB)
MP4
13  Default or Optional Arguments.mp4 (24.55 MB)
MP4
14  Keyword or Named Arguments.mp4 (17.79 MB)
MP4
15  Variable Length Arguments - (Arbitrary [Positional , Keyword] Arguments).mp4 (29.91 MB)
MP4
16  How to call Functions of other Python Files   Code REUSABILITY.mp4 (89.22 MB)
MP4
17  What is   name   in Python Scripts   What is the usage of   name.mp4 (91.73 MB)
MP4
2  Defining a Function, Calling a Function and Rules to Define a Function.mp4 (75.18 MB)
MP4
3  Complete Functions return Statement.mp4 (122.15 MB)
MP4
4  Simple Practice on arguments and return of Functions.mp4 (29.34 MB)
MP4
5  Functions with and without arguments and return.mp4 (64.93 MB)
MP4
6  Nested Functions.mp4 (56.73 MB)
MP4
7  Function without parentheses or Re-naming a Function.mp4 (14.73 MB)
MP4
8  return with multiple Values or  Returning Multiple Values From A Function.mp4 (22.76 MB)
MP4
9  Scope of the Python  Variables.mp4 (82.04 MB)
MP4
1  Introduction to Module  What is a Python Module.mp4 (53.95 MB)
MP4
2  Executing Windows Python Files directly from WSL of Linux.mp4 (34.13 MB)
MP4
3  getpass Module  How to read password from command-line without echoing.mp4 (52.15 MB)
MP4
4  paltform Module.mp4 (24.63 MB)
MP4
1  Introduction to sys Module  Basic operations from sys module.mp4 (83.65 MB)
MP4
2  usage of sys argv  Handling Command-line Arguments with sys argv.mp4 (83.56 MB)
MP4
3  What is sys exit()  and Its usage in scripts.mp4 (38.41 MB)
MP4
1  Introduction to OS Module and Basic Operation of OS Module.mp4 (30.95 MB)
MP4
2  File Path Operations with os path.mp4 (48.59 MB)
MP4
3  Simple Script to Validate input file is empty or not.mp4 (39.84 MB)
MP4
4  Read a Path and Display all files & Dir's with completed Paths.mp4 (116.2 MB)
MP4
5  How to execute OS Level Commands with os system().mp4 (65.67 MB)
MP4
6  Get File Or Directory Stats using  os stat().mp4 (24.63 MB)
MP4
7  Get All Files Recursively from a given Path using os walk().mp4 (104.32 MB)
MP4
1  time Module.mp4 (61.88 MB)
MP4
2  datetime module  datetime module to delete files which are older than x days.mp4 (64.43 MB)
MP4
1  Introduction to subprocess Module.mp4 (135.61 MB)
MP4
2  Don't  Prefer to use Shell=True in subprocess Popen  Its very dangerous.mp4 (34.09 MB)
MP4
3  How to pass variable values  to a Popened Script from Main Python Script.mp4 (87.39 MB)
MP4
4  Exception Handling for subproce Popen()  FileNotFoundError & TimeoutExpired.mp4 (75.84 MB)
MP4
5  Get Ansible Version using subprocess Popen()  Usage of splitsplitlines on op.mp4 (22.55 MB)
MP4
1  Working with text Files using open() Function  read, write & append operations.mp4 (172.84 MB)
MP4
1 1 1  Working with text files.mp4 (74.54 MB)
MP4
2  Merging Multiple Files content into a single File.mp4 (39.88 MB)
MP4
3  Working with JSON Files using Python JSON Module.mp4 (65.27 MB)
MP4
4  Working with CSV Files  Reading and Writing with reader and writer objects.mp4 (73.48 MB)
MP4
1  How to log script execution  Steps into a log file and also display on console.mp4 (326.43 MB)
MP4
1  System Requirements to install Python.mp4 (6.53 MB)
MP4
2  Installing Python On Windows Operating System.mp4 (53.02 MB)
MP4
3  Issues you may face after Python Installation on Windows.mp4 (42.95 MB)
MP4
4  Installing Multiple Python Versions on Windows.mp4 (42.29 MB)
MP4
5  What is py.mp4 (18.7 MB)
MP4
6  Installing Python on Any Linux - Working with Default Python.mp4 (48.71 MB)
MP4
7  Installing Required Python Version on Ubuntu Machine.mp4 (109.03 MB)
MP4
8  Making required Python Version as default Python for your User.mp4 (23.81 MB)
MP4
1  Introduction to argparse module.mp4 (101.04 MB)
MP4
2  How to use type option to get required argument data type.mp4 (29.55 MB)
MP4
3  default and choices  options for arguments.mp4 (32.39 MB)
MP4
4  metavar option for arguments  Custom argument value in help.mp4 (16.63 MB)
MP4
5  nargs option for arguments  nargs=N+    None.mp4 (88.77 MB)
MP4
1  What is a third party module and How to install it.mp4 (39.92 MB)
MP4
2  Best way to import third party modules.mp4 (38.93 MB)
MP4
1  Introduction to to Regular Expressions and what is a pattern.mp4 (37.48 MB)
MP4
2  Rules to create a pattern for regex (All Rules in one video).mp4 (196.95 MB)
MP4
3  match, search, findall and finditer operations of re.mp4 (124.08 MB)
MP4
4  Simple Practice on Creating Patterns.mp4 (31.81 MB)
MP4
5  split, sub and subn oprations of re.mp4 (33.9 MB)
MP4
6  compile operations of re.mp4 (4.41 KB)
MP4
7  Grouping Concept of re.mp4 (97.12 MB)
MP4
8  Get Java and Nginx Version using regex groups concept.mp4 (95.42 MB)
MP4
1  Introduction to requests module.mp4 (42.99 MB)
MP4
2  Sample REST API creation to practice with requests module.mp4 (34.25 MB)
MP4
3  Practicing with requests module.mp4 (84.55 MB)
MP4
4  REST API's Exception Handling with try and except.mp4 (11.32 MB)
MP4
1  List of some of the code Editors to Develop or Write Python Scripts.mp4 (4.95 MB)
MP4
2  How to use vi or vim Editor on Any Linux  To Develop Python Scripts.mp4 (15.59 MB)
MP4
3  How to use vi or vim Editor on Windows  To Develop Python Scripts.mp4 (22.14 MB)
MP4
4  What is Python Shell.mp4 (13.63 MB)
MP4
5  What is Python IDLE.mp4 (13.22 MB)
MP4
6  Installing Visual Studio Code Editor on Windows.mp4 (25 MB)
MP4
1  Create a Directory or Folder For Practice.mp4 (16.05 MB)
MP4
2  What is Syntax.mp4 (15.41 MB)
MP4
3  Basic Usage of print and What is Python Indentation.mp4 (45.97 MB)
MP4
4  Comments of Python Scripting.mp4 (19.63 MB)
MP4
5  Why Python is called Platform-Independent or System-Independent Language.mp4 (5.25 MB)
MP4
6  What is a Shebang line in Python Scripting.mp4 (15.13 MB)
MP4
7  Setting default Python for Visual Studio Code Editor.mp4 (26.39 MB)
MP4
1  Introduction to Variables.mp4 (64.83 MB)
MP4
2  Introduction to Data Types.mp4 (53.4 MB)
MP4
3  type Conversion.mp4 (55.23 MB)
MP4
1  Escape Characters or Escape Sequence.mp4 (86.29 MB)
MP4
10  strip operations of Python Strings.mp4 (52.9 MB)
MP4
11  Index Concept of Python Strings.mp4 (61.74 MB)
MP4
12  index() find() and count() methods of Python Strings.mp4 (88.16 MB)
MP4
13  startswith() and endswith() methods of Python Strings.mp4 (35.62 MB)
MP4
14  zfill() and center() methods of Python Strings.mp4 (16.67 MB)
MP4
15  Slicing Concept of Python Strings.mp4 (196.78 MB)
MP4
16  How to use Python documentation for String methods.mp4 (15.28 MB)
MP4
2  What is Python Raw String and where we need this.mp4 (21.02 MB)
MP4
3  Working with multiline Strings.mp4 (34.64 MB)
MP4
4  Length of a strings.mp4 (33.52 MB)
MP4
5  Formatting Strings.mp4 (60.83 MB)
MP4
6  Concatenation of strings.mp4 (39.73 MB)
MP4
7  dir() and help() Functions for Python Documentation.mp4 (19.93 MB)
MP4
8  Case conversion and validation operations on strings.mp4 (93.78 MB)
MP4
9  Input & output's of Python Scripting.mp4 (36.26 MB)
MP4
1  Introduction to Data Structures and Types of Data Structures.mp4 (34.5 MB)
MP4
10  min, max and sum functions.mp4 (16.74 MB)
MP4
11  Simple Practice.mp4 (63.23 MB)
MP4
2  Introduction to List Data Structure.mp4 (48.12 MB)
MP4
3  Different Types of Operations on List Data Structure.mp4 (247.69 MB)
MP4
4  split() rsplit() and splitlines() methods on Python Strings.mp4 (92.52 MB)
MP4
5  Tuple Data Structure.mp4 (40.38 MB)
MP4
6  Type Conversion for List and Tuple.mp4 (55.97 MB)
MP4
7  Dictionary Data Structure.mp4 (198.85 MB)
MP4
8  range function  How to get str or list or tuple index values using range.mp4 (76.54 MB)
MP4
9  join method.mp4 (37.38 MB)
MP4
1  Introduction to Operators Of Python Scripting.mp4 (23.04 MB)
MP4
2  Arithmetic Operators of Python Scripting.mp4 (89.58 MB)
MP4
3  Assignment Operators of Python Scripting.mp4 (34.31 MB)
MP4
4  Comparison Operators of Python Scripting.mp4 (23.05 MB)
MP4
5  Identity Operators of Python Scripting.mp4 (58.97 MB)
MP4
6  Membership Operators.mp4 (33.88 MB)
MP4
7  Logical Operators Of Python Scripting.mp4 (62.67 MB)
MP4
8  Bitwise Operators of Python Scripting.mp4 (59.11 MB)
MP4
1  Introduction to Conditional Statements.mp4 (77.26 MB)
MP4
2  if and if-else syntax and usage with simple example.mp4 (131.71 MB)
MP4
3  Neste-if Conditional Statement Explanation with an example and Usage of range().mp4 (168.92 MB)
MP4
4  if-elif-elif-        else Conditional Statement.mp4 (152.19 MB)
MP4
5  Ternary Operator or if-else in one line.mp4 (12.74 MB)
MP4

https://thumbs2.imgbox.com/87/65/OgWTUVpZ_t.jpg

Код:
 https://rapidgator.net/file/c05708fc8f930866c8a723b72a9b0e05/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part1.rar
https://rapidgator.net/file/30c5379ef7534d76531fa436164f5763/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part2.rar
https://rapidgator.net/file/dde36e08a1b6b960c569ad5d6507ce56/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part3.rar
https://rapidgator.net/file/c6b7daa7ba7d7f0b2ef2ee418ef27217/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part4.rar
https://rapidgator.net/file/08ce08090993c2feea9e661fa08a6fba/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part5.rar
https://rapidgator.net/file/bce43d8ec3d4ad6a7e80600ca3de1523/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part6.rar
Код:
 https://filestore.me/b8jgvizl8tpd/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part1.rar
https://filestore.me/kuebqtx4roal/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part2.rar
https://filestore.me/ozs3d944znbs/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part3.rar
https://filestore.me/xpc5druotrdw/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part4.rar
https://filestore.me/z7ui3qxu1lwa/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part5.rar
https://filestore.me/bi8ckbobe9zt/Udemy_Learn_Basics_of_Python_Scripting_for_Server_Side_Automation.part6.rar