Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/intro/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ Python Weekly is a free weekly newsletter featuring curated news, articles,
new releases, jobs, etc. related to Python.

`Python Weekly <http://www.pythonweekly.com/>`_

Python News
~~~~~~~~~~~~~

News section in the official Python web site (www.python.org). It briefly
highlights the news from Python community.

`Python News <http://www.python.org/news/>`_
11 changes: 11 additions & 0 deletions docs/scenarios/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://wiki.python.org/moin/PyjamasDesktop>`_.

The main website; `pyjs Desktop <http://pyjs.org/>`_.