Questions Columns Rows
GitHub icon

Python

Python - Programming language

< >

Python is an open source programming language created in 1991 by Guido van Rossum.

Source code:
git clone https://github.com/python/cpython
#3on PLDB 32Years Old 9mRepos

Try now: RijuReplit

Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy that emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax that allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java. It provides constructs that enable clear programming on both small and large scales. Read more on Wikipedia...


Example from Compiler Explorer:
def square(num): return num * num
Example from Riju:
print("Hello, world!")
Example from Linguist:
#!/usr/bin/env python2.4 print "Python"
Python Keywords
and as assert break class continue def del elif else except False finally for from global if import in is lambda None nonlocal not or pass raise return True try while with yield

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 267 feedback@pldb.com Logout