Followers

Total Pageviews

Translate

Wednesday, November 13, 2019

Python

Python

  • Python is an interpreted, high-level, general-purpose programming language.
  • Designed by Guido van Rossum
  • Developer Python Software Foundation
  • License Python Software Foundation License
  • Website : https://www.python.org/


Why called python


  • When he began implementing Python, Guido van Rossum was also reading the published scripts from “Monty Python's Flying Circus”, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python.




Advantage of python

  • Presence of Third Party Modules: ...
  • Extensive Support Libraries: ...
  • Open Source and Community Development: ...
  • Learning Ease and Support Available: ...
  • User-friendly Data Structures: ...
  • Productivity and Speed:


Disadvantage of Python


  • Speed. Python is slower than C or C++. ...
  • Mobile Development. Python is not a very good language for mobile development . ...
  • Memory Consumption. Python is not a good choice for memory intensive tasks. ...
  • Database Access. Python has limitations with database access . ...
  • Runtime Errors.

Features of python


  • Easy to Learn and Use. Python is easy to learn and use. ...
  • Expressive Language. Python language is more expressive means that it is more understandable and readable.
  • Interpreted Language. ...
  • Cross-platform Language. ...
  • Free and Open Source. ...
  • Object-Oriented Language. ...
  • Extensible. ...
  • Large Standard Library.
  • GUI Programming Support
  • Integrated

Example of python

x=int(input("Enter the Your First Name:"))
y=int(input("Enter the Your second Name:"))
print(x+y)

O/P :
           Enter the Your First Name:
           Enter the Your second Name:





Keywords of Python


  • False
  • class
  • finally
  • is
  • return
  • None
  • continue
  • for
  • lambda
  • try
  • True
  • def
  • from
  • nonlocal
  • while
  • and
  • del
  • global
  • not
  • with
  • as
  • elif
  • if
  • or
  • yield
  • assert
  • else
  • import
  • pass
  • break
  • except
  • in
  • raise

No comments:

Post a Comment