for python • History of Python • Features of Python? • Who Uses Python • Kickstarting Python Programming ◦ Variables, Datatypes and operators ◦ Control flow structures and looping ◦ Exception handling ◦ Data Structures ◦ Python PreBuilt Modules • Q/A
name Python belongs to popular T.V. show “Monty Python's Flying Circus” not the raptile. • Popular versions are Python 2 and Python 3. • Designed for Students who are learning programming as their first language • MIT has enrolled Python as their first language. History of Python
elements • An Array consists elements of same data type. • An Array is a mutable data type • Array Functions ◦ tofile ◦ count ◦ tostring ◦ pop ◦ insert ◦ index
heterogeneous mixture of elements with different datatypes. • Lists supports negative indexing and slicing • List functions ◦ tofile ◦ count ◦ tostring ◦ pop ◦ insert ◦ index