Top Categories

Python Tutorial: OS Module - Use Underlying Operating System Functionality
  • Category: Information Technology
  • Sub Category: Web Development
  • Python os.path
  • Python Standard Library
  • Learn Python
  • import os
  • os
  • python tutorials
  • Python os
  • os path module
  • Python Tutorial
  • os.path module
No Views
In this Python Tutorial, we will be going over the 'os' module. The os module allows us to access functionality of the underlying operating system. So we can perform tasks such as: navigate the file system, obtain file information, rename files, search directory trees, fetch environment variables, a

Comments

You Might Be Interested In