From 1efcae416a457e0c274a2537b8c2ff93c840ad6a Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 08 2017 12:17:43 +0000 Subject: [labs.fp.o] stlithgly adjust the apps of python classroom --- diff --git a/labs.fedoraproject.org/data/content/python-classroom/index.html b/labs.fedoraproject.org/data/content/python-classroom/index.html index 9bd9ed7..138923f 100644 --- a/labs.fedoraproject.org/data/content/python-classroom/index.html +++ b/labs.fedoraproject.org/data/content/python-classroom/index.html @@ -68,18 +68,18 @@
- Python Logo -

${_('Python 3.6')}

-

${_('Version 3.6 of the Python programming language')}

- ${Markup(_('Learn More >'))} + PyPy Logo +

${_('Multiple Pythons (CPython 3.6 & 2.7, PyPy 3.3)')}

+

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

+ ${Markup(_('Learn More >'))}
Python Logo -

${_('Python 2.7')}

-

${_('Version 2.7 of the Python programming language')}

- ${Markup(_('Learn More >'))} +

${_('Scientific Python stack')}

+

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

+ ${Markup(_('Learn More >'))}
@@ -96,16 +96,16 @@
Jupyter Notebook

${_('Jupyter Notebook')}

-

${_('A web-based notebook environment for interactive computing')}

+

${_('A web-based notebook environment for interactive computing and visualizations')}

${Markup(_('Learn More >'))}
- PyPy -

${_('PyPy')}

-

${_('Python implementation with a Just-In-Time compiler')}

- ${Markup(_('Learn More >'))} + git +

${_('git')}

+

${_('Popular version control system')}

+ ${Markup(_('Learn More >'))}
@@ -113,7 +113,7 @@ Python Logo

${_('tox')}

${_('virtualenv management and test command line tool')}

- ${Markup(_('Learn More >'))} + ${Markup(_('Learn More >'))}
@@ -121,9 +121,9 @@
Python Logo -

${_('virtualenv')}

+

${_('virtual environments')}

${_('Create isolated python environments')}

- ${Markup(_('Learn More >'))} + ${Markup(_('Learn More >'))}
@@ -136,7 +136,7 @@
- Python Logo + Python 3 IDLE

${_('Python 3 IDLE')}

${_('Python’s Integrated Development and Learning Environment')}

${Markup(_('Learn More >'))} diff --git a/labs.fedoraproject.org/static/images/python-classroom/git.png b/labs.fedoraproject.org/static/images/python-classroom/git.png new file mode 100644 index 0000000..9dafbc7 Binary files /dev/null and b/labs.fedoraproject.org/static/images/python-classroom/git.png differ diff --git a/labs.fedoraproject.org/static/images/python-classroom/idle.png b/labs.fedoraproject.org/static/images/python-classroom/idle.png new file mode 100644 index 0000000..e98f4bf Binary files /dev/null and b/labs.fedoraproject.org/static/images/python-classroom/idle.png differ diff --git a/labs.fedoraproject.org/static/images/python-classroom/pypy.png b/labs.fedoraproject.org/static/images/python-classroom/pypy.png index fab9146..869b0ac 100644 Binary files a/labs.fedoraproject.org/static/images/python-classroom/pypy.png and b/labs.fedoraproject.org/static/images/python-classroom/pypy.png differ