Presentation is loading. Please wait.

Presentation is loading. Please wait.

Python Dr. Maury Eggen Fall 2008. Introduction #!/usr/bin/python python is interpreted python is not strongly typed python allows multiple assignments.

Similar presentations


Presentation on theme: "Python Dr. Maury Eggen Fall 2008. Introduction #!/usr/bin/python python is interpreted python is not strongly typed python allows multiple assignments."— Presentation transcript:

1 Python Dr. Maury Eggen Fall 2008

2 Introduction #!/usr/bin/python python is interpreted python is not strongly typed python allows multiple assignments a = b = c = 10 python has dynamic type coercion variable names can’t begin with a digit python has a very nice interactive mode

3 Introduction www.python.org python is a dynamic object oriented programming language python is effective as both a server side and a client side scripting language python uses whitespace as block delimiters python has some ‘functional’ constructs (anonymous functions-lambda)

4 Introduction python is quite portable runs on linux, windows, mac, etc. dates from the early 1990’s python has a rich collection of libraries why is the language called ‘python?’

5 Tools of Interest http://docs.python.org/modindex.html


Download ppt "Python Dr. Maury Eggen Fall 2008. Introduction #!/usr/bin/python python is interpreted python is not strongly typed python allows multiple assignments."

Similar presentations


Ads by Google