Module 1
Codespace development environment.VS Code development environment.teaching environment.


specific task.command line interface (CLI) or the shell.Steps:
Select the terminal (aka click on it).Type in your command (this needs to be typed out exactly).Press enter to run the command.Pro tip:
ls command.cd command.cd .. takes you back to the previous (parent) folder.pwd is the print working directory command.hands-on learning sessions. This is an extension of Codespace (and VS Code) that allows others to work (and learn) in the same development environment.
Zoom break out rooms.Follow the link to the online learning environment (Codespace).$. This is just how we show this is the command line): $ cd users/{your_name}/module-1/hands-on
{your_name} with your own name in the format firstname underscore lastname, eg john_doe. $ python lession_1.py
