Important Notice:

Introduction To Python (Chapter: 3)

62 Notes

Notes in Introduction To Python (Chapter: 3)

Introduction to Python (Table of Contents)

Introduction to Python (Table of Contents)  1. Introduction to Python     1.1 History of Python  ...

M3-R5.1
Read Now →
Introduction to Python

Introduction to Python :- Python एक High-Level (उच्च स्तरीय), Interpreted (इंटरप्रेटेड), General Purpose (सामान्य उद्दे...

M3-R5.1
Read Now →
History of Python

History of Python (Python का इतिहास) :- Python Programming Language का विकास Guido van Rossum ने किया था। Python बनाने...

M3-R5.1
Read Now →
Applications of Python

Applications of Python (Python के अनुप्रयोग) :- 1. Web Development (वेब विकास)- Hindi: Python का उपयोग Dynamic Website...

M3-R5.1
Read Now →
Technical Strength of Python

Technical Strength of Python and Features of Python (Python की तकनीकी शक्तियाँ) :- 1. Simple and Easy to Learn (सरल और...

M3-R5.1
Read Now →
Python Interpreter & Program Execution

Python Interpreter & Program Execution (पायथन इंटरप्रेटर एवं प्रोग्राम का निष्पादन) :- Introduction to Python Int...

M3-R5.1
Read Now →
Installing Python

Installing Python (पायथन इंस्टॉल करना) :- Python Installation वह प्रक्रिया है जिसके द्वारा Python Interpreter को Comput...

M3-R5.1
Read Now →
Python IDLE

Python IDLE (Integrated Development and Learning Environment) :- Python IDLE (Integrated Development and Learning Envir...

M3-R5.1
Read Now →
Running Python Programs

Running Python Programs / पायथन प्रोग्राम चलाना :- Running Python Programs (पायथन प्रोग्राम चलाना) का अर्थ है Python मे...

M3-R5.1
Read Now →
Python Interactive Mode

Interactive Mode (Python Interactive Mode) / इंटरैक्टिव मोड (पायथन इंटरैक्टिव मोड) :- Interactive Mode (Python IDLE)...

M3-R5.1
Read Now →
Python Script Mode

Script Mode (Python Script Mode) / स्क्रिप्ट मोड (पायथन स्क्रिप्ट मोड) :- Script Mode (स्क्रिप्ट मोड) Python को चलाने...

M3-R5.1
Read Now →
Python Basics

Python Basics :- Python Program लिखने से पहले उसके कुछ मूलभूत (Basic) तत्वों को समझना आवश्यक है। इन्हें Python Basics क...

M3-R5.1
Read Now →
Keywords in Python

Keywords in Python / पायथन में कीवर्ड :- Keywords (कीवर्ड) वे Reserved Words (आरक्षित शब्द) होते हैं जिनका अर्थ Python...

M3-R5.1
Read Now →
Identifiers in Python

Identifiers :- Python में किसी भी Variable, Function, Class, Module, Object, Package आदि को पहचान (Identify) देने...

M3-R5.1
Read Now →
Variables

Variables (वेरिएबल्स):- Variable (वेरिएबल) Python का एक महत्वपूर्ण भाग है, जिसका उपयोग Data (डेटा) या Value (मान) को Me...

M3-R5.1
Read Now →
Indentation

Indentation in Python (इंडेंटेशन इन पायथन) :- Indentation (इंडेंटेशन) का अर्थ है Program की किसी Line की शुरुआत में Spa...

M3-R5.1
Read Now →
Statements in Python

Statements in Python (पायथन में स्टेटमेंट्स) :- Statement (स्टेटमेंट) वह निर्देश (Instruction) होता है जिसे Python Inte...

M3-R5.1
Read Now →
Comments in Python

Comments in Python :- Comment (कमेंट) वह Text (टेक्स्ट) या Note (नोट) होता है जिसे Python Interpreter (इंटरप्रेटर) Prog...

M3-R5.1
Read Now →
Single Line Comment

 Single-Line Comment (सिंगल-लाइन कमेंट) :- Single-Line Comment वह Comment होता है जो केवल एक Line (पंक्ति) में लिख...

M3-R5.1
Read Now →
Multi-Line Comment

Multi-Line Comment (मल्टी-लाइन कमेंट) :- जब किसी Comment को एक से अधिक Lines (पंक्तियों) में लिखना हो, तो उसे Mult...

M3-R5.1
Read Now →
Docstrings in Python

Docstrings in Python (पायथन में Docstrings) :- Docstring (Documentation String) एक विशेष String (स्ट्रिंग) होती है, जिस...

M3-R5.1
Read Now →
Literals , variable and Constants

Literals and Constants (लिटरल्स और कॉन्स्टैंट्स) :- Python में किसी भी Program को लिखने के लिए हमें Data (डेटा) की...

M3-R5.1
Read Now →
Literals in Python

Literals in Python (पायथन में लिटरल्स) :- Literal (लिटरल) वह निश्चित (Fixed) Value (मान) होती है जिसे Programmer Progra...

M3-R5.1
Read Now →
Constants in Python

Constants in Python (पायथन में कॉन्स्टैंट्स) :- Constant (कॉन्स्टैंट) वह Variable (वैरिएबल) होता है जिसकी Value (मान) प...

M3-R5.1
Read Now →
Variable Vs Constant

Variable vs Constant (वैरिएबल और कॉन्स्टैंट में अंतर) :- Variable (वैरिएबल) और Constant (कॉन्स्टैंट) दोनों का उपयोग Pro...

M3-R5.1
Read Now →
Python Built in Data Types

Python Built-in Data Types :- Data Type (डेटा टाइप) यह निर्धारित करता है कि किसी Variable (वेरिएबल) में किस प्रकार का D...

M3-R5.1
Read Now →
Numeric Data Types

Numeric Data Types (संख्यात्मक डेटा टाइप) :- Numeric Data Types (संख्यात्मक डेटा टाइप) का उपयोग Python में विभिन्न प्रक...

M3-R5.1
Read Now →
Integer (int) in Python

Integer (int) in Python (पूर्णांक डेटा टाइप) :- Integer (int) Python का एक Built-in Numeric Data Type (बिल्ट-इन संख्यात...

M3-R5.1
Read Now →
Float (float) in Python

Float (float) in Python (दशमलव डेटा टाइप) :- Float (float) Python का एक Built-in Numeric Data Type (बिल्ट-इन संख्यात्मक...

M3-R5.1
Read Now →
Complex Number in Python

Complex Number (complex) in Python (सम्मिश्र संख्या डेटा टाइप) :- Complex Number (complex) Python का एक Built-in Numeri...

M3-R5.1
Read Now →
Type Conversion

Type Conversion (टाइप कन्वर्ज़न) :- Type Conversion (टाइप कन्वर्ज़न) वह प्रक्रिया (Process) है जिसमें किसी Value (मान)...

M3-R5.1
Read Now →
String

String (स्ट्रिंग) –  String (स्ट्रिंग) Python का एक Built-in Data Type (अंतर्निर्मित डेटा प्रकार) है, जिसका...

M3-R5.1
Read Now →
Creating Strings

Creating Strings (स्ट्रिंग बनाना) :- Creating Strings (स्ट्रिंग बनाना) का अर्थ है Python में किसी Text (पाठ), Character...

M3-R5.1
Read Now →
Indexing in Python Strings

Indexing in Python Strings :- Indexing (इंडेक्सिंग) वह प्रक्रिया है जिसके द्वारा String (स्ट्रिंग) के प्रत्येक Characte...

M3-R5.1
Read Now →
Slicing

 Slicing (स्लाइसिंग):- Slicing (स्लाइसिंग) वह प्रक्रिया (Process) है जिसके द्वारा String (स्ट्रिंग) के एक भाग (Sub...

M3-R5.1
Read Now →
Concatenation in String

Concatenation in String (स्ट्रिंग संयोजन) :- Concatenation (कंकैटनेशन / स्ट्रिंग संयोजन) वह प्रक्रिया है जिसमें दो या द...

M3-R5.1
Read Now →
Other String Operations

Other String Operations :-  Repetition Operator (*) :- Repetition Operator (*) का उपयोग किसी String को एक निश्चित...

M3-R5.1
Read Now →
Boolean (bool) Data Type

Boolean (bool) Data Type (बूलियन डेटा टाइप) :- Boolean (बूलियन) Python का एक Built-in Data Type है, जिसका उपयोग किसी Co...

M3-R5.1
Read Now →
List in Python

List in Python (लिस्ट) :- List (लिस्ट) Python का एक Built-in Data Type है, जिसका उपयोग एक से अधिक (Multiple) Values को...

M3-R5.1
Read Now →
Tuple

Tuple in Python (टपल) :- Tuple (टपल) Python का एक Built-in Data Type है, जिसका उपयोग एक या अधिक (One or More) Values को...

M3-R5.1
Read Now →
Dictionary

Dictionary  (डिक्शनरी) :- Dictionary (डिक्शनरी) Python का एक Built-in Data Type है, जिसका उपयोग Key-Value Pair (कु...

M3-R5.1
Read Now →
Set

Set in Python (सेट) :- Set (सेट) Python का एक Built-in Data Type है, जिसका उपयोग एक या अधिक (One or More) Unique Values...

M3-R5.1
Read Now →
NoneType

NoneType in Python (ननटाइप) :- NoneType Python का एक Built-in Data Type है, जिसका उपयोग किसी भी Value (मान) की अनुपस्थि...

M3-R5.1
Read Now →
Accepting Input from Console

Accepting Input from Console (input()) (कंसोल से इनपुट प्राप्त करना) :- किसी भी Computer Program का मुख्य कार्य In...

M3-R5.1
Read Now →
Accepting Input (input())

Accepting Input (input()) :- input() Python का एक Built-in Function है, जिसका उपयोग User से Keyboard के माध्यम से Input...

M3-R5.1
Read Now →
Printing Output (print())

Printing Output (print()) :- print() Python का एक Built-in Function है, जिसका उपयोग स्क्रीन (Console) पर Output (परिणाम...

M3-R5.1
Read Now →
Escape Sequences

Escape Sequences in Python :- Escape Sequence ऐसे विशेष Character Combinations होते हैं जो Backslash (\) से शुरू होते ह...

M3-R5.1
Read Now →
Formatted Output (f-Strings)

Formatted Output (f-Strings) / फॉर्मेटेड आउटपुट (f-Strings) :- Formatted Output (f-Strings) Python में String Formattin...

M3-R5.1
Read Now →
Simple Python Programs

Simple Python Programs :- Hello World Program Input and Output Program Arithmetic Operations Swap Two Variables A...

M3-R5.1
Read Now →
Hello World Program

Hello World Program (हेलो वर्ल्ड प्रोग्राम) :- Hello World Program Python का सबसे पहला और सबसे सरल प्रोग्राम है। इसका उ...

M3-R5.1
Read Now →
Input and Output Programs

Input and Output Program :- Example:-1 # Input from the user name = input("Enter your name: ") # Output to the s...

M3-R5.1
Read Now →
Arithmetic Operations

Program: Arithmetic Operations :- # Input from the user a = int(input("Enter first number: ")) b = int(input("Enter...

M3-R5.1
Read Now →
Swap Two Variable

Swap Two Variables in Python (दो Variables की Values आपस में बदलना) :- Example: - Before Swapping: a = 10 b = 20...

M3-R5.1
Read Now →
Area of Circle

Area of Circle in Python (वृत्त का क्षेत्रफल) :- Area of Circle का अर्थ है वृत्त के अंदर का कुल क्षेत्र (Total Space In...

M3-R5.1
Read Now →
Simple Interest

Simple Interest in Python (साधारण ब्याज) :- Simple Interest (SI) वह ब्याज है जो केवल Principal (मूलधन) पर लगाया जाता है...

M3-R5.1
Read Now →
Temperature Conversion

  Temperature Conversion in Python (तापमान परिवर्तन) :- Temperature Conversion का अर्थ है तापमान को Celsius (&deg...

M3-R5.1
Read Now →
Common Errors in Python

Common Errors in Python (Python की सामान्य त्रुटियाँ) :- An Error is a problem in a Python program that stops the...

M3-R5.1
Read Now →
Syntax Error

Syntax Error (सिंटैक्स त्रुटि) :- Syntax Error (सिंटैक्स त्रुटि) तब होती है जब Python Program लिखते समय उसके लिखने के न...

M3-R5.1
Read Now →
Indentation Error

Indentation Error (इंडेंटेशन त्रुटि) :- Python में Indentation (Space या Tab) का उपयोग Code Block (कोड ब्लॉक) को दर्शान...

M3-R5.1
Read Now →
Name Error

Name Error (नेम एरर) :- NameError तब आती है जब Program में किसी ऐसे Variable, Function या Object का उपयोग किया जाता है...

M3-R5.1
Read Now →
TypeError

TypeError (टाइप एरर) :- TypeError तब आती है जब किसी Operation (कार्य) या Function में गलत Data Type (डेटा प्रकार) का उप...

M3-R5.1
Read Now →
Value Error

ValueError (वैल्यू एरर) :- ValueError तब आती है जब किसी Function या Operation को सही Data Type दिया जाता है, लेकिन उसकी...

M3-R5.1
Read Now →