Udemy - Mastering System Administration With Python

seeders: 18
leechers: 13
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Mastering System Administration With Python
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 - Introduction to Mastering System Administration With Python.mp4 (45.5 MB)
    10 - Dictionary
    • 31 - introduction to dictionary in python.mp4 (33.0 MB)
    11 - Dission Macking
    • 32 - if statement syntax.mp4 (25.4 MB)
    • 33 - if else statement syntax.mp4 (10.5 MB)
    • 34 - if elif syntax.mp4 (32.2 MB)
    12 - Loops
    • 35 - for loops.mp4 (13.1 MB)
    • 36 - for with range.mp4 (9.1 MB)
    • 37 - introduction to while loops.mp4 (12.7 MB)
    13 - Functions
    • 38 - introduciton to functions.mp4 (12.1 MB)
    • 39 - function return a value.mp4 (15.2 MB)
    • 40 - creating and using classes.mp4 (17.7 MB)
    • 41 - inheritance.mp4 (18.5 MB)
    • 42 - library management system part one.mp4 (16.7 MB)
    • 43 - library management system part two.mp4 (32.9 MB)
    • 44 - library management system part three.mp4 (14.0 MB)
    14 - modules
    • 45 - introduction to modules.mp4 (15.3 MB)
    15 - debugging and profiling python scripts
    • 46 - debugging techniques with print statement.mp4 (24.6 MB)
    • 47 - logging level.mp4 (24.7 MB)
    • 48 - format logging.mp4 (21.7 MB)
    • 49 - log into a file.mp4 (19.0 MB)
    • 50 - create a handler for logging.mp4 (18.2 MB)
    • 51 - loging with different loggers.mp4 (22.5 MB)
    • 52 - logging with filters.mp4 (37.7 MB)
    • 53 - debugging with logging.mp4 (19.8 MB)
    • 54 - debugging with pdb.mp4 (41.4 MB)
    • 55 - debugging with exception handling.mp4 (15.9 MB)
    • 56 - debugging with assertions.mp4 (15.0 MB)
    • 57 - cprofile in python.mp4 (31.9 MB)
    • 58 - debugging with IDE.mp4 (40.1 MB)
    16 - unit testing
    • 59 - introduction to unittesting.mp4 (28.6 MB)
    • 60 - testing the function on float numbers.mp4 (16.4 MB)
    • 61 - handling user input in unittest.mp4 (26.6 MB)
    2 - python interpreter
    • 2 - python interpreter.mp4 (47.5 MB)
    • 3 - importing modules in python interpreter.mp4 (17.1 MB)
    • 4 - python indentation in python interpreter.mp4 (22.2 MB)
    3 - Getting the python IDE
    • 5 - downloading python IDE.mp4 (20.1 MB)
    • 6 - introduction to vscode IDE.mp4 (28.6 MB)
    • 7 - Create your first python program.mp4 (11.8 MB)
    • 8 - Indentation within IDE.mp4 (13.8 MB)
    4 - Variables
    • 10 - how variables types can be changed through the execution process.mp4 (12.3 MB)
    • 11 - how to assign values to variables.mp4 (14.2 MB)
    • 9 - Introduction to variables.mp4 (14.0 MB)
    5 - Numbers
    • 12 - introduction to numbers in python.mp4 (16.3 MB)
    • 13 - number type conversion in python.mp4 (24.3 MB)
    6 - Strings
    • 14 - introduction to string.mp4 (13.5 MB)
    • 15 - string repetation and concatination.mp4 (13.9 MB)
    • 16 - slicing strings.mp4 (14.5 MB)
    • 17 - updating strings.mp4 (9.8 MB)
    • 18 - escape characters.mp4 (16.8 MB)
    • 19 - special string operators.mp4 (13.6 MB)
    • 20 - string formating.mp4 (13.3 MB)
    7 - List
    • 21 - introduction to list.mp4 (13.5 MB)
    • 22 - accessing list elements.mp4 (15.5 MB)
    • 23 - updating list within python.mp4 (27.5 MB)
    • 24 - deleting a value from a list.mp4 (7.1 MB)
    • 25 - basic list operations.mp4 (32.0 MB)
    8 - Tuples
    • 26 - introduction to tuples.mp4 (7.2 MB)
    • 27 - updating and deleting tuples.mp4 (16.2 MB)
    • 28 - basic tuples operations.mp4 (20.0 MB)
    • 29 - min and max in python.mp4 (7.9 MB)
    9 - Sets
    • 30 - sets in python.mp4 (40.1 MB)
    • Bonus Resources.txt (0.4 KB)

