Daniel Duffy
C++ author, trainer
- Joined
- 10/4/07
- Messages
- 10,545
- Points
- 648
Why can't you give a simple answer? Can I do in Python what I have done in C#?Dynamically creating a class is really standard (and eminently Google-able). The DLL part is usually not done, and kind of not the right mindset. You COULD compile it down to C dynamically and load that, depending on the type of code, see for example Numba.
1. Yes
2. No
Disclaimer: I am a Python ignoramus.
The dll is not necessarily wrong.