CSC111 Preparation for Lab 1 2015

From dftwiki3
Revision as of 16:56, 19 January 2015 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- 100px|right __TOC__ <center> =FUN WITH PYTHON= </center> <br /> <bluebox> This page presents the steps you may want to take if you want to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut (talk) 15:56, 19 January 2015 (EST)


PythonLogo.jpg

FUN WITH PYTHON


This page presents the steps you may want to take if you want to develop Python programs on your own laptop. You may want to follow the steps listed below to install the Python 3 interpreter and editor on your laptop.



Installing and Running Python on your Laptop

  • Skip this section if you are working on one of the computers in FH241.


Note that we will be using Python Version 3 for this class, and NOT VERSION 2. As long as your version of Python is 3.xxx where xxx is any series of numbers, you will be fine.


  • Once the installation is complete, look for the Python IDLE application in your All Programs or Applications areas, depending on whether you're using a Windows or a Mac computer. Once you start it, you should see something similar to this:


Python3ShellAndEditor.png


  • If you only see the Python Shell window, use the menu and click on File, New Window to bring the editor window up
  • You are now ready for this lab!



CSC111 PythonEditShellWindows.png



That's it for right now. The remaining part of the lab will be available starting on Wednesday at 1:00 p.m. Stay tuned!