यहाँ हम आपको पाइथन के tutorials हिंदी मे उपलब्ध कराएंगे |
What is Python ? (पाइथन क्या है )
- पाइथन एक हाई लेवल प्रोग्रामिंग लैंग्वेज तथा प्लेटफार्म इंडिपेंडेंट लैंग्वेज है | (python is a high level programming language or platform independent language.)
- पाइथन एक OOP लैंग्वेज है | (python is a Object Oriented programming language. )
- पाइथन को Guido Van Rossum ने बनाया था | (python are created by Guido Van Rossum in 1991 .)
- पाइथन एक Scripting Language लैंग्वेज है |(python is a Scripting language.)
- पाइथन को हम अन्य लैंग्वेज जैसे c , c++, java आदि के साथ जोड़ सकते है | (python are integrate with C,C++,Java etc language.)
- पाइथन लैंग्वेज का उपयोग हम :- software development , server -side web development ,मशीन लर्निंग , डेस्कटॉप एप्लीकेशन आदि मे कर सकते है | (python is used for :- software development , server -side web development , machine learning , desktop application etc. )
- .py पाइथन का extension है | (python extension :- .py )
- पाइथन मे पाइथन के code को run कराने से पहले कोड को compile नहीं करना पड़ता क्योकि पाइथन एक interpreted language है |
- अभी मार्केट मे पाइथन का new version 3.7.3 उपलब्ध है | इसे आप पाइथन की official वेबसाइट से डाउनलोड कर सकते है
Download Python
Python Tutorials In Hindi
- Python Introduction
- Python Data Type
- Python OOPs
- Python classes and object
- Constructors
- Inheritance
- Encapsulation
- Polymorphism
- Python Module
- OS Module
- Sys Module
- Math Module
- Python Exceptions Handling
- Python Exceptions
- Python Exceptions Handling
Python Question
- How to install Python on windows?
- What is a Print Function and Escape Sequences?
- Is Python a scripting language?
- How to create a virtual environment in Python ?