Download presentation
Presentation is loading. Please wait.
Published byPrimrose Dixon Modified over 9 years ago
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.