Skip to content

Commit d788fd8

Browse files
bexelbiehroncok
authored andcommitted
A few more language tweaks (#22)
1 parent 7dbdd34 commit d788fd8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

points.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
- name: Ready to use Python environment
22
content: |
3-
On Fedora, Python comes pre-installed, ready for you to dive in.
4-
With first class support for Python virtual environments.
5-
Out of the box, no need to guess a magic package name to install to get started.
3+
On Fedora, Python comes pre-installed with first class support for Python virtual environments.
4+
It is ready for use straight out of the box. No guessing package names, no installation, just dive in and go.
65
Look:
76
87
[fedora]$ pyvenv env
@@ -14,23 +13,22 @@
1413
caption: Get started!
1514
- name: All the Pythons
1615
content: |
17-
Fedora includes a great many versions of Python: CPython in multiple 3.X
16+
Fedora repositories include many versions of Python: CPython in multiple 3.X
1817
and 2.X versions, PyPy 2 and 3, Jython and even MicroPython.
19-
These are all available in the repositories.
2018
Testing Python code on different interpreters has never been easier.
2119
2220
You can `sudo dnf install` the Python you need, or with `sudo dnf install tox`
23-
you can get them all.
21+
you can install them all.
2422
logo: implementations
2523
link:
2624
href: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
2725
caption: Get them all
2826
- name: Science Stuff
2927
content: |
3028
There are lot of libraries for scientific computation and visualization
31-
available in Fedora. Well known and widely used is SciPy Stack which
29+
available in Fedora. The most well known and widely used one is SciPy Stack which
3230
consists of Python, NumPy, SciPy, matplotlib, IPython, Pandas, SymPy and
33-
more... It's easy, no need to compile stuff.
31+
more. It's easy, and there is no need to compile stuff.
3432
logo: science
3533
link:
3634
href: https://developer.fedoraproject.org/tech/languages/python/scipy.html
@@ -48,7 +46,7 @@
4846
content: |
4947
Fedora helps lead the Python 3 Porting Efforts™.
5048
Major OS components are already running on Python 3 and more than a half
51-
of Python packages in the repos are Python 3 compatible.
49+
of the Python packages in the repos are Python 3 compatible.
5250
5351
When you install Fedora Workstation or Cloud, there's no Legacy Python
5452
installed by default.
@@ -72,7 +70,7 @@
7270
Not only is Fedora great for coding in Python, but, important parts of Fedora are
7371
actually written in it.
7472
Python powers the Anaconda system installer, the DNF package manager
75-
and the kernel ... just kidding, the kernel is not written in Python.
73+
and the kernel ... Just kidding, the kernel is not written in Python.
7674
7775
The majority of Fedora's infrastructure, where the distribution is actually
7876
being created, runs on Python as well. All Open Source, as we love it.

0 commit comments

Comments
 (0)