Navigating Your Working Directory and File I/O
Command Line
Our short Linux Command Line Basics course (for Linux and Mac users)
Navigating the Terminal: A Gentle Introduction by Marius Masalar (for Mac users)
Command Prompt - How to use the simple, basic commands by Codrut Neagu (for Windows users)
File I/O
For reading from and writing to files in Python:
The "Reading from a File" concept in Lesson 5 ("Files and Modules") of our Introduction to Pythoncourse
Feel free to skip these resources and continue with this lesson if you're familiar already.
Last updated