Ang DepositaryO Wiki
Advertisement

Padron:Infobox programming language Python is a general-purpose, high-level programming language[1] whose design philosophy emphasizes code readability.[2] Python claims to combine "remarkable power with very clear syntax",[3] and its standard library is large and comprehensive.[4]

Python is an interpreted computer language; it first converts the source code into intermediate "bytecode", then runs that bytecode in the interpreter. As such, Python programs run slower than equivalent programs compiled to machine language for a given computer system, but due to its high-level nature, program development can be accomplished efficiently and quickly. Using third-party tools, Python code can be packaged into standalone executable programs. Python interpreters are available for many operating systems.

Python supports multiple programming paradigms, primarily, but not limited to object-oriented, imperative and, to a lesser extent, functional programming styles. It features a fully dynamic type system and automatic memory management, similar to that of Scheme, Ruby, Perl, and Tcl. Like other dynamic languages, Python is often used as a scripting language, but is also used in a wide range of non-scripting contexts.

The reference implementation of Python (CPython) is free and open source software and has a community-based development model, as do nearly all of its alternative implementations. CPython is managed by the non-profit Python Software Foundation.

History[]

Padron:Main

Talaksan:Guido van Rossum.jpg

Guido van Rossum, the creator of Python

Python was conceived in the late 1980s[5] and its implementation was started in December 1989[6] by Guido van Rossum at CWI in the Netherlands as a successor to the ABC language (itself inspired by SETL)[7] capable of exception handling and interfacing with the Amoeba operating system.[8] Van Rossum is Python's principal author, and his continuing central role in deciding the direction of Python is reflected in the title given to him by the Python community, Benevolent Dictator for Life (BDFL).

Python 2.0 was released on 16 October 2000, with many major new features including a full garbage collector and support for Unicode. However, the most important change was to the development process itself, with a shift to a more transparent and community-backed process.[9] Python 3.0 (also called Python 3000 or py3k), a major, backwards-incompatible release, was released on 3 December 2008[10] after a long period of testing. Many of its major features have been backported to the backwards-compatible Python 2.6 and 2.7.[11] Python has been awarded a TIOBE Programming Language of the Year award twice (2007, 2010), which is given to the language with the greatest growth in popularity over the course of a year, as measured by the TIOBE index.[12]

Programming philosophy[]

Python is a multi-paradigm programming language. Rather than forcing programmers to adopt a particular style of programming, it permits several styles: object-oriented programming and structured programming are fully supported, and there are a number of language features which support functional programming and aspect-oriented programming (including by metaprogramming[13] and by magic methods).[14] Many other paradigms are supported using extensions, such as pyDBC[15] and Contracts for Python[16] which allow design by contract.

Python uses dynamic typing and a combination of reference counting and a cycle-detecting garbage collector for memory management. An important feature of Python is dynamic name resolution (late binding), which binds method and variable names during program execution.

Rather than requiring all desired functionality to be built into the language's core, Python was designed to be highly extensible. New built-in modules can be easily written in C, C++ or Cython. Python can also be used as an extension language for existing modules and applications that need a programmable interface. This design of a small core language with a large standard library and an easily extensible interpreter was intended by Van Rossum from the very start because of his frustrations with ABC (which espoused the opposite mindset).[5]

The design of Python offers only limited support for functional programming in the Lisp tradition. However, Python's design philosophy exhibits significant similarities to those of minimalistic Lisp-family languages, such as Scheme.Padron:Citation needed The language has map(), reduce() and filter() functions, and the list comprehensions added in Python 2.0 have since been extended with comprehensions for dictionaries and sets, as well as generator expressions. The standard library has two modules (itertools and functools) that implement functional tools borrowed from Haskell and Standard ML.[17]

While offering choice in coding methodology, the Python philosophy rejects exuberant syntax, such as in Perl, in favor of a sparser, less-cluttered grammar. Python's developers expressly promote a particular "culture" or ideology based on what they want the language to be, favoring language forms they see as "beautiful", "explicit" and "simple". As Alex Martelli put it in his Python Cookbook (2nd ed., p. 230): "To describe something as clever is NOT considered a compliment in the Python culture." Python's philosophy rejects the Perl "there is more than one way to do it" approach to language design in favor of "there should be one—and preferably only one—obvious way to do it".[18]

