Skip to content

Commit f1dd6d1

Browse files
bexelbiehroncok
authored andcommitted
Language updates and suggestions (#20)
1 parent 5a93636 commit f1dd6d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

points.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Ready to use Python environment
22
ready: false
33
content: |
4-
How to put a Python in a computer:
4+
How to get Python ready for use:
55
66
1. Install Fedora.
77
2. There is no step 2.
@@ -12,12 +12,12 @@
1212
- name: All the Pythons
1313
content: |
1414
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.
15+
and 2.X versions, PyPy 2 and 3, Jython and even MicroPython.
16+
These are all available in the repositories.
1717
Testing Python code on different interpreters has never been easier.
1818
19-
You can `sudo dnf install` the Python you need, or do `sudo dnf install tox`
20-
to get them all.
19+
You can `sudo dnf install` the Python you need, or with `sudo dnf install tox`
20+
you can get them all.
2121
logo: implementations
2222
link:
2323
href: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
@@ -32,9 +32,9 @@
3232
caption: Find out more!
3333
- name: Embedded Stuff
3434
content: |
35-
Programming for computers and servers can be fun, but what about controlling much smaller devices such as BBC micro:bit, boards with the ESP8266 chip or pyboard? With Fedora, you have everything you need, and the world of the Internet of things is opened for you.
35+
Programming for computers and servers can be fun, but what about controlling much smaller devices such as the BBC micro:bit, boards with the ESP8266 chip or pyboards? With Fedora, you have everything you need to join the universe that is the Internet of Things.
3636
37-
Even without the actual device, you can run MicroPython on Fedora to test your code, it's there, ready for you in the repos.
37+
Even if you don't have the actual device, you can run MicroPython on Fedora to test your code. It's there and ready for you in the repos.
3838
logo: embedded
3939
link:
4040
href: https://developer.fedoraproject.org/tech/languages/python/micropython.html
@@ -64,12 +64,12 @@
6464
caption: Find out more!
6565
- name: Fedorans are also Pythonistas
6666
content: |
67-
Not only Fedora is great for doing Python, important parts of Fedora are
67+
Not only is Fedora great for coding in Python, but, important parts of Fedora are
6868
actually written in it.
69-
Whether it's the Anaconda system installer, the DNF package manager
70-
or the kernel... just kidding, the kernel is not written in Python.
69+
Python powers the Anaconda system installer, the DNF package manager
70+
and the kernel ... just kidding, the kernel is not written in Python.
7171
72-
The majority of Fedora infrastructure, where the distribution is actually
72+
The majority of Fedora's infrastructure, where the distribution is actually
7373
being created, runs on Python as well. All Open Source, as we love it.
7474
logo: infra
7575
link:

0 commit comments

Comments
 (0)