INFO1110 Lecture Notes - Lecture 6: File Explorer, Working Directory, Mkdir

17 views1 pages

Document Summary

Assessment timeline and weightings can be found on cusp. https://cusp. sydney. edu. au/students/view-unit-page/alpha/info1110. The recommended textbook is sedgewick"s introduction to programming in python: an. It is available for free through the university library website, or via academic sign-in at: https://www. oreilly. com/library/view/introduction-to-programming/ A program is a set of instructions that a computer can understand, and then execute. You can tell python to compile and run your program with the python3 command in the terminal. To check which version on python you are running, enter the following command in the terminal. python3 --version. Instead of navigating the folders (directories) on your computer using file explorer on windows or finder on macos, you can navigate your computer using commands in the terminal. To list les in the current folder ls. To go back to your home folder cd ~ pwd mkdir [directory_name] cd [directory_name]

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents