Autoplay
Autocomplete
Previous Lesson
Complete and Continue
111. Getting ready to learn Python, Mac edition
Getting ready to learn Python, Mac edition
1. Files and directories (2:38)
2. The command line (11:05)
3. Make and edit text files (4:50)
4. Install and run Python (5:20)
5. Write and run a Python program (4:01)
Other useful tools
6. pip for package installation (5:30)
7. git for repository management (6:01)
2. The command line
A tour of command line tools for looking at files and directories:
ls: list files and directories
pwd: print working directory
cd: change directory
cat: show the contents of a file
more: show the contents of a file and page through it
Complete and Continue
Discussion
3
comments
Load more
3 comments