UrbanPro
true

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

OS Module

Praveen Choudhary
24/02/2018 0 0

1. OS module interacts with your operating system.

Use this to create folder, remove folder, move folder, change the working directory.

Ex:

import os
curDir=os.getcwd() #get current working directory
print(curDir)
os.mkdir('praveen') # make a new directory
os.rename('praveen','trainer')#change the name of , or rename, a directory
os.rmdir('trainer') #remove a directory

 

2. OS Module interacts with your operating system for navigating directories.

Ex:

import os
#where are we?
#cwd=os.getcwd()
print("1:",os.getcwd())
#go down
os.chdir("Scripts")
print("2:",os.getcwd())

#go back up
os.chdir(os.pardir)
print("3:",os.getcwd())

os.chdir(os.pardir)
print("4:",os.getcwd())

0 Dislike
Follow 3

Please Enter a comment

Submit

Other Lessons for You

Python SubProcess
Question: As a Network Administrator, one of my trainee wants to know the below: He has certain number of Machines(IP’s). On daily basic he wants to know how many IP’s are reachable and...

Big Data & Hadoop - Introductory Session - Data Science for Everyone
Data Science for Everyone An introductory video lesson on Big Data, the need, necessity, evolution and contributing factors. This is presented by Skill Sigma as part of the "Data Science for Everyone" series.


Python Programming
Python is a widely used general-purpose, high-level programming language. This is an Open Source Software and its source code is available with a license in which the Copyright holder provides the rights...

What is a generator?
A generator is a function that has one or more yield statements. Example: >>>def gen_demo(a): yield a a = a+10 yield a a = a+30 yield a >>>gen_a...
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more