What is Python
Python एक लोकप्रिय प्रोग्रामिंग भाषा है। 1991 में रिलीज़ हुई, यह Programming Language, Guido van Rossum द्वारा बनाई गई थी |
Use of Python (Python का उपयोग)
- software development,
- web development (server-side),
- system scripting.
- mathematics
Python की मदद से
- Web – Devlopment किया जाता है
- Software OR App बनाये जाते है
- हम Python की मदद से फाइलों को Read और Edit करते हैं
- Python System Database से जुड़ सकता है।
- Python बड़ा Data संभाल सकता है और जटिल गणित कर सकता है।
- Python का उपयोग तेजी से procedural के लिए, या उत्पादन के लिए तैयार सॉफ्टवेयर विकास के लिए किया जा सकता है।
compared to other programming languages
अन्य Programming Language की तुलना में Python easy है।
Python एक Command को पूरा करने के लिए नई लाइनों का उपयोग करता है, अन्य Programing Lanuage के विपरीत जो अक्सर semicolons or parentheses का उपयोग करते हैं।
First Program in Python
Python run करने के लिए आपको Python Install करना पड़ेगा