यहाँ हम आपको पाइथन के 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 Question
Question : How to install Python ?
Question : Is Python a scripting language?
Question : How to Make a Simple Calculator
Question : How to take input in Python?
Question : How to print Star pattern in Python ?
Python Program
Program 1: How to find factorial of any number ?
Program 2: Print Fibonacci sequence in python ?