Python's developers eschew premature optimization, and moreover, reject patches to non-critical parts of CPython which would offer a marginal increase in speed at the cost of clarity.[19] When speed is important, Python programmers tend to try using a JIT compiler such as Psyco or using an alternative language implementation such as PyPy. When pure Python code is not fast enough, time-critical functions can be rewritten in "closer to the metal" languages such as C, or by translating (a dialect of) Python code to C code using tools like Cython.[20]

The core philosophy of the language is summarized by the document "PEP 20 (The Zen of Python)".[18]

Name and neologisms[]

An important goal of the Python developers is making Python fun to use. This is reflected in the origin of the name (derived from the television series Monty Python's Flying Circus), in the common practice of using Monty Python references in example code, and in an occasionally playful approach to tutorials and reference materials.[21][22] For example, the metasyntactic variables often used in Python literature are spam and eggs,[21][23] instead of the traditional foo and bar.

A common neologism in the Python community is pythonic, which can have a wide range of meanings related to program style. To say that code is pythonic is to say that it uses Python idioms well, that it is natural or shows fluency in the language. Likewise, to say of an interface or language feature that it is pythonic is to say that it works well with Python idioms, that its use meshes well with the rest of the language.

In contrast, a mark of unpythonic code is that it attempts to write C++ (or Lisp, Perl, or Java) code in Python—that is, provides a rough transcription rather than an idiomatic translation of forms from another language. The concept of pythonicity is tightly bound to Python's minimalist philosophy of readability and avoiding the "there's more than one way to do it" approach. Unreadable code or incomprehensible idioms are unpythonic.

Users and admirers of Python—most especially those considered knowledgeable or experienced—are often referred to as Pythonists, Pythonistas, and Pythoneers.[24]

The prefix Py can be used to show that something is related to Python. Examples of the use of this prefix in names of Python applications or libraries include Pygame, a binding of SDL to Python (commonly used to create games); PyS60, an implementation for the Symbian S60 operating system; PyQt and PyGTK, which bind Qt and GTK, respectively, to Python; and PyPy, a Python implementation written in Python. The prefix is also used outside of naming software packages: the major Python conference is named PyCon.

Usage[]

Padron:Main

Python is often used as a scripting language for web applications, e.g. via mod_wsgi for the Apache web server. With Web Server Gateway Interface, a standard API has been developed to facilitate these applications. Web application frameworks like Django, Pylons, TurboGears, web2py, Tornado, Flask and Zope support developers in the design and maintenance of complex applications. Libraries like NumPy, SciPy and Matplotlib allow Python to be used effectively in scientific computing.

Python has been successfully embedded in a number of software products as a scripting language, including in finite element method software such as Abaqus, 3D animation packages such as Blender, Cinema 4D, Lightwave, Houdini, Maya, modo, MotionBuilder, Softimage, the visual effects compositor Nuke, and 2D imaging programs like GIMP, Inkscape, Scribus and Paint Shop Pro.[25] GNU GDB uses Python as a pretty printer to show complex structures such as C++ containers. ESRI is now promoting Python as the best choice for writing scripts in ArcGIS.[26] It has even been used in several video games,[27][28] and has been adopted as first of the three available programming languages in Google App Engine, the other two being Java and Go.[29]

Thanks to being a scripting language with module architecture, syntax simplicity and rich text processing tools, Python is often used for Natural language processing tasks.Padron:Citation needed Python has also been used in Artificial Intelligence tasks.[30][31][32]

For many operating systems, Python is a standard component; it ships with most Linux distributions, FreeBSD, NetBSD, OpenBSD and with OS X and can be used from the terminal. A number of Linux distributions use installers written in Python: Ubuntu uses the Ubiquity installer, while Red Hat Linux and Fedora use the Anaconda installer. Gentoo Linux uses Python in its package management system, Portage and the standard tool to access it, emerge. Pardus uses it for administration and during system boot.[33]

Python has also seen extensive use in the information security industry, including exploit development.[34][35]

Among the users of Python are YouTube[36] and the original BitTorrent client.[37] Large organizations that make use of Python include Google,[36] Yahoo!,[38] CERN,[39] NASA,[40] ILM,[41] and ITA.[42] Most of the Sugar software for the One Laptop per Child XO, now developed at Sugar Labs, is written in Python.[43]

In addition to standard desktop Python IDEs, there are also browser-based IDEs, such as NCLab and Sage, intended for developing science and math-related Python programs.

Padron:As of, Python ranks at position 8 in the TIOBE Programming Community Index.[44]

Syntax and semantics[]

Talaksan:Python add5 syntax.png

Syntax-highlighted Python 2.x code.

Padron:Main

Python is intended to be a highly readable language. It is designed to have an uncluttered visual layout, frequently using English keywords where other languages use punctuation. Python requires less boilerplate than traditional manifestly typed structured languages such as C or Pascal, and has a smaller number of syntactic exceptions and special cases than either of these.[45] For a detailed description of the differences between 2.x and 3.x versions, see History of Python.

The simplicity of Python is demonstrated by its version of the classic "Hello world" program:

print("Hello world")

Indentation[]

Python uses whitespace indentation, rather than curly braces or keywords, to delimit blocks; a feature also termed the off-side rule. An increase in indentation comes after certain statements; a decrease in indentation signifies the end of the current block.[46]

Statements and control flow[]

Python's statements include (among others):

  • The if statement, which conditionally executes a block of code, along with else and elif (a contraction of else-if).
  • The for statement, which iterates over an iterable object, capturing each element to a local variable for use by the attached block.
  • The while statement, which executes a block of code as long as its condition is true.
  • The try statement, which allows exceptions raised in its attached code block to be caught and handled by except clauses; it also ensures that clean-up code in a finally block will always be run regardless of how the block exits.
  • The class statement, which executes a block of code and attaches its local namespace to a class, for use in object-oriented programming.
  • The def statement, which defines a function or method.
  • The with statement (from Python 2.5), which encloses a code block within a context manager (for example, acquiring a lock before the block of code is run, and releasing the lock afterwards).
  • The pass statement, which serves as a NOP and can be used in place of a code block.
  • The assert statement, used during debugging to check for conditions that ought to apply.
  • The yield statement, which returns a value from a generator function. (From Python 2.5, yield is also an operator. This form is used to implement coroutines – see below.)

Each statement has its own semantics: for example, the def statement does not execute its block immediately, unlike most other statements.

Python does not support first-class continuations, and according to Guido van Rossum it never will.[47] However, better support for coroutine-like functionality is provided in 2.5, by extending Python's generators.[48] Prior to 2.5, generators were lazy iterators; information was passed unidirectionally out of the generator. As of Python 2.5, it is possible to pass information back into a generator function.

Expressions[]

Python expressions are similar to languages such as C and Java.

  • In Python 2, the / operator on integers does integer division: it truncates the result to an integer. Floating-point division on integers can be achieved by converting one of the integers to a float (e.g. float(x) / y). In Python 3, the result of / is always a floating-point value. This behaviour can be enabled in Python 2.2+ using from __future__ import division. In both Python 2.2+ and Python 3, // can be used to do integer division.
  • In Python, == compares by value, in contrast to Java, where it compares by reference. (Value comparisons in Java use the equals() method.) Python's is operator may be used to compare object identities (comparison by reference). Comparisons may be chained, for example a <= b <= c.
  • Python uses the words and, or, not for its boolean operators rather than the symbolic &&, ||, ! used in C.
  • Python has a type of expression termed a list comprehension. Python 2.4 extended list comprehensions into a more general expression termed a generator expression.[49]
  • Anonymous functions are implemented using lambda expressions; however, these are limited in that the body can only be a single expression.
  • Conditional expressions in Python are written as x if c else y[50] (different in order of operands from the ?: operator common to many other languages).
  • Python makes a distinction between lists and tuples. Lists are written as [1, 2, 3], are mutable, and cannot be used as the keys of dictionaries (dictionary keys must be immutable in Python). Tuples are written as (1, 2, 3), are immutable and thus can be used as the keys of dictionaries, provided all elements of the tuple are immutable. The parentheses around the tuple are optional in some contexts. Tuples can appear on the left side of an equal sign; hence a statement like x, y = y, x can be used to swap two variables.
  • Python 2 has a "string format" operator %. This functions analogous to printf format strings in C, e.g. "foo=%s bar=%d" % ("blah", 2) evaluates to "foo=blah bar=2". In Python 3, this was supplemented by the format() method of the str class, e.g. "foo={0} bar={1}".format("blah", 2).
  • Python has various kinds of string literals:
    • Strings delimited by single or double quotation marks. Unlike in Unix shells, Perl and Perl-influenced languages, single quotation marks and double quotation marks function similarly. Both kinds of string use the backslash (\) as an escape character and there is no implicit string interpolation such as "$foo".
    • Triple-quoted strings, which begin and end with a series of three single or double quotation marks. They may span multiple lines and function like here documents in shells, Perl and Ruby.
    • Raw string varieties, denoted by prefixing the string literal with an r. No escape sequences are interpreted; hence raw strings are useful where literal backslashes are common, such as regular expressions and Windows-style paths. Compare "@-quoting" in C#.
  • Python has index and slice expressions on lists, denoted as a[key], a[start:stop] or a[start:stop:step]. Indexes are zero-based, and negative indexes are relative to the end. Slices take elements from the start index up to, but not including, the stop index. The third slice parameter, called step or stride, allows elements to be skipped and reversed. Slice indexes may be omitted, for example a[:] returns a copy of the entire list. Each element of a slice is a shallow copy.

In Python, a distinction between expressions and statements is rigidly enforced, in contrast to languages such as Common Lisp, Scheme, or Ruby. This leads to some duplication of functionality, e.g.

  • list comprehensions vs. for-loops
  • conditional expressions vs. if blocks
  • The eval() vs. exec() built-in functions (in Python 2, exec is a statement); the former is for expressions, the latter is for statements.

Statements cannot be a part of an expression and so list and other comprehensions or lambda expressions, all being expressions, cannot contain statements. A particular case of this is that an assignment statement such as a = 1 cannot form part of the conditional expression of a conditional statement. This has the advantage of avoiding a classic C error of mistaking an assignment operator = for an equality operator == in conditions: if (c = 1) { ... } is valid C code but if c = 1: ... causes a syntax error in Python.

Methods[]

Methods on objects are functions attached to the object's class; the syntax instance.method(argument) is, for normal methods and functions, syntactic sugar for Class.method(instance, argument). Python methods have an explicit self parameter to access instance data, in contrast to the implicit self in some other object-oriented programming languages (for example, Java, C++ or Ruby).[51]

Typing[]

Python uses duck typing and has typed objects but untyped variable names. Type constraints are not checked at compile time; rather, operations on an object may fail, signifying that the given object is not of a suitable type. Despite being dynamically typed, Python is strongly typed, forbidding operations that are not well-defined (for example, adding a number to a string) rather than silently attempting to make sense of them.

Python allows programmers to define their own types using classes, which are most often used for object-oriented programming. New instances of classes are constructed by calling the class (for example, SpamClass() or EggsClass()), and the classes themselves are instances of the metaclass type (itself an instance of itself), allowing metaprogramming and reflection.

Prior to version 3.0, Python had two kinds of classes: "old-style" and "new-style".[52] Old-style classes were eliminated in Python 3.0, making all classes new-style. In versions between 2.2 and 3.0, both kinds of classes could be used. The syntax of both styles is the same, the difference being whether the class object is inherited from, directly or indirectly (all new-style classes inherit from object and are instances of type).

Here is a summary of Python 3's built-in types:

Type Description Syntax example
str An immutable sequence of Unicode codepoints. 'Wikipedia'
"Wikipedia"
"""Spanning
multiple
lines"""
bytearray A mutable sequence of bytes. bytearray(b'Some ASCII')
bytearray(b"Some ASCII")
bytes An immutable sequence of bytes. b'Some ASCII'
b"Some ASCII"
list Mutable, can contain mixed types. [4.0, 'string', True]
tuple Immutable, can contain mixed types. (4.0, 'string', True)
set, frozenset Unordered, contains no duplicates. A frozenset is immutable. set([4.0, 'string', True])
frozenset([4.0, 'string', True])
dict A mutable group of key and value pairs. {'key1': 1.0, 3: False}
int An immutable integer of unlimited magnitude.[53] 42
float An immutable floating point number (system-defined precision). 3.1415927
complex An immutable complex number with real and imaginary parts. 3+2.7j
bool An immutable truth value. True
False

Mathematics[]

In contrast with some programming languages, integer division is defined to round towards minus infinity. Therefore 7 // 3 is 2, but (−7) // 3 is −3. This is uniform and consistent: for instance, it means that the equation (a+b) // b == a // b + 1 is always true, whereas in languages such as C, (-6+7) / 7 == -6 / 7. It also means that the equation b * (a // b) + a % b == a is valid for both positive and negative values of a. However, maintaining the validity of this equation means that while the result of a % b is, as expected, in the half-open interval [0,b), where b is a positive integer, it has to lie in the interval (b,0] when b is negative.[54]

Python provides a round function for rounding floats to integers. Versions before 3 use round-away-from-zero: round(0.5) is 1.0, round(-0.5) is −1.0.[55] Python 3 uses round-to-even: round(1.5) is 2.0, round(2.5) is 2.0.[56] The Decimal type/class in module decimal (since version 2.4) provides exact numerical representation and several rounding modes.

Python allows boolean expressions with multiple equality relations in a manner that is consistent with general usage in mathematics. For example, the expression a < b < c tests whether a is less than b and b is less than c. C-derived languages interpret this expression differently: in C, the expression would first evaluate a < b, resulting in 0 or 1, and that result would then be compared with c.[57]Padron:Page needed

Implementations[]

Padron:See also

CPython[]

Padron:Main

The mainstream Python implementation, named CPython, is written in C meeting the C89 standard.[58] CPython compiles Python programs into intermediate bytecode,[59] which are then executed by the virtual machine.[60] It is distributed with a large standard library written in a mixture of C and Python. CPython ships in versions for many platforms, including Microsoft Windows and most modern Unix-like systems. CPython was intended from almost its very conception to be cross-platform; its use and development on esoteric platforms such as Amoeba, alongside more conventional ones like Unix and Mac OS, has greatly helped in this regard.[61]

Stackless Python is a significant fork of CPython that implements microthreads; it does not use the C memory stack. It can be expected to run on approximately the same platforms that CPython runs on.

Google started a project called Unladen Swallow in 2009 with the aims of increasing the speed of the Python interpreter by 5 times by using the LLVM and improving its multithreading ability to scale to thousands of cores.[62] Later the project lost Google's backing and its main developers. Padron:As of, the project hasn't achieved its goal; the modified interpreter is only about 2 times faster.Padron:Citation needed

Alternative implementations[]

Jython compiles the Python program into Java byte code, which can then be executed by every Java Virtual Machine implementation. This also enables the use of Java class library functions from the Python program. IronPython follows a similar approach in order to run Python programs on the .NET Common Language Runtime. PyPy is a fast self-hosting implementation of Python, written in Python, that can output several types of bytecode, object code and intermediate languages. There also exist compilers to high-level object languages, with either unrestricted Python, a restricted subset of Python, or a language similar to Python as the source language. PyPy is of this type, compiling RPython to several languages; other examples include Pyjamas compiling to JavaScript; Shed Skin compiling to C++; and Cython and Pyrex compiling to C.

In 2005 Nokia released a Python interpreter for the Series 60 mobile phones called PyS60. It includes many of the modules from the CPython implementations and some additional modules for integration with the Symbian operating system. This project has been kept up to date to run on all variants of the S60 platform and there are several third party modules available. The Nokia N900 also supports Python with GTK widget libraries, with the feature that programs can be both written and run on the device itself. There is also a Python interpreter for Windows CE devices (including Pocket PC). It is called PythonCE.[63] There are additional tools available for easy application and GUI development.

The PyMite virtual machine began in 2000 and made its first public appearance at PyCon 2003.[64] PyMite was folded into Python-on-a-Chip in 2009.[65] Python-on-a-Chip (p14p) is a project to develop a reduced Python virtual machine (codenamed PyMite) that runs a significant subset of the Python language on microcontrollers without an OS in as little as 4KB of RAM.[66]

Around 2004,Padron:Citation needed the Pyastra project created a specialized translator and assembler that targets resource-constrained microcontrollers.

ChinesePython (中蟒) is a Python programming language using a Chinese-language lexicon. Besides reserved words and variable names, most data type operations can be coded in Chinese as well.Padron:Citation needed

Python is available on Android as an option as part of the Android Scripting Environment.[67]

Interpretational semantics[]

Most Python implementations (including CPython) can function as a command line interpreter, for which the user enters statements sequentially and receives the results immediately. In short, Python acts as a shell. While the semantics of the other modes of execution (bytecode compilation, or compilation to native code) preserve the sequential semantics, they offer a speed boost at the cost of interactivity, so they are usually only used outside of a command-line interaction (e.g., when importing a module).

Other shells add capabilities beyond those in the basic interpreter, including IDLE and IPython. While generally following the visual style of the Python shell, they implement features like auto-completion, retention of session state, and syntax highlighting.

Some implementations can compile not only to bytecode, but can turn Python code into machine code. So far, this has only been done for restricted subsets of Python. PyPy takes this approach, naming its restricted compilable version of Python RPython.

Psyco is a specialising just in time compiler that integrates with CPython and transforms bytecode to machine code at runtime. The produced code is specialised for certain data types and is faster than standard Python code. Psyco is compatible with all Python code, not only a subset.[68]

Development[]

Python's development is conducted largely through the Python Enhancement Proposal (PEP) process. PEPs are standardized design documents providing general information related to Python, including proposals, descriptions, design rationales, and explanations for language features.[69] Outstanding PEPs are reviewed and commented upon by Van Rossum, the Python project's Benevolent Dictator for Life (leader / language architect).[70] CPython's developers also communicate over a mailing list, python-dev, which is the primary forum for discussion about the language's development; specific issues are discussed in the Roundup bug tracker maintained at python.org.[71] Development takes place at the self-hosted hg.python.org.

CPython's public releases come in three types, distinguished by which part of the version number is incremented:

  • backwards-incompatible versions, where code is expected to break and must be manually ported. The first part of the version number is incremented. These releases happen infrequently—for example, version 3.0 was released 8 years after 2.0.
  • major or "feature" releases, which are largely compatible but introduce new features. The second part of the version number is incremented. These releases are scheduled to occur roughly every 18 months, and each major version is supported by bugfixes for several years after its release.[72]
  • bugfix releases, which introduce no new features but fix bugs. The third and final part of the version number is incremented. These releases are made whenever a sufficient number of bugs have been fixed upstream since the last release, or roughly every 3 months. Security vulnerabilities are also patched in bugfix releases.[73]

A number of alpha, beta, and release-candidates are also released as previews and for testing before the final release is made. Although there is a rough schedule for each release, this is often pushed back if the code is not ready. The development team monitor the state of the code by running the large unit test suite during development, and using the BuildBot continuous integration system.[74]

Standard library[]

Python has a large standard library, commonly cited as one of Python's greatest strengths,[75] providing pre-written tools suited to many tasks. This is deliberate and has been described as a "batteries included"[76] Python philosophy. The modules of the standard library can be augmented with custom modules written in either C or Python. Boost C++ Libraries includes a library, Boost.Python, to enable interoperability between C++ and Python. Because of the wide variety of tools provided by the standard library, combined with the ability to use a lower-level language such as C and C++, which is already capable of interfacing between other libraries, Python can be a powerful glue language between languages and tools.

The standard library is particularly well tailored to writing Internet-facing applications, with a large number of standard formats and protocols (such as MIME and HTTP) already supported. Modules for creating graphical user interfaces, connecting to relational databases, arithmetic with arbitrary precision decimals, manipulating regular expressions, and doing unit testing are also included.[77]

Some parts of the standard library are covered by specifications (for example, the WSGI implementation wsgiref follows PEP 333[78]), but the majority of the modules are not. They are specified by their code, internal documentation, and test suite (if supplied). However, because most of the standard library is cross-platform Python code, there are only a few modules that must be altered or completely rewritten by alternative implementations.

The standard library is not essential to run Python or embed Python within an application. Blender 2.49 for instance omits most of the standard library.

For software testing, the standard library provides the unittest and doctest modules.

Influence on other languages[]

Python's design and philosophy have influenced several programming languages, including:

  • Pyrex and its derivative Cython are code translators that are targeted at writing fast C extensions for the CPython interpreter. The language is mostly Python with syntax extensions for C and C++ features. Both languages produce compilable C code as output.
  • Boo uses indentation, a similar syntax, and a similar object model. However, Boo uses static typing and is closely integrated with the .NET Framework.[79]
  • Cobra uses indentation and a similar syntax. Cobra's "Acknowledgements" document lists Python first among languages that influenced it.[80] However, Cobra directly supports design-by-contract, unit tests and optional static typing.[81]
  • ECMAScript borrowed iterators, generators, and list comprehensions from Python.[82]
  • Go is described as incorporating the "development speed of working in a dynamic language like Python".[83]
  • Groovy was motivated by the desire to bring the Python design philosophy to Java.[84]
  • Karel the Robot is a popular educational programming language created in 1981 at the Stanford University by R.E. Pattis. The original syntax was close to Pascal, but a new edition in NCLab has a syntax very similar to Python.
  • OCaml has an optional syntax, called twt (The Whitespace Thing), inspired by Python and Haskell.[85]
  • Ruby's creator, Yukihiro Matsumoto, has said: "I wanted a scripting language that was more powerful than Perl, and more object-oriented than Python. That's why I decided to design my own language."[86]
  • Alore programming language, a new language with optional typing with python syntax[87]

Python's development practices have also been emulated by other languages. The practice of requiring a document describing the rationale for, and issues surrounding, a change to the language (in Python's case, a PEP) is also used in Tcl[88] and Erlang[89] because of Python's influence.

