Skip to content

Python 2 compatibility?

Currently wetb only supports Python 3. Using external tools such as six or future, or an included compatibility module (examples from pandas, numpy, ipython), it is possible to create a single code base that supports both Python 2 and 3.

If Python 2 compatibility is important for you, please add a +1 in the comments.

Additional resources regarding 2/3 compatible code: