Online Programming Server

Login

Login with facebook [?]

Facebook

Tutorial 71: CSCI1040 - Lecture 4: Files, Scopes, Name Spaces

You are here: Tutorials >> Basic >> Python >> Hands-on Introduction to Python >> CSCI1040 - Lecture 4: Files, Scopes, Name Spaces

Tutorial ID71
TitleCSCI1040 - Lecture 4: Files, Scopes, Name Spaces

File

  • Persistent storage even after program ends
  • Represented in Python as type file (object)
  • Typical file processing involves:
    1. File open
    2. Read/write operations
    3. File close

Post Your Comment

Title
Message