Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Lets learn Python !

Kiran
September 20, 2013

Lets learn Python !

Slides for my "Introduction to Python" workshop

Kiran

September 20, 2013
Tweet

More Decks by Kiran

Other Decks in Technology

Transcript

  1. Readability if time == 'morning': print "Good Morning" elif time

    == 'noon': print "Good Noon" else: print "Good Evening"
  2. And

  3. Web Development Database Access Embedded Systems Graphics Programming Legacy System

    Integration Scientific and Numeric Desktop GUI Game Development Data Mining Network Programming System Administration Education Government Applications
  4. • Hello World ! • Calculator • Variables • Comments

    • Strings • Control Flow • Loops • Data Structures • Functions • Classes • Utilities in the standard library • Cool things you can do with Python