login

Python File I/O

  • Working with Directory

    In this tutorial, you will learn how to work with directory in Python such as create, rename, delete and traverse directory. You'll also learn how to construct platform independent path.

  • Reading and Writing Text Files

    In this tutorial, you will learn how to read text from text files and write text to a file by using Python file API.