This document provides an introduction to Python programming, discussing who uses Python, its key features, and how it can be extended. Python is a high-level, portable language that supports different programming paradigms and can be used for GUI programming. It is open source, so users can freely distribute copies and modify the source code. The document also notes that low-level languages can be added to the Python interpreter to enable customization and improved efficiency.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
50 views
Lecture-1 (Python Introduction)
This document provides an introduction to Python programming, discussing who uses Python, its key features, and how it can be extended. Python is a high-level, portable language that supports different programming paradigms and can be used for GUI programming. It is open source, so users can freely distribute copies and modify the source code. The document also notes that low-level languages can be added to the Python interpreter to enable customization and improved efficiency.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 10
Lecture 1 – PYTHON PROGRAMMING
Introduction Who uses python Python Features Python introduction Who uses python PYTHON FEATURES
High level language
Portable Support different Programming paradigm Extendable GUI programming Open source HIGH LEVEL LANGUAGE SUPPORT DIFFERENT PROGRAMMING PARADIGM EXTENDABLE
We can add low level languages to python
interpreter. Low level modules enable users to add or to customise their tools to be more efficient. GUI PROGRAMMING
Python supports GUI applications that can
be created and ported to many systems calls,libraries and windows system, such as Windows, Mac and Unix. OPEN SOURCE
Python is an open source software. We can
freely distribute copies of this software, read the software source code and make changes to it. Thank you