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
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:
No comments:
Post a Comment