Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os Module Demo #8

Open
nickdibari opened this issue Jan 18, 2018 · 0 comments
Open

os Module Demo #8

nickdibari opened this issue Jan 18, 2018 · 0 comments

Comments

@nickdibari
Copy link
Contributor

The os package in Python offers a variety of functions, variables, and classes to interact with the underlying operating systems, agnostic of what distribution the OS is running. Among other things it can traverse directories, manage file permissions, retrieve information about groups and users, and much more.

Suggest demo offers an overview of what os can do, namely how it can help with managing different directories and files in a project. For example, you can use the os module to find the current working directory for a project and uses the absolute path retrieved to build paths to resources in the project.

Python Docs: https://docs.python.org/2/library/os.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant