Python Concepts/Directories


Objective edit

 
  • What is a directory?
  • How to access existing directories?
  • What are the directories of immediate priority in the user's environment?
  • Are certain directories reserved for special purposes?
  • How to create/move/delete directories?
  • Can directories be accessed/created/changed/moved/deleted from within Python?
  • How to create temporary directories?

Lesson edit

Assignments edit

 

Further Reading or Review edit

  Completion status: this resource is a stub, which means that pretty much nothing has been done yet.

References edit

1. Python's documentation:


2. Python's methods:


3. Python's built-in functions: