Python introduction and features
Python के सृजनकर्ता(creator) Guido van Rossum है। यह general purpose, हाई लेवल, डायनामिक, interpreted व objected oriented programming language है जो की 1991 में release की गयी।
Python से क्या किया जा सकता है?
Python का उपयोग कर निम्न applications develop किये जा सकते है।
- Software development
- Web development
Python Features
- Python cross platform सपोर्ट करता है याने इसका उपयोग अलग अलग operating system पर किया जा सकता है जैसे Windows, Linux, Mac OS इत्यादि।
- Object Oriented होने के कारण जिन्होंने c++, java, .NET सीखा हुए है वो Python बहुत आसानी से सीख सखते है।
- Python open source है इसका मतलब ये free है उपयोग करने के लिए।
- यह interpreted language होने के कारण rapid application development में उपयोग किया जाता है।
Download Python
आप python को python की official वेबसाइट से डाउनलोड कर उपयोग कर सकते है। यह फ्री है उपयोग के लिए।
Python Download link: https://python.org
Hello world python example
print("Hello World")
Python versions list and release date
Python 3.8.0 | 14 October 2019 |
Python 3.7.4 | 8 July 2019 |
Python 3.7 | 27 June 2018 |
Python 3.6 | 23 December 2016 |
Python 3.5 | 13 September 2015 |
Python 3.4 | 16 March 2014 |
Python 3.3 | 29 September 2012 |
Python 3.2 | 20 February 2011 |
Python 3.1 | 27 June 2009 |
Python 3.0 | 3 December 2008 |
Python 2.7 | 3 July 2010 |
Python 2.6 | 1 October 2008 |
Python 2.5 | 19 September 2006 |
Python 2.4 | 30 November 2004 |
Python 2.3 | 29 July 2003 |
Python 2.2 | 21 December 2001 |
Python 2.1 | 15 April 2001 |
Python 2.0 | 16 October 2000 |
Python 1.6 | 5 September 2000 |
Python 1.5 | 31 December 1997 |
Python 1.4 | 25 October 1996 |
Python 1.3 | 12 October 1995 |
Python 1.2 | 10 April 1995 |
Python 1.0 | January 1994 |
Python 0.9.0 | 20 February 1991 |
0 टिप्पणियाँ
If you have any doubt. Please let me know