Skip to content

Commit 5a93636

Browse files
authored
Multiple Pythons content (#14)
1 parent b571b5f commit 5a93636

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

points.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
href: http://example.com
1111
caption: Find out more!
1212
- name: All the Pythons
13-
ready: false
1413
content: |
15-
We have many varieties of Python in Fedora!
16-
Pick one, or test them all!
14+
Fedora includes a great many versions of Python: CPython in multiple 3.X
15+
and 2.X versions, PyPy 2 and 3, Jython and even MicroPython,
16+
all available in the repositories.
17+
Testing Python code on different interpreters has never been easier.
18+
19+
You can `sudo dnf install` the Python you need, or do `sudo dnf install tox`
20+
to get them all.
1721
logo: implementations
1822
link:
19-
href: http://example.com
20-
caption: Find out more!
23+
href: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
24+
caption: Get them all
2125
- name: Science Stuff
2226
ready: false
2327
content: |

0 commit comments

Comments
 (0)