
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
python एक high level, interpreted और object-oriented programming language है, मतलब इसका उपयोग करने में आसानी होती है और इसमें बहुत ही powerful features है. यह एक general-purpose programming language है मतलब इसका use कई तरह की काम करने में किया जा सकता है. जैसे :- Web development, data science, automation, artificial intelligence, scripting, etc.
python को Guido van Rossum ने 1980 में develop किया था. python का नाम एक British comedy show “Monty Python’s Flying Circus” से लिया गया था. आज पाइथन एक बहुत famous language बन गया है
python को अपने system में install और setup करने के लिए video को stepwise fellow करें. अगर आपके पास computer नहीं है तो आप tablet या smartphone में भी python coding सीख सकते हैं, इसके लिए video end तक देखिए.
print("Hello, World!")
इसमें print एक built-in function है जिसका use output को screen पर display करने के लिए किया जाता है. अब function क्या होता है इसे हम आगे अच्छे से समझेंगे, but अभी के लिए आप इतना जान जाइए की जब भी हमें कुछ screen पर display करना होतो हम print का use करेंगे.
उम्मीद करते है कि आपको python operators अच्छे समझ मे आ गया होगा । अपने learning को continue रखने के लिए next button पर click करे,
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers 2.1. Public Members 2.2. Protected Members...
Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...
Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...
Table of Contents All Chapters 1. Parameters and Aguments 2. Function Parameters 2.1. *args 2.2. **kwargs...
Table of Contents All Chapters 1. Context Manager 2. with Statement 2.1. __enter__() Method 2.2. __exit__()...
Table of Contents All Chapters 1. Error Handling 2. Types of Error 2.1. Syntax Error 2.2....
Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods 2.1. tell() Method 2.2....
Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...