Easy notes on python introduction for beginners.pptx
shopinderjeet
13 views
8 slides
May 01, 2024
Slide 1 of 8
1
2
3
4
5
6
7
8
About This Presentation
introduction to python
Size: 72.1 KB
Language: en
Added: May 01, 2024
Slides: 8 pages
Slide Content
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