Tagged Questions
14
votes
1answer
701 views
Is Windows a “second class citizen” in the Django community?
I'm currently doing R&D for a web application which we plan to host ourselves initially and then allow customers to self host.
My task has been evaluating web frameworks to see which would give ...
4
votes
2answers
3k views
Developing Python on Windows and deploying to Linux
I have a client who would prefer to host their application on Linux. However, my coworkers and I have very little experience with Linux. This is a short project with a low budget, so making choices ...
2
votes
1answer
468 views
How complete and mature is PyWin32?
I am considering utilizing Python for creating an application. The purpose of this application is solely to interact with the Windows API. My question, therefore, is: Is PyWin32 mature and complete ...
0
votes
2answers
577 views
Are there any good python libraries for programming GUI's on MAC and Windows? [closed]
Need a a toolset / framework that I can use to build GUI apps on both Mac and Windows, without too much stuffing around. Any obvious candidates?
0
votes
2answers
777 views
How to write an optimal LAN messenger software?
I am asking this question as an extension to the following question:
https://superuser.com/questions/713409/how-to-message-any-user-on-your-lan
I don't think I have a real answer. I found it quite ...