From a6b3fae71e9b5dac24f9fb7e89ae336843d85549 Mon Sep 17 00:00:00 2001 From: ugurthemaster Date: Tue, 20 Aug 2013 14:21:34 +0300 Subject: [PATCH 1/2] Update news.rst --- docs/intro/news.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/intro/news.rst b/docs/intro/news.rst index 74a5b44ab..ec829f49a 100644 --- a/docs/intro/news.rst +++ b/docs/intro/news.rst @@ -31,3 +31,11 @@ Python Weekly is a free weekly newsletter featuring curated news, articles, new releases, jobs, etc. related to Python. `Python Weekly `_ + +Python News +~~~~~~~~~~~~~ + +News section in the official Python web site (www.python.org). It briefly +highlights the news from Python community. + + `Python News `_ From d0b5d5effebe88ab95fe096a452fa0d98fdc263e Mon Sep 17 00:00:00 2001 From: ugurthemaster Date: Wed, 21 Aug 2013 10:10:29 +0300 Subject: [PATCH 2/2] Update gui.rst The information about PyjamasDesktop (pyjs Desktop) has been added. --- docs/scenarios/gui.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 7194f57bd..7f502b37d 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -76,3 +76,14 @@ Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android). The main resource for information is the website: http://kivy.org + +PyjamasDesktop (pyjs Desktop) +----------------------------- +PyjamasDesktop is a port of PyJamas. PyjamasDesktop is application widget set +for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop +is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application +source code to be executed as a standalone desktop application. + +`Python Wiki for PyjamasDesktop `_. + +The main website; `pyjs Desktop `_.