Python is programming high level language and journal purpose language to define different types of application. it is develope by gudo van rossum in 1990 .

Python Feature

  • python-opern source
  • python-platfrom indepedent
  • python-simple language
  • python-opern source
  • python-functional program language
  • python-Object Orented programing system language
  • python-modular programming language

Where is use python ?

  • google
  • youtube
  • NASA
  • dropbox
  • robootic
  • NSA
  • bittorrent
  • image process
  • webaaps
  • enterprize
  • game
  • standalone
  • machine learing
  • AI

How many ways to run a Python Program

Some approaches to run the Python Program

  • Interactive mode, IDLE(integrated development and learning environment)
  • Script mode, IDLE(integrated development and learning environment)
  • Using CMD
  • Using Advanced editors like Sublime, notepad++, Editplus
  • For online
  • More Advanced Pycharm IDE

How to create comment in Python

Comment General use to maintaining the application. and It's easy to understand another Developer

Two Way to Create Comment in Python

First Way

'''
it is used for multiple line comment
it is used for multiple line comment
it is used for multiple line comment
it is used for multiple line comment
'''

Second way

#it is used for single-line comment