O Level Python Notes in Hindi

Table of Contents
O Level Python Notes in Hindi
O Level Python Notes in Hindi:-
आज अपनी इस पोस्ट के माध्यम से हम O Level (NIELIT) computer course के अंतर्गत आने वाले PYTHON पेपर के विषय में विस्तृत से जानकारी हासिल करेंगे। हम आने वाली पोस्ट में पाइथन पेपर को पूरी तरह से Cover करेंगे । इसलिए यदि आप O level की तैयारी कर रहे हैं और पाइथन पेपर को pass करना चाहते हैं तो आपको यहाँ पेपर पास करने के लिए आवश्यक questions with Solution मिल जायेंगे ।
Python-Content
-
Introduction and History For Python
-
Python Feature
-
Python Application
-
Hello World
-
Python Keyboards
-
Variables
-
Data type
-
Python Indenting Code
-
Arithmetic Operators
-
Relational operators
-
Logical operators
-
Assignment operators
-
Bitwise operators
-
Identity operators
-
Membership operators
-
Forin Loop
-
If Statement
-
If Else Statement
-
If Elif Statement
-
Pass Statement
-
Break statement
-
Continue Statement
-
Numbers Data type
-
String Data type
-
List Data type
-
Table data type
-
Dictionary Data type
-
Set Data type
-
Function
-
Date & Time
-
Mathematics
-
Exceptions
-
Exception Handling
-
File Handling
-
Regular Expression
-
Python Classes & Objects
-
Python Inheritance
-
Python Multilateral Inheritance
-
Python Multiple Inheritance
-
Python Class Attribute And Function
Introduction For Python
- ये सभी Programming Language में से सबसे आसान Language हैं ।
- ये एक high level Object oriented Programming Language है ।
- ये Coding पर आधारित Language हैं ।
- ये Open Sources Language हैं । इसलिए किसी भी OS Platform पर बिलकुल free में उपलब्ध है ।
- अगर python लैंग्वेज को सीखना हो तो किसी भी basic Language को सीखने की जरुरत नहीं है ।
Python History :-
- Python का अविष्कार Guido Van Rossum (गाइडो वैन रोसम) नामक Dutch programmer ने किया था।
- इसकी शुरुआत 1980 में की , 1991 में Launch किया गया।
- 1969 में Monthly Python द्वारा दिग्दर्शित की गई।
- Monthly पाइथन Language Circus में Series प्रसारित की गई ।
- Guido Van Rossum इस series को काफी पसंद करते थे ।eske चलते उन्होंने अपने कंप्यूटर लैंग्वेज का नाम पाइथन रख दिया ।
Python Language Feature
- Easy to Learn
- Easy to Understand
- Easy to Read
- Portable
- Large Number of Libraries
- Open Source
- Object oriented
PYTHON NOTES IN HINDI
Use of python Application
- Python app
- Scientific to Computational app
- Web Appli
- Gaming App
- ERP
- Graphical
O Level Python Notes in Hindi
Installation & Download : –
www. python .org/download
Extension Name = .Py
Install करने के बाद All Program में जाकर IDLE (Python GUI) पर click करें ।
- इसमें file – New Window (इसमें प्रोग्राम type करें)।
- Save करें .Py extension के साथ।
- फिर Output देखे ।
Hello World Program
- Inshell .>>>Print (“Hello World”)
- Save (New .Py)
- Run कराये या F5 दवायें।
O Level Python Notes in Hindi
Keywords list
- And
- AS
- Assert
- Break
- Class
- Continue
- Del
- Def
- Elif
- Else
- Except
- Nonlocal
- False
- Finally
- For
- From
- Global
- If
- Import
- In
- Is
- Lambda
- None
- Not
- Or
- Pass
- Raise
- Return
- True
- Try
- While
- Whit
- Yield
Note:- Keyword List की अधिक जानकारी के लिए आप हमारी Next Post पर Visit करें।
conclusion (निष्कर्ष ):- आज हमने O Level Python के लिए कुछ बहुत ही महत्त्वपूर्ण जानकारी पढ़ी।। मुझे आशा है कि इस पोस्ट के अध्ययन से आपको o level python preparation में सहायता होगी । यदि आपको मेरे द्वारा दी गई जानकारी helpful लगी हो तो इसे शेयर अवश्य करे ताकि और स्टूडेंट्स को भी O Level Python को सीखने का मौका मिल सके ।
Pingback: O Level Python Notes in Hindi (Tokens) - Computer Notes Online