Description

Mastering System Administration With Python

https://DevCourseWeb.com

Published 3/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.22 GB | Duration: 5h 13m

Master python for System Administration. Automation, System Monitoring, IT and Software and mach more

What you'll learn
Fluency in Python Basics: Attain a solid grasp of Python syntax, semantics, and basic programming concepts.
Efficient Python IDE Navigation: Navigate through various Python Integrated Development Environments (IDEs) to boost productivity.
Variable Manipulation: Master the art of working with variables for effective data storage and manipulation.
Numerical Operations: Explore advanced numerical techniques and operations for solving real-world problems.
String Manipulation Mastery: Develop expertise in handling strings, from basic operations to advanced manipulations.
Data Structure Proficiency: Navigate and manipulate lists, tuples, and sets for versatile data handling.
Decision-Making Skills: Enhance logical reasoning through Python's conditional statements and logical operators.
Looping Techniques: Master both "for" and "while" loops for efficient iteration through data structures.
Modular Code Design: Craft modular and reusable code using functions and understand the power of namespaces.
Script Debugging Strategies: Learn effective debugging techniques for identifying and resolving script errors.
Performance Profiling: Explore methods to profile Python scripts for optimal performance.
Unit Testing Practices: Develop and implement robust unit tests to ensure code reliability and functionality.
Automation of Administrative Tasks: Acquire skills to automate routine administrative activities, saving time and effort.
File and Directory Operations: Efficiently handle files and directories, performing operations seamlessly.
Encryption and Decryption Techniques: Delve into file encryption and decryption for heightened data security.
Text Processing Proficiency: Harness Python for effective text processing and manipulation.
Web Scraping Abilities: Extract valuable data from websites using Python for diverse applications.
Networking with Socket Programming: Explore the fundamentals of socket programming for network communication.
Email Handling Automation: Automate email processes, enhancing communication efficiency.
MySQL Database Administration: Proficiently manage MySQL databases using Python scripting for seamless integration.
Statistics Gathering and Reporting: Develop skills to gather system statistics and generate insightful reports for informed decision-making.
Effective Documentation Practices: Master the art of documenting code and system configurations for clarity and future reference.
Working with Various File Types: Explore diverse file formats and learn techniques to handle and process them efficiently.
Socket Programming for Network Communication: Acquire advanced skills in socket programming for enhanced network communication.
Remote Host Monitoring Over Telnet and SSH: Learn to remotely monitor hosts using Telnet and SSH for efficient system administration.
Web Scraping for Data Extraction: Extend your web scraping skills to extract specific and valuable data from a variety of websites.
Advanced MySQL Database Operations: Dive deeper into MySQL database operations, including advanced queries and optimizations.
Enhanced Text Processing with Regular Expressions: Explore the power of regular expressions for advanced text pattern matching and manipulation.
Documenting and Reporting System Statistics: Develop strategies to document and report system statistics effectively for better analysis.
Advanced Unit Testing Techniques: Elevate your unit testing practices with advanced techniques to ensure robust and error-free code.

Requirements
No Prior Programming Experience Required
Access to a Computer



Download torrent
1.2 GB
seeders:18
leechers:13
Udemy - Mastering System Administration With Python


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.2 GB
seeders:18
leechers:13
Udemy - Mastering System Administration With Python


Torrent hash: 79F0743E813918F994FFAF80E75B88CFE857389C