How to turn off Python's event log window in the background?

2014-08-03 Thread dufriz
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

Will Python 3.x ever become the actual standard?

2013-10-23 Thread dufriz
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

Do I really need a web framework?

2013-09-30 Thread dufriz
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