Skip to content

Commit 993a758

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#308 from ugurthemaster/master
Update news.rst
2 parents 16ae10c + d0b5d5e commit 993a758

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/intro/news.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ Python Weekly is a free weekly newsletter featuring curated news, articles,
3131
new releases, jobs, etc. related to Python.
3232

3333
`Python Weekly <http://www.pythonweekly.com/>`_
34+
35+
Python News
36+
~~~~~~~~~~~~~
37+
38+
News section in the official Python web site (www.python.org). It briefly
39+
highlights the news from Python community.
40+
41+
`Python News <http://www.python.org/news/>`_

docs/scenarios/gui.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ Kivy is actively being developed by a community and free to use. It operates
7676
on all major platforms (Linux, OSX, Windows, Android).
7777

7878
The main resource for information is the website: http://kivy.org
79+
80+
PyjamasDesktop (pyjs Desktop)
81+
-----------------------------
82+
PyjamasDesktop is a port of PyJamas. PyjamasDesktop is application widget set
83+
for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
84+
is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application
85+
source code to be executed as a standalone desktop application.
86+
87+
`Python Wiki for PyjamasDesktop <http://wiki.python.org/moin/PyjamasDesktop>`_.
88+
89+
The main website; `pyjs Desktop <http://pyjs.org/>`_.

0 commit comments

Comments
 (0)