show/hide this revision's text 3 edited title

What are some strategies to write python code that works in CPython, Jython and IronpythonIronPython

show/hide this revision's text 2 edited tags; edited title

What are some strategies to write python code that works in pythonCPython, jython Jython and ironpythonIronpython

show/hide this revision's text 1

What are some strategies to write python code that works in python, 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 environment. Have you got a great way to handle this situation?