Questions tagged [ironpython]
4 questions
7
votes
2 answers
How many types of polymorphism are there in the Python language?
I just read an article by Luca Cardelli and he explained types of polymorphism which are:
The article is named On Understanding Types, Data Abstraction, and Polymorphism.
Types of Polymorphism
Cardelli defines several types of polymorphism in this…

Pythonist
- 107
- 1
- 2
5
votes
2 answers
Should I use .NET? (IronPython?)
I asked in another question about where a good place to start learning programming was and I came to the conclusion with the many helpful answers, that I would like to go with Python. So now, would there be a benefit to using a .NET implementation…

Daniel B.
- 153
- 5
4
votes
0 answers
How to Use Python as a "Macro" runner for a C# Application
I am working on an application that the user may wish to automate some features of (but we don't know what at the moment) I would like to provide them some kind of scripting interface so they can play with application more freely.
To me the best…

chrispepper1989
- 327
- 2
- 8
0
votes
1 answer
What i and n stand for in python?
I've been writing a program to pick random words from my list. However, to do that I had to imitate some solutions on the internet, and I succeeded.
Unfortunately, there is something that I can't understand in my work.
def repeat(pic_word, n):
…

Abdulaziz Al Jumaia
- 101
- 1
- 1
- 3