Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32745 > unrolled thread
| Started by | bkuberek@gmail.com |
|---|---|
| First post | 2012-11-04 16:45 -0800 |
| Last post | 2012-11-05 18:40 +1100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: No more Python support in NetBeans 7.0 bkuberek@gmail.com - 2012-11-04 16:45 -0800
Re: No more Python support in NetBeans 7.0 Demian Brecht <demianbrecht@gmail.com> - 2012-11-04 22:29 -0800
Re: No more Python support in NetBeans 7.0 Chris Angelico <rosuav@gmail.com> - 2012-11-05 18:40 +1100
| From | bkuberek@gmail.com |
|---|---|
| Date | 2012-11-04 16:45 -0800 |
| Subject | Re: No more Python support in NetBeans 7.0 |
| Message-ID | <b2c87a2d-1fe5-42a2-a8a3-d3aac12b2a32@googlegroups.com> |
On Thursday, March 24, 2011 10:32:44 AM UTC-4, Kees Bakker wrote: > Hi, > > Sad news (for me, at least), in the upcoming version 7.0 of NetBeans > there will be no Python plugin anymore. > > I have been using NetBeans for Python development for a while now > and I was very happy with it. > > See this archive for details: > http://netbeans.org/projects/www/lists/nbpython-dev/archive/2010-11/message/0 > http://netbeans.org/projects/www/lists/nbpython-dev/archive/2011-01/message/0 > -- > Kees It is sad indeed. I would have preferred to use netbeans for all my coding and now I have to use both netbeans and a python IDE. I have been using PyCharm for a year now and I am very happy with it. It is the best I have used for python development with django, html, javascript and css support as well. I recommend trying it out. However I am not happy about having to use different IDEs as I find myself coding in both python and php from project to project. Jetbrains IDEA Ultimate edition has both php and python support but is way out of my budget.
[toc] | [next] | [standalone]
| From | Demian Brecht <demianbrecht@gmail.com> |
|---|---|
| Date | 2012-11-04 22:29 -0800 |
| Message-ID | <mailman.3268.1352097304.27098.python-list@python.org> |
| In reply to | #32745 |
On 2012-11-04, at 4:45 PM, bkuberek@gmail.com wrote: > However I am not happy about having to use different IDEs as I find myself coding in both python and php from project to project. One of the many reasons Vim is my editor of choice. Demian Brecht @demianbrecht http://demianbrecht.github.com
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-11-05 18:40 +1100 |
| Message-ID | <mailman.3274.1352101224.27098.python-list@python.org> |
| In reply to | #32745 |
On Mon, Nov 5, 2012 at 5:29 PM, Demian Brecht <demianbrecht@gmail.com> wrote: > > On 2012-11-04, at 4:45 PM, bkuberek@gmail.com wrote: >> However I am not happy about having to use different IDEs as I find myself coding in both python and php from project to project. > > One of the many reasons Vim is my editor of choice. Same here. My IDE needs are very simple. Give me an editor that lets me manipulate multiple files at once, can one-key invoke make, and preferably has syntax highlighting, and I'm happy. So for me, SciTE is my editor and IDE. ChrisA
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web