Alexander Baranosky wrote:
I want to setup a project in .NET, using ironpython for unit testing and C# for writing the main project assemblies. I am not really a Python programmer, and am looking into the different IDE's. I like PyScripter so far but not sure how to use IronPython from it or how I can hook my Python tests up with my C# generated assemblies.

I've not used PyScripter but it has a reputation as a good Python IDE. My experience has been that I prefer working with Python IDEs for IronPython than .NET IDEs as they have better features for working with Python code (and IronPython code is just Python code after all).

I did a write-up of several popular IDEs and their support for IronPython:

* http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml

IDEs covered:

* IronPython Studio and Visual Studio
* SharpDevelop
* Wing
* Eclipse with PyDev
* Assorted other editors

Plus it looks at some of the standard tools useful for developing with Python and IronPython.

HTH

Michael


Any help is appreciated.

All the Best,
Alex

------------------------------------------------------------------------
With Windows Live, you can organize, edit, and share your photos. Click here. <http://www.windowslive.com/Desktop/PhotoGallery>
------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to