Python classes in hindi-पाइथन क्लासेज क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python के बारे में बताया गया है की Python classes in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python Classes Python एक object oriented programming है। Object oriented programming का सबसे important feature class होती … Read more

Python lambda function in hindi-पाइथन लैम्ब्डा फंक्शन क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python के बारे में बताया गया है की Python lambda function in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python Lambda Functions Mostly सभी popular programming languages में anonymous functions का concept available है। कई programming … Read more

Python file handling in hindi-पाइथन फाइल हैंडलिंग क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python के बारे में बताया गया है की Python file handling in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python File Handling सभी popular programming languages की तरह python भी file handling के लिए support … Read more

Python iterators in hindi-पाइथन इतेरातोर्स क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python के बारे में बताया गया है की Python iterators in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python Iterators Iterator एक tool होता है जिसके माध्यम से कुछ items की list को जल्दी और … Read more

Python standard library in hindi-पाइथन स्टैण्डर्ड लाइब्रेरी क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python के बारे में बताया गया है की Python standard library in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python Standard Library Python में standard library built in modules का एक set होती है जो … Read more

what is python syntax in hindi-पाइथन सिंटेक्स क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में जावा python syntax in hindi क्या होता है यह किस लैंग्वेज से बना होता है इसके फीचर क्या क्या होते है आज इस पोस्ट में बताया जायेगा  तो चलिए जावा java को समझते है। Introduction to Python Syntax C, Perl, Java आदि programming languages और python के बीच … Read more

what is python interpreter in hindi-पाइथन इंटरप्रेटर क्या है?

हेल्लो दोस्तों ! आज इस पोस्ट में python  के बारे में बताया गया है की python interpreter in hindi क्या होता है कैसे काम करता है और भी बहुत कुछ दिया गया है तो चलिए शुरू करते है। Introduction to Python Interpreter Python को अपने system में install करने के बाद अब आप python में programming करना … Read more

Memory Allocation in Hindi – मैमोरी एलोकेशन क्या है?

Memory Allocation in Hindi – मैमोरी एलोकेशन क्या है? Memory Allocation एक ऐसी प्रक्रिया जिसमें कंप्यूटर प्रोग्राम्स को मेमोरी Allocate की जाती है। मेमोरी एलोकेशन दो प्रकार की होती है:- 1:- Static Memory Allocation 2:- Dynamic Memory Allocation Static Memory Allocation Static Memory Allocation में Memory को Compile Time में ही Allocate कर दिया जाता है। … Read more

Python Interpreter in Hindi

पाइथन इंटरप्रेटर क्या है? – Python Interpreter in Hindi हेल्लो दोस्तों! आज हम इस पोस्ट में Python Interpreter in Hindi (पाइथन इंटरप्रेटर क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- Python Interpreter in … Read more

Do While Loop in Hindi

डू वाइल लूप क्या है? – नमस्कार दोस्तों! आज हम इस पोस्ट में Do While Loop in Hindi (डू वाइल लूप क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- Do While Loop in Hindi … Read more