Hi,
whenever I run the Leo editor (a Python application) from Windows (8.1), there
is always an event log window in the background. I want to turn it off.
It was suggested to me on another forum that I use pythonw.exe instead of
python.exe to prevent the window from being displayed, but I don't
I am starting to have doubts as to whether Python 3.x will ever be actually
adopted by the Python community at large as their standard. Years have passed,
and a LARGE number of Python programmers has not even bothered learning version
3.x. Why am I bothered by this? Because of lot of good librar
I want to set up a very simple website, and I need to know if it is necessary
to use a web framework (e.g. Django) to do basic interactive operations such as
receiving input from the user, looking up a database and returning some data to
the user.
I know that this is exactly the purpose of web f