
Sign up to save your podcasts
Or


This week we are introducing our newest module, Python with Code Warrior Dale Chase!
How to Install PythonGo to Python.org and click on Python 2.7.6 under "Download". Choose the installer package for your operating system and click on them. The file will be downloaded. It is important to download 2.7 because 3.4.0 is NOT compatible with our lessons. If you want more information on what the differences are between 3.x and 2.x, please check out this handy information.
Compiled vs. Interpreted Languages
Whitespace
Dynamic Variables
Here's how it works.
Var1 = 100 -- This becomes an INT
Var2 = "Hello World" -- This becomes an STRING
Var3 = "3.14" -- This becomes a FLOAT
Python has several Data Types:
Output to Screen
print "Hello World"
or
Yo = "Hello World"
print Yo
Input from user:
var1 = raw_input("What's your age?")
print var1
Hosts: Fr. Robert Ballecer, SJ and Shannon Morse
Guest: Dale Chase
Bandwidth for Coding 101 is provided by CacheFly.
Sponsor:
By TWiT4
44 ratings
This week we are introducing our newest module, Python with Code Warrior Dale Chase!
How to Install PythonGo to Python.org and click on Python 2.7.6 under "Download". Choose the installer package for your operating system and click on them. The file will be downloaded. It is important to download 2.7 because 3.4.0 is NOT compatible with our lessons. If you want more information on what the differences are between 3.x and 2.x, please check out this handy information.
Compiled vs. Interpreted Languages
Whitespace
Dynamic Variables
Here's how it works.
Var1 = 100 -- This becomes an INT
Var2 = "Hello World" -- This becomes an STRING
Var3 = "3.14" -- This becomes a FLOAT
Python has several Data Types:
Output to Screen
print "Hello World"
or
Yo = "Hello World"
print Yo
Input from user:
var1 = raw_input("What's your age?")
print var1
Hosts: Fr. Robert Ballecer, SJ and Shannon Morse
Guest: Dale Chase
Bandwidth for Coding 101 is provided by CacheFly.
Sponsor:

202 Listeners

78 Listeners

355 Listeners

8 Listeners

3 Listeners

7 Listeners

3 Listeners