Introduction to Programming
Updated: 9/3/26
Link to Udacity subscription: Link.
Link to Udacity course: Link.
All rights of the (often wonderful) images found in these notes go to Udacity unless explicitly noted.
We will learn the foundations of four of the most popular languages: HTML, CSS, Javascript, and Python.
\[{ \underline{\textbf{Introduction to Python - I}} }\][Executing Python Code]
Run python3 <your-file-name>.py in the terminal. You can open the file in VS code for this.
We will now consider
\[{ \boxed{\textbf{Turtles and Code}} }\]