16
votes
3answers
1k views
Django on IronPython
I am interested in getting an install of Django running on IronPython, has anyone had any success getting this running with some level of success?
If so can you please tell of y …
14
votes
6answers
2k views
IDE for ironpython on windows
I am currently learning ironpython and loving but i'm looking to move on from using notepad++ and cmd.exe and try using something with a bit more juice.
I recently learned that ir …
14
votes
8answers
728 views
Python or IronPython
How does IronPython stack up to the default Windows implementation of Python from python.org? If I am learning Python, will I be learning a subtley different language with IronPyth …
14
votes
8answers
3k views
Iron python, beautiful soup, win32 app
Does beautiful soup work with iron python?
If so with which version of iron python?
How easy is it to distribute a windows desktop app on .net 2.0 using iron python (mostly c# call …
10
votes
2answers
397 views
IronPython Webframework
There seem to be many excellent web frameworks for Python. Has anyone used any of these (Pylons, Web2Py, Django) with IronPython?
9
votes
9answers
205 views
What are the (dis)advantages of writing unit tests in a different language to the code?
Unit tests have different requirements than production code. For example, unit tests may not have to be as performant as the production code.
Perhaps it sometimes makes sense to w …
9
votes
3answers
696 views
Pros and cons of IronPython and IronPython Studio
We are ready in our company to move everything to Python instead of C#, we are a consulting company and we usually write small projects in C# we don't do huge projects and our work …
9
votes
7answers
2k views
Boo vs. IronPython
After having looked at each of these two projects, it seems that both are VERY similar. Both run on top of the CLI, both have python style syntax, both use .NET instead of the stan …
9
votes
6answers
482 views
What are some strategies to write python code that works in CPython, Jython and IronPython
Having tries to target two of these environments at the same time I can safely say the if you have to use a database etc. you end up having to write unique code for that environmen …
8
votes
5answers
318 views
Python - IronPython dilemma
I'm starting to study Python, and for now I like it very much. But, if you could just answer a few questions for me, which have been troubling me, and I can't find any definite ans …
8
votes
8answers
378 views
Extending C# .NET application - build a custom scripting language or not?
I need to build a scripting interface for my C# program that does system level testing of embedded firmware.
My application contains libraries to fully interact with the devices. …
7
votes
12answers
457 views
How to impress developers with IronPython/Python
I need an IronPython\Python example that would show C#/VB.NET developers how awesome this language really is.
I'm looking for an easy to understand code snippet or application I …
7
votes
3answers
157 views
IronPython and ASP.NET: ready for prime time?
Has anyone actually built and deployed a website with IronPython and ASP.NET. What were your experiences and is the combination ready for prime-time?
I asked this question just …
6
votes
3answers
697 views
Instantiating a python class in C#
I've written a class in python that I want to wrap into a .net assembly via IronPython and instantiate in a C# application. I've migrated the class to IronPython, created a library …
6
votes
5answers
187 views
What is the best technology to use for automating a task using .net libraries?
Imagine that you need to develop and schedule an application/script to do the following:-
Reference one or more .net assemblies
Query the API, get some objects
for each object ca …
