WxPython: Control for numbers in scientific notation
问题 Are there controls to allow the user to enter numbers in scientific notation in WxPython? I could not get NumCtrl to accept those, neither have I found a formatter. Indeed FloatSpin does support scientific notation, but I think a spin control is misleading in this case. 回答1: You might be able to accomplish what you want using a data formatter. There is a wxPython wiki article that actually mentions one using scientific notation here: http://wiki.wxpython.org/DataFormatters Alternatively, I