Skip to content

Commit b2f2235

Browse files
authored
conform ABOUT.md to formatting guidelines (exercism#1404)
1 parent f4ca237 commit b2f2235

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/ABOUT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Python is a strong language for beginners.
1+
Python is a strong language for beginners.
2+
23
There are many resources available for programmers of all levels, the code is highly readable, and in many cases phrases are comparable to those in the English language.
4+
35
Code can be written and executed from the command line, in an interactive IPython session, or in a [Jupyter](http://jupyter.org) (IPython) notebook.
46

5-
The most common form of Python is compiled in C.
6-
This is often invisible to the beginning programmer, but if there are uses for which exceptionally fast implementation is needed then C extensions can be written to optimize Python execution.
7+
The most common form of Python is compiled in C; this is often invisible to the beginning programmer, but if there are uses for which exceptionally fast implementation is needed then C extensions can be written to optimize Python execution.
78

89
[Python is used extensively](https://www.python.org/about/apps/) in scientific computing, finance, games, networking, internet development, and in assembling pipelines of other programs.
910

10-
Python was started by Guido van Rossum in 1989.
11-
Its name is an homage to the comedy troupe Monty Python.
12-
Python 2 is used widely but support [may end by 2020](https://www.python.org/dev/peps/pep-0373/#id2).
13-
Python 3 was introduced in 2008 and is beginning to be adopted more widely.
14-
They are similar, but users will encounter [some differences](http://blog.teamtreehouse.com/python-2-vs-python-3).
11+
Python was started by Guido van Rossum in 1989; its name is an homage to the comedy troupe Monty Python.
12+
13+
Python 2 is used widely but support [may end by 2020](https://www.python.org/dev/peps/pep-0373/#id2); it is highly recommended that beginners use Python 3 (they are similar, but users will encounter [some differences](http://blog.teamtreehouse.com/python-2-vs-python-3)).
14+
1515
Python development is shepherded by [The Python Software Foundation](https://www.python.org/about/) and there are active community-based user groups worldwide.

0 commit comments

Comments
 (0)