From 038c25b86f70c5ff8841b240af3fe4019c7fc2ff Mon Sep 17 00:00:00 2001 From: Richard Plangger Date: Wed, 1 Mar 2017 14:58:01 +0100 Subject: [PATCH 1/3] updated the logo, copied over the original changes for gsoc 2017 --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.html b/index.html index e7ab350..432cc97 100644 --- a/index.html +++ b/index.html @@ -663,6 +663,27 @@

Project Ideas

Status: Ideas page in progress + + + + + + + +

PyPy

+

PyPy is a fast, compliant alternative implementation of the Python language.

+ Several rather separate modules exist, some of them are rather challenging. We also offer tasks where + the learning curve is not that steep.

+ + Website | + Contact: IRC Channel #pypy | + Contribution Guidelines | + Ideas Page + + Status: Ideas page in progress + + From 470d1d21e69a55c5cb7c856649df8ade92dfba69 Mon Sep 17 00:00:00 2001 From: Richard Plangger Date: Wed, 1 Mar 2017 15:10:02 +0100 Subject: [PATCH 2/3] some more changes to the pypy entry --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 432cc97..6ea995a 100644 --- a/index.html +++ b/index.html @@ -673,8 +673,7 @@

Project Ideas

PyPy

PyPy is a fast, compliant alternative implementation of the Python language.

- Several rather separate modules exist, some of them are rather challenging. We also offer tasks where - the learning curve is not that steep.

+ PyPy is separated in many independant layers, one can work on each separatly. Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...), others do not have such a steep learning curve.

Website | Contact: IRC Channel #pypy | From 3554bbccd0fca265362bcc1d0162a35b30d7e898 Mon Sep 17 00:00:00 2001 From: Richard Plangger Date: Wed, 1 Mar 2017 15:11:30 +0100 Subject: [PATCH 3/3] break lines, some reorganization --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ea995a..b38b4f5 100644 --- a/index.html +++ b/index.html @@ -673,7 +673,9 @@

Project Ideas

PyPy

PyPy is a fast, compliant alternative implementation of the Python language.

- PyPy is separated in many independant layers, one can work on each separatly. Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...), others do not have such a steep learning curve.

+ It is separated in many independant layers, one can work on each separatly. + Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...), + others do not have such a steep learning curve.

Website | Contact: IRC Channel #pypy |