Best way of learning Python + GUI when coming from .NET
- by Oscar Mederos
I've been developing applications in C# / VB.NET for about 3-4 years (.NET Framework v2.0, 3.5, 4). I have also developed some command-line applications or scripts in C, and Python under Linux.
Sometimes I need to develop my applications in another languages, like Python, but the problem thing is that lots of those applications require a GUI.…