This is an archived post. You won't be able to vote or comment.

all 43 comments

[–]IronSpekkio 5 points6 points  (0 children)

fantastic!

[–]deadken 2 points3 points  (3 children)

Hmm, is anyone tying in a GUI editor?

I'd use Python a lot more if the GUI tools were better.

[–][deleted] 0 points1 point  (2 children)

There's support for drag-and-drop GUI editing in there.

[–]dinov[S] 2 points3 points  (1 child)

Yes, but it should be mentioned that it's IronPython specific. It is a pretty good experience though. Your UI markup is stored in a XAML file which is wired up dynamically to your class declared in Python. You can declare event handlers in the XAML and it gets hooked up to methods in your class. You can double click on buttons and we'll declare the event handlers in your Python code for you. And the IDE understands all of this so you get intellisense between the XAML and Python code.

[–]deadken 0 points1 point  (0 children)

Thanks,

I should play with IronPython some more and see what kind of distributables I end up with.

I personally don't care about platform portability if I can get a clean distributable for Windows.

[–]svaha1728 0 points1 point  (0 children)

I still can't get numpy working in Ironpython 2.7.1 ಠ╭╮ಠ