Skip to content

Commit fe09a72

Browse files
committed
Wording changes in ABOUT.md
Corrected typo for 'interactive' and reworded introductory sentences to include input from @kytrinyx about resources available for Python, from exercism#275.
1 parent 1b793f7 commit fe09a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ABOUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python is an exceptionally strong language for beginners because the code is highly readable and in many cases is as natural as reading a sentence in English. Code can be written and executed from the command line, in an interaction iPython session, or in a [Jupyter](http://jupyter.org) (iPython) notebook.
1+
Python is a strong language for beginners. 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. Code can be written and executed from the command line, in an interactive iPython session, or in a [Jupyter](http://jupyter.org) (iPython) notebook.
22

33
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.
44

0 commit comments

Comments
 (0)