Important Notice:

History of Python

History of Python

3 views 2 min read

History of Python (Python का इतिहास) :-

Python Programming Language का विकास Guido van Rossum ने किया था। Python बनाने का उद्देश्य एक ऐसी Programming Language बनाना था जो सरल (Simple), पढ़ने में आसान (Readable) और Powerful हो।

  • 1980 के दशक के अंत (Late 1980s) में Guido van Rossum ने Python पर काम करना शुरू किया।
  • Python का विकास ABC Programming Language से प्रभावित होकर किया गया था।
  • December 1989 में Guido van Rossum ने Python Project शुरू किया।
  • 1991 में Python का पहला Version Python 0.9.0 जारी किया गया।
  • 1994 में Python का पहला Official Version Python 1.0 Release हुआ।
  • 2000 में Python 2.0 जारी किया गया जिसमें कई नए Features जोड़े गए जैसे List Comprehension और Garbage Collection।
  • 2008 में Python 3.0 Release किया गया। यह Python का नया और बेहतर Version था जिसमें पुराने Syntax में सुधार किए गए।
  • 2020 में Python 2 का Official Support समाप्त कर दिया गया और Python 3 को मुख्य Version बनाया गया।
  • वर्तमान समय में Python का उपयोग Artificial Intelligence, Machine Learning, Data Science, Web Development और Automation में बड़े स्तर पर किया जाता है।
  • वर्ष 2026 में Python का नवीनतम Stable Version Python 3.14 है।

    • Python 3.14.0 को 7 October 2025 को Release किया गया था।
    • 2026 में Python 3.14 Series के Maintenance Updates (जैसे Python 3.14.6) उपलब्ध हैं।
    • Python 3.15 अभी Pre-release / Development stage में है।

English:-

Python Programming Language was developed by Guido van Rossum. The main purpose of creating Python was to develop a programming language that is simple, readable, and powerful.

  • In the late 1980s, Guido van Rossum started working on Python.
  • Python was inspired by the ABC Programming Language.
  • In December 1989, Guido van Rossum started the Python project.
  • In 1991, the first version Python 0.9.0 was released.
  • In 1994, the first official version Python 1.0 was released.
  • In 2000, Python 2.0 was released with new features like List Comprehension and Garbage Collection.
  • In 2008, Python 3.0 was released with major improvements and updated syntax.
  • In 2020, official support for Python 2 ended, and Python 3 became the main version.
  • Today, Python is widely used in Artificial Intelligence, Machine Learning, Data Science, Web Development, and Automation.
  • In 2026, the latest stable version of Python is Python 3.14.

    • Python 3.14.0 was released on 7 October 2025.
    • Python 3.14 series has maintenance updates available, such as Python 3.14.6.
    • Python 3.15 is currently in the pre-release/development stage.

Related Notes