From c2a7573319962613cc567e1a1b6de00661d4dfac Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 07 2017 10:17:42 +0000 Subject: [PATCH 1/2] Python Classroom Lab: Typo --- diff --git a/labs.fedoraproject.org/data/content/python-classroom/index.html b/labs.fedoraproject.org/data/content/python-classroom/index.html index 2854db3..bd397ad 100644 --- a/labs.fedoraproject.org/data/content/python-classroom/index.html +++ b/labs.fedoraproject.org/data/content/python-classroom/index.html @@ -70,7 +70,7 @@
PyPy Logo

${Markup(_('Multiple Pythons'))}

-

${_('Multiple implementations of the Python programming language, including CPython 3.61 2.7 and PyPy 3.3')}

+

${_('Multiple implementations of the Python programming language, including CPython 3.6, 2.7 and PyPy 3.3')}

${Markup(_('Learn More >'))}
From c84d9245274fc9b26ca99f54cd3438e7ab75e1ed Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 07 2017 10:22:10 +0000 Subject: [PATCH 2/2] Python Classroom Lab: Use SymPy logo for Scientific Python --- diff --git a/labs.fedoraproject.org/data/content/python-classroom/index.html b/labs.fedoraproject.org/data/content/python-classroom/index.html index bd397ad..0913e7f 100644 --- a/labs.fedoraproject.org/data/content/python-classroom/index.html +++ b/labs.fedoraproject.org/data/content/python-classroom/index.html @@ -76,7 +76,7 @@
- Python Logo + Scientific Python

${_('Scientific Python stack')}

${_('All you need to learn or teach science in Python including SciPy')}

${Markup(_('Learn More >'))} diff --git a/labs.fedoraproject.org/static/images/python-classroom/sympy.png b/labs.fedoraproject.org/static/images/python-classroom/sympy.png new file mode 100644 index 0000000..3142a09 Binary files /dev/null and b/labs.fedoraproject.org/static/images/python-classroom/sympy.png differ