CHAPTER 1
INTRODUCTION TO PYTHON
⇒ Python is object oriented ,high level ,dynamic and multipurpose language.
⇒ Python supports multiple programming pattern including object oriented programming ,imterprative and functional programming.
WHAT IS PYTHON
⇒ We don't need to use data types to declare variable because it is dynamically typical so we can write a=10 to declare on integer value in a variable.
⇒ Python makes the development and debugging fast because there is no compitation step included in python.
SCOPE OF PYTHON
⇒ Console based application
⇒ GUI based application
⇒ Audio/Video band application
⇒ 3D CAD application
⇒ Web application
⇒ Gaming application
FEATURES OF PYTHON
⇒ Easy to use
⇒ Easy to learn
⇒ Expressive language
⇒ Interpreted language
⇒ Cross platform language
⇒ Free open sourse
⇒ Object oriented language
⇒ Large standard library
⇒ GUI programming
⇒ Integrated language
Comments
Post a Comment