What are some free IDE for Python on Windows?
-
http://www.jetbrains.com/pycharm/index.html seems nice but it isn't free and I am using Python only for personal use so I don't want to spend money if I have good alternatives. The main feature that I am looking for is code-completion or at least a pop-up with the syntax of functions. That would be a huge help. I saw but Pycharm isn't free and IDLE's code-completion isn't good
-
Answer:
PyScripter, PyCharm Both are easy to learn and use https://wiki.python.org/moin/PythonEditors
Gaurav Jain at Quora Visit the source
Other answers
I would go with http://www.eclipse.org/ + http://pydev.org/. Interpreter, I don't know. PyDev works with Python, Jython and IronPython. I haven't used this combo in Windows, but in Linux it works very well. And since Eclipse should work more or less the same in Windows I assume it works well there, too.
Marko Poutiainen
Eclipse + PyDev works on Windows as well. But I haven't tried out Jython and IronPython. Also pyscripter " https://code.google.com/p/pyscripter/ " is pretty good.
Nipun Talukdar
PyCharm has a Community Edition which is free. I have used PyScripter few times on Windows and liked it (its packaged with Portable Python). I personally use Vim and am happy with it. May not be smooth start, but you may end up loving it. These two plugins for Vim should be helpful. Syntastic [https://github.com/scrooloose/syntastic] for syntax checking Jedi [https://github.com/davidhalter/jedi gives auto-completion, function hints and documentation which can be bit slow and annoying sometimes, but mostly ok. I usually write lot of small Python programs, and like to run it frequently and instantly similar to "Run" button/common in most IDE's. On *nix environment I found this small shell script useful - http://vim.wikia.com/wiki/Send_buffer_to_interpreter_in_a_new_xterm " Use these binding with above shell script " Run python script shortcut au! BufRead,BufWrite,BufWritePost,BufNewFile *.py au BufEnter *.py map <leader>p :w !~/local/bin/viminterpreter python2& <CR><CR> au! BufLeave *.py unmap <leader>p
Vishesh Yadav
I am a python hobyist so I don't want to spend money to buy IDE. There are several good IDEs out there. Pyscripter, EricIDE, Eclipse+pydev, KomodoEdit. You can try them all and choose which one you prefer. I feel comfortable enough with KomodoEdit.
Mico Siahaan
Related Q & A:
- What Are Some Free Promo Codes For Australian Itunes?Best solution by retailmenot.com
- What Is Best Free Web Browser For S60v5?Best solution by Yahoo! Answers
- What are the common usage of python programming language?Best solution by quora.com
- What is the best mobile web browser for Windows Mobile 5?Best solution by tomsguide.com
- Free video editing software for windows?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.