• Post category:StudyBullet-11
  • Reading time:3 mins read


Start automating with Python

What you will learn

Setup Python

Scripting with OS module basics

Working with paths

Working with files

Using shutil

And more…

Description

This course is A Beginner’s Guide to DevOps Tools, such as Python. The purpose of this course is to prepare you to use these tools from scratch. This course is aimed for IT Pros, Developers, Operators,  DevOps, System administrators and Everyone and is supposed to give the viewer the information they need to know to get started with theses tools and its their concepts.

The course is targeted to help learning and getting started with Python and do your job more efficiently and to automate your tasks.


Get Instant Notification of New Courses on our Telegram channel.


After completing this course, you will be able to:

  • Setup Python
  • Scripting with OS module basics
  • Working with paths
  • Working with files
  • Using shutil
  • Writing basic scripts in Python
  • And more…
English
language

Content

Introduction

Getting Installed
OS module: files, paths, etc
Handling Absolute and Relative Paths. Checking Path Validity
Working with Files: Read, Write, Append Methods
Working with Files: shutil
Types and Variables
Quiz