Skip to main content

Posts

Showing posts with the label History

History of Python Programming Language पाइथन प्रोग्रामिंग लैंग्वेज का इतिहास

Python is a high-level programming language that was first created by Guido van Rossum in the late 1980s. Guido was working at the National Research Institute for Mathematics and Computer Science in the Netherlands at the time, and he created Python as a successor to the ABC language. ABC was a language designed for teaching programming to beginners, but it was not very popular. पायथन एक उच्च स्तरीय प्रोग्रामिंग भाषा है जिसे पहली बार 1980 के दशक के अंत में गुइडो वैन रोसुम द्वारा बनाया गया था। गुइडो उस समय नीदरलैंड में नेशनल रिसर्च इंस्टीट्यूट फॉर मैथमेटिक्स एंड कंप्यूटर साइंस में काम कर रहे थे और उन्होंने एबीसी भाषा के उत्तराधिकारी के रूप में पायथन का निर्माण किया। एबीसी एक ऐसी भाषा थी जिसे शुरुआती लोगों को प्रोग्रामिंग सिखाने के लिए डिज़ाइन किया गया था, लेकिन यह बहुत लोकप्रिय नहीं थी। Guido wanted to create a language that was easy to learn and use, but also powerful and flexible. He wanted a language that could be used for a wide range of applications, from scripting to web developme...