See also[]

Padron:Portal

  • Comparison of command shells
  • Comparison of programming languages
  • Comparison of Python integrated development environments
  • List of programming languages

References[]

Padron:Reflist

Further reading[]

Padron:Refbegin

  • Padron:Cite book
  • Padron:Cite news – An interview with Guido Van Rossum on Python
  • Padron:Cite book
  • Padron:Cite book
  • Padron:Cite book
  • Padron:Cite book

Padron:Refend

External links[]

Padron:Wikibooks Padron:Wikiquote

Padron:Python (programming language) Padron:Python Web Application Frameworks Padron:FOSS Padron:Good article Padron:Use dmy dates

  1. Padron:Cite web
  2. Padron:Cite web
  3. Padron:Cite web
  4. Padron:Cite web, second section "Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files."
  5. 5.0 5.1 Padron:Cite web
  6. Padron:Cite web
  7. Padron:Cite mailing list
  8. Padron:Cite web
  9. Padron:Cite web
  10. Padron:Cite web
  11. Padron:Cite web
  12. Padron:Cite web
  13. Padron:Cite web
  14. Padron:Cite web
  15. Padron:Cite web
  16. Padron:Cite web
  17. Padron:Cite web
  18. 18.0 18.1 Padron:Cite web
  19. Python CulturePadron:Dead link
  20. Padron:Cite web
  21. 21.0 21.1 Padron:Cite web
  22. Padron:Cite web
  23. Padron:Cite web
  24. Padron:Cite web; Padron:Cite web
  25. Documentation of the PSP Scripting API can be found at JASC Paint Shop Pro 9: Additional Download Resources
  26. Padron:Cite web
  27. Padron:Cite web
  28. Padron:Cite web
  29. Padron:Cite web
  30. Padron:Cite journal
  31. Padron:Cite web
  32. Padron:Cite book
  33. Padron:Cite web Padron:Dead link
  34. Padron:Cite web
    Padron:Cite web
  35. Padron:Cite web
  36. 36.0 36.1 Padron:Cite web
  37. Padron:Cite web
  38. Padron:Cite web
  39. Padron:Cite journal
  40. Padron:Cite web
  41. Padron:Cite web
  42. Padron:Cite web
  43. Padron:Cite web
  44. Padron:Cite web
  45. Padron:Cite web
  46. Padron:Cite web
  47. Padron:Cite web
  48. Padron:Cite web
  49. Padron:Cite web
  50. Padron:Cite web
  51. Padron:Cite web
  52. Padron:Cite web
  53. Padron:Cite web
  54. Padron:Cite web
  55. Padron:Citation
  56. Padron:Citation
  57. Python Essential Reference, David M Beazley
  58. Padron:Cite web
  59. Padron:Cite web
  60. Padron:Cite web
  61. Padron:Cite web
  62. Padron:Cite web
  63. Padron:Cite web
  64. Padron:Cite web
  65. Padron:Cite web
  66. Padron:Cite web
  67. Padron:Cite web
  68. Padron:Cite web
  69. Padron:Cite web
  70. Padron:Cite web
  71. Padron:Cite web
  72. Padron:Cite web
  73. Padron:Cite web
  74. Padron:Cite web
  75. Padron:Cite web
  76. Padron:Cite web
  77. Padron:Cite web
  78. Padron:Cite web
  79. Padron:Cite web
  80. Padron:Cite web
  81. Padron:Cite web
  82. Padron:Cite web
  83. Padron:Cite news
  84. Padron:Cite web
  85. Padron:Cite web
  86. An Interview with the Creator of Ruby
  87. alore programming language web site
  88. Padron:Cite web
  89. Padron:Cite web
Advertisement