Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 697 Bytes

File metadata and controls

10 lines (9 loc) · 697 Bytes

Lesson 4 - Intro to Python

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.

Practical exercise

  1. Using a text editor or IDE (Sublime Text, notepad++, Atom, etc.) create a file called 'hello.py'
  2. In the file, enter the following: print 'hello world!'
  3. In the terminal, cd to the location of your file.
  4. In the terminal, execute the code with the following command: python hello.py
  5. Conratulations, you've just run your first Python program!
  6. To learn more about Python, please complete the following: https://www.codecademy.com/en/tracks/4f89dab3d788890003000096