Python is a programming language commonly used for science, mathematics, and small-medium sized projects. In this section you will learn to program in python.
- Using a text editor or IDE (Sublime Text, notepad++, Atom, etc.) create a file called 'hello.py'
- In the file, enter the following:
print 'hello world!' - In the terminal,
cdto the location of your file. - In the terminal, execute the code with the following command:
python hello.py - Conratulations, you've just run your first Python program!
- To learn more about Python, please complete the following: https://www.codecademy.com/en/tracks/4f89dab3d788890003000096