What are some strategies to write python code that works in CPython, Jython and IronPython
Asked 07 September, 2021
Viewed 1.1K times
  • 62
Votes

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 environment. Have you got a great way to handle this situation?

6 Answer