Introduction to Python
Python
• Easy to learn, powerful programming language.
• Elegant syntax and dynamic typing.
• Ideal language for scripting and rapid application
development.
• Python is Interpreted
• Python is Interactive
• object-oriented language
• Freely available.
• suitable as an extension language for customizable
applications
• Multi-platform
Features
• Databases
• GUI Programming
• Scalable
• Extensible
• Programming Rich
Features
• Easy to Learn
• Easy to Use
• Easy to read
• Easy to Maintain
• Large Standard Library
• Interactive Mode
• Portable
• Extendable
Applications for Python
• Web and Internet Development
• Scientific and Numeric
• Education
• Desktop GUIs
• Software Development
• Business Applications
• Data Analysis
• Artificial Intelligence
Note: Used as a “Glue Language”
Installation of Python
Open Browser and go to
https://www.python.org/downloads/
Python Modes
• Python IDLE: Interactive Mode
• Python IDLE: Development Mode
Thanks

Easy notes on python introduction for beginners.pptx

  • 1.
  • 2.
    Python • Easy tolearn, powerful programming language. • Elegant syntax and dynamic typing. • Ideal language for scripting and rapid application development. • Python is Interpreted • Python is Interactive • object-oriented language • Freely available. • suitable as an extension language for customizable applications • Multi-platform
  • 3.
    Features • Databases • GUIProgramming • Scalable • Extensible • Programming Rich
  • 4.
    Features • Easy toLearn • Easy to Use • Easy to read • Easy to Maintain • Large Standard Library • Interactive Mode • Portable • Extendable
  • 5.
    Applications for Python •Web and Internet Development • Scientific and Numeric • Education • Desktop GUIs • Software Development • Business Applications • Data Analysis • Artificial Intelligence Note: Used as a “Glue Language”
  • 6.
    Installation of Python OpenBrowser and go to https://www.python.org/downloads/
  • 7.
    Python Modes • PythonIDLE: Interactive Mode • Python IDLE: Development Mode
  • 8.