8000 Merge pull request #485 from Hasimir/hasimir-patch-starting-2014-01 · mostlybob/python-guide@c169ca2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c169ca2

Browse files
committed
Merge pull request realpython#485 from Hasimir/hasimir-patch-starting-2014-01
Added PythonNet
2 parents 633d601 + ee93ac1 commit c169ca2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/starting/which-python.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,26 @@ an ideal choice for Windows developers.
9494

9595
IronPython supports Python 2.7. [#iron_ver]_
9696

97+
PythonNet
98+
---------
99+
100+
`Python for .NET <http://pythonnet.github.io/>`_ is a package which
101+
provides near seamless integration of a natively installed Python
102+
installation with the .NET Common Language Runtime (CLR). This is the
103+
inverse approach to that taken by IronPython (see above), to which it
104+
is more complementary than competing with.
105+
106+
In conjunction with Mono, PythonNet enables native Python
107+
installations on non-Windows operating systems, such as OS X and
108+
Linux, to operate within the .NET framework. It can be run in
109+
addition to IronPython without conflict.
110+
111+
PythonNet supports from Python 2.3 up to Python 2.7. [#pythonnet_ver]_
112+
97113
.. [#pypy_ver] http://pypy.org/compat.html
98114
99115
.. [#jython_ver] http://wiki.python.org/jython/JythonFaq/GeneralInfo#Is_Jython_the_same_language_as_Python.3F
100116
101117
.. [#iron_ver] http://ironpython.codeplex.com/releases/view/81726
118+
119+
.. [#pythonnet_ver] http://pythonnet.github.io/readme.html

0 commit comments

Comments
 (0)
0