Important Notice:

Course Content
Accepting Input from the Console
0/1
Introduction to Python (Chapter-3) M3-R5.1
About Lesson

Features of Python:-

            पाइथन Language की अनेक विशेषताएँ हैं। जिनके बारे में एक Python सीखने वाले व्यक्ति को पता होना जरुरी है।

  1. Easy-to-learn- पाइथन का Syntax बहुत आसान होता है इसका Code लिखना भी बहुत आसान है। Python की कोडिंग अन्य Programming Language की तुलना में आसान है जैसे कि C Language, C++ Language, Java आदि।
  2. Free and Open Source- पाइथन एक Open Source Programming Language है इसका इस्तेमाल आप free में कर सकते हैं इसके Source Code को डाउनलोड कर सकते हैं, इस्तेमाल कर सकते है और दूसरों के साथ शेयर भी कर सकते हैं।
  3. Object-Oriented Language- पाइथन की एक महत्वपूर्ण विशेषता यह है कि Object-Oriented Programming Language है यह Classes, Object Encapsulation जैसे Concept को Support करता है।
  4. Portable Language- पाइथन एक पोर्टेबल language हैजैसे अगर आपके पास पाइथन का कोड window में है तो आप Same Code का इस्तेमाल Linux, Unix, Mac आदि में भी कर सकते हैं इसे बदलने की आवश्यकता नहीं है।
  5. High-Level Language- पाइथन एक High Level Programming Language है जब पाइथन के प्रोग्राम को लिखते हैं तो इसके System Architecture को याद रखने की जरुरत नहीं होती है और न ही इसकी मेमोरी को मैनेज करने की जरुरत होती है।
  6. Integrated Language- पाइथन एक Integrated Language हैइसके कोड को अन्य भाषओं जैसे कि C Language, C++ Language के साथ Integrate कर सकते हैं।
  7. Extensible Feature- पाइथन एक Extensible Language है इस Language के साथ अन्य पाइथन के कोड को लिख सकते हैं और उन्हें Compile भी कर सकते हैं।
  8. Graphic User Interface- पाइथन में Graphic User Interface बनाने के लिए बहुत सारे Module उपलब्ध हैं जैसे कि PyQt4, PyQt5 आदि।

Features of Python

  1. Easy-to-learn- Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly.
  2. Easy-to-read − Python code is more clearly defined and visible to the eyes.
  3. Easy-to-maintain − Python’s source code is fairly easy-to-maintain.
  4. A broad standard library − Python’s bulk of the library is very portable and cross-platform compatible on UNIX, Windows, and Macintosh.
  5. Interactive Mode − Python has support for an interactive mode which allows interactive testing and debugging of snippets of code.
  6. Portable − Python can run on a wide variety of hardware platforms and has the same interface on all platforms.
  7. Extendable − You can add low-level modules to the Python interpreter. These modules enable programmers to add to or customize their tools to be more efficient.
  8. Databases − Python provides interfaces to all major commercial databases.
  9. GUI Programming − Python supports GUI applications that can be created and ported to many system calls, libraries and windows systems, such as Windows MFC, Macintosh, and the X Window system of Unix.
  10. Scalable − Python provides a better structure and support for large programs than shell scripting.
error: Content is protected !!