Python Modules python में module python की फाइल होती है जिसमे python का code लिखा हुआ होता है इसे code लाइब्रेरी भी कहा जा सकता है जिसका उपयोग दूसर…
और पढ़ेंPython Inheritance Inheritance का उपयोग कर parent class की सभी properties(data member व member function) को child class में उपयोग किया जाता है। Par…
और पढ़ेंPython Classes and Objects Class एक ब्लूप्रिंट है जिसका उपयोग कर object create किये जाते है। class में data member और member function होते है। data…
और पढ़ेंPython Dictionary Python में dictionary key : value pairs का unordered collection होता है, जिसके items को index का उपयोग कर access किया जा सकता है।…
और पढ़ेंPython Set Python में set unordered items का collection है जो के comma से separated रहते है curly braces के अंदर रखे जाते है। क्यूंकि सेट unordered ह…
और पढ़ेंPython tuples Python में tuple, list की ही तरह अलग अलग items को स्टोर या होल्ड करने के लिए उपयोग की जाती है सिर्फ अंतर इतना ही है के list के items …
और पढ़ेंPython List List python में अलग अलग type का डेटा स्टोर या होल्ड करने के लिए उपयोग किया जाता है, list में डेटा को comma से separate रखते है और यह डे…
और पढ़ेंLambda function Python Python में lambda function को नाम नहीं दिया जाता और ये anonymous function होते है जो के lambda keyword का उपयोग कर define किये…
और पढ़ेंPython functions Function statements का set होता है जो के specific task को करने के लिए बनाया जाता है। Python program में function का उपयोग करने क…
और पढ़ेंPython jump statements Jump statements का उपयोग कर प्रोग्राम में control को एक जगह से दूसरी जगह transfer किया जाता है। Python में मुख्यता इनका उपयो…
और पढ़ेंPython loops loop का उपयोग program में statements को दिए हुए condition के आधार पर repeat करने के लिए किये जाते है। python में loops के प्रकार निम्न…
और पढ़ें
Social Plugin