Followers

Pages

What is Python? Executive Summary



What is Python? Executive Summary 

अजगर क्या है?  कार्यकारी सारांश


 


Hindi language and English 


Python is a deciphered, object-arranged, high-level programming language with dynamic semantics. Its high-level underlying information structures, joined with dynamic composing and dynamic restricting, make it very alluring for Rapid Application Development, just as for use as a prearranging or paste language to associate existing parts together. Python's basic, simple to learn punctuation stresses lucidness and consequently diminishes the expense of program upkeep. Python upholds modules and bundles, which empowers program particularity and code reuse. The Python interpreter and the broad standard library are accessible in source or parallel structure without charge for every significant stage, and can be unreservedly dispersed. 


Frequently, programmers experience passionate feelings for Python as a result of the expanded efficiency it gives. Since there is no gathering step, the alter test-troubleshoot cycle is unimaginably quick. Investigating Python programs is simple: a bug or awful information won't ever cause a division issue. All things considered, when the interpreter finds a mistake, it raises a special case. At the point when the program doesn't get the special case, the interpreter prints a stack follow. A source level debugger permits investigation of nearby and worldwide factors, assessment of self-assertive articulations, setting breakpoints, venturing through the code a line at an at once, on. The debugger is written in Python itself, vouching for Python's contemplative force. Then again, frequently the speediest method to troubleshoot a program is to add a couple of print proclamations to the source: the quick alter test-investigate cycle simplifies this methodology very successful. 


See likewise some comparisons between Python and different languages


Hindi language 


 अजगर क्या है?  कार्यकारी सारांश


 पायथन एक गतिमान, वस्तु-व्यवस्थित, उच्च स्तरीय प्रोग्रामिंग भाषा है जिसमें गतिशील शब्दार्थ है।  इसकी उच्च-स्तरीय अंतर्निहित सूचना संरचनाएं, गतिशील कंपोजिंग और डायनेमिक प्रतिबंधित के साथ शामिल हो गईं, जो रैपिड एप्लिकेशन डेवलपमेंट के लिए बहुत ही आकर्षक बनाती हैं, जैसे कि मौजूदा पुर्जों को एक साथ जोड़ने के लिए एक प्रियर्रिंग या पेस्ट भाषा के रूप में उपयोग के लिए।  पायथन के मूल, विराम चिह्न सीखने के लिए सरल, स्पष्टता पर जोर देता है और इसके परिणामस्वरूप कार्यक्रम के रखरखाव का खर्च कम हो जाता है।  पायथन मॉड्यूल और बंडलों को बढ़ाता है, जो कार्यक्रम की विशिष्टता और कोड का पुन: उपयोग करता है।  पायथन दुभाषिया और व्यापक मानक पुस्तकालय हर महत्वपूर्ण चरण के लिए प्रभार के बिना स्रोत या समानांतर संरचना में सुलभ हैं, और अनारक्षित रूप से फैलाया जा सकता है।


 अक्सर, प्रोग्रामर इसे विस्तारित दक्षता के परिणामस्वरूप पायथन के लिए भावुक भावनाओं का अनुभव करते हैं।  चूँकि कोई एकत्रित कदम नहीं है, अतः परीक्षण-समस्या निवारण चक्र अकल्पनीय रूप से त्वरित है।  अजगर कार्यक्रमों की जांच करना सरल है: एक बग या भयानक जानकारी कभी भी एक विभाजन समस्या का कारण नहीं बनेगी।  सभी चीजों पर विचार किया, जब दुभाषिया एक गलती पाता है, तो यह एक विशेष मामला उठाता है।  उस बिंदु पर जब कार्यक्रम को विशेष मामला नहीं मिलता है, दुभाषिया एक स्टैक का अनुसरण करता है।  एक स्रोत स्तर डिबगर पास और दुनिया भर के कारकों की जांच की अनुमति देता है, आत्म-मुखर मुखरता का आकलन, ब्रेकपॉइंट्स की स्थापना, कोड के माध्यम से एक बार में एक लाइन पर उद्यम करना।  डिबगर पाइथन में ही लिखा गया है, पाइथन के चिंतन बल के लिए वाउचिंग है।  तब फिर से, अक्सर किसी प्रोग्राम को समस्या निवारण के लिए सबसे तेज़ विधि प्रिंट उद्घोषणा के एक जोड़े को स्रोत से जोड़ना है: त्वरित परिवर्तन परीक्षण-जांच चक्र इस पद्धति को बहुत सरल बनाता है।


 इसी तरह से पायथन और विभिन्न भाषाओं के बीच कुछ तुलना देखें

Previous
Next Post »