Display formatted text in a window using python

Posted by nikolaos on Stack Overflow See other posts from Stack Overflow or by nikolaos
Published on 2010-03-11T18:44:28Z Indexed on 2010/03/13 5:15 UTC
Read the original article Hit count: 344

I make a program in wxpython which displays questions to the user and a radiobox with answers. Questions and answers should be in a database and is formatted text using some mathematics (paranthesis, root squares etc). Could you propose me what widget I should use for such a text and what could be the database? Thanks.

© Stack Overflow or respective owner

Related posts about wxpython

Related posts about formatted-text