Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello ..
i am a python newbie. i am learning python for the past 1 month. i have done programs in python console. i heard that python is widely used for web development. i wanted to know weather i can build desktop applications using python. if yes what ide i have to use for it. is there any IDE like Visual studio for developing pure python application for windows. what else should i consider for my requiremnt...

plese suggest

thanks
vikas
Posted

1 solution

I looks like you mean something like graphical windowed UI. For what platform(s), by the way?

Of course, this is possible. There is a number of frameworks for such projects. You can start here: https://wiki.python.org/moin/GuiProgramming[^].

Same thing is with the choice of different IDE. You can start here: https://wiki.python.org/moin/IntegratedDevelopmentEnvironments[^].

As you can see, Python is popular enough for people to develop different solutions you could use.

Also, you mentioned "IDE like Visual Studio". Why only "like"? There is such thing as Python for .NET and Mono, with well-known Visual Studio add-on and correspondent project templates. It's called Iron Python. Please see:
http://en.wikipedia.org/wiki/IronPython[^],
http://ironpython.net/[^].

This way, you can enjoy Python development using Visual Studio, and, as always with .NET, develop assemblies implementing different types of .NET Windows UI, which can also run on Mono for Linux, Mac OS X and other platforms. There is also such possibility as using Python Tools for Visual Studio (PTVS); it supports some other Python implementations. Please see: http://pytools.codeplex.com[^].

It's possible that there are other solution I'm not familiar with. Even at this point, you have enough to give it a try.

—SA
 
Share this answer
 
v3
Comments
vikaskallidantheyil 28-Feb-15 7:24am    
I want for windows platform.. to develop desktop application
Sergey Alexandrovich Kryukov 28-Feb-15 7:37am    
All right. Didn't I answered your questions? Are you going to accept my answer formally?
—SA
vikaskallidantheyil 1-Mar-15 23:15pm    
yes ofcourse .. thank u
Sergey Alexandrovich Kryukov 1-Mar-15 23:40pm    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900