You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ABOUT.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,27 @@ But do not be fooled: while programming across paradigms is fully supported, [ev
7
7
8
8
9
9
Python was created by Guido van Rossum and first released in 1991.
10
-
The [Python Software Foundation][psf] manages and directs resources for Python and CPython development and receives proposals for changes to the language from [members][psf membership] of the community via [Python Enhancement Proposals or PEPs][peps].
11
-
It is considered a strong language for programmers [starting their journey][python for beginners], with a welcoming community and many resources available to learners of all levels and persuasions.
10
+
The [Python Software Foundation][psf] manages and directs resources for Python and CPython development and receives proposals for changes to the language from [members][psf membership] of the community via [Python Enhancement Proposals (PEPs)][peps].
11
+
It is considered a strong language for programmers [starting their journey][python for beginners], with a welcoming community and many resources available to learners of all levels and interests.
12
12
13
13
14
14
Python puts a strong emphasis on code readability and (_similar to Haskell_) uses [significant indentation][significant indentation] to denote function, method, and class definitions.
15
-
Code can be written and executed from the command line, in an interactive interpreter session, in [JupyterLab][jupyter] (Jupyter notebook), or a wide variety of [code editors and IDEs][editors for python].
15
+
Code can be written and executed from the command line, in an interactive interpreter session, in [JupyterLab][jupyter] (Jupyter Notebooks), or a wide variety of [code editors and IDEs][editors for python].
16
16
17
17
[Python is used extensively][python is used extensively] in scientific computing, finance, games, networking, internet development, and in assembling pipelines of other programs.
18
18
19
19
20
20
The [zen of Python (PEP 20)][the zen of python] and [What is Pythonic?][what is pythonic] lay out additional philosophies and perspectives on the language.
21
21
22
22
23
-
Tests and tooling for this track currently support `3.10` - `3.13.5` (_tests_) and [`Python 3.13.5`][313-new-features] (_tooling_).
23
+
Tests and tooling for this track currently support `Python 3.10 - 3.13.7` (_tests_) and [`Python 3.13.7`][313-new-features] (_tooling_).
24
24
It is highly recommended that students upgrade to at least `Python 3.10`, as some features used by this track may not be supported in earlier versions.
25
25
That being said, most of the exercises will work with `Python 3.6+`, or even earlier versions.
26
26
But we don't guarantee support for versions not listed under [Active Python Releases][active-python-releases].
27
27
We will try to note when a feature is only available in a certain version.
28
28
29
29
30
-
Complete documentation for the current release of Python (3.13.x) can be found at [docs.python.org][python docs].
30
+
Complete documentation for the track's in-use release of Python (`3.13.x`) can be found at [docs.python.org][python docs].
0 commit comments