Re: better and user friendly IDE recommended?

2014-03-09 Thread Martin Schöön
Den 2014-02-14 skrev Martin Schöön martin.sch...@gmail.com: Den 2014-02-14 skrev Rustom Mody rustompm...@gmail.com: On Friday, February 14, 2014 2:57:13 AM UTC+5:30, Martin Schöön wrote: Den 2013-09-17 skrev rusi On Wednesday, September 11, 2013 7:44:04 PM UTC+5:30, mnishpsyched wrote:

Re: better and user friendly IDE recommended?

2014-03-09 Thread Michael Weylandt
On Mar 9, 2014, at 19:58, Michael Weylandt michael.weyla...@gmail.com wrote: On Mar 9, 2014, at 19:22, Martin Schöön martin.sch...@gmail.com wrote: What you don't get as far as I can see is code completion, syntax highlighting etc since Emacs is doing this with respect to Orgmode and not

Re: better and user friendly IDE recommended?

2014-03-09 Thread Michael Weylandt
On Mar 9, 2014, at 19:22, Martin Schöön martin.sch...@gmail.com wrote: What you don't get as far as I can see is code completion, syntax highlighting etc since Emacs is doing this with respect to Orgmode and not the programming language you use. Put (setq org-src-fontify-natively t) In

Re: better and user friendly IDE recommended?

2014-02-14 Thread Martin Schöön
Den 2014-02-14 skrev Rustom Mody rustompm...@gmail.com: On Friday, February 14, 2014 2:57:13 AM UTC+5:30, Martin Schöön wrote: Den 2013-09-17 skrev rusi On Wednesday, September 11, 2013 7:44:04 PM UTC+5:30, mnishpsyched wrote: Just saw this http://www.youtube.com/watch?v=1-dUkyn_fZA

Re: better and user friendly IDE recommended?

2014-02-13 Thread Martin Schöön
Den 2013-09-17 skrev rusi rustompm...@gmail.com: On Wednesday, September 11, 2013 7:44:04 PM UTC+5:30, mnishpsyched wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? Just

Re: better and user friendly IDE recommended?

2014-02-13 Thread Rustom Mody
On Friday, February 14, 2014 2:57:13 AM UTC+5:30, Martin Schöön wrote: Den 2013-09-17 skrev rusi On Wednesday, September 11, 2013 7:44:04 PM UTC+5:30, mnishpsyched wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web

Re: better and user friendly IDE recommended?

2013-09-17 Thread rusi
On Wednesday, September 11, 2013 7:44:04 PM UTC+5:30, mnishpsyched wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? Just saw this http://www.youtube.com/watch?v=1-dUkyn_fZA

Re: better and user friendly IDE recommended?

2013-09-15 Thread EricF
In article mailman.380.1379193791.5461.python-l...@python.org, memilanuk memila...@gmail.com wrote: On 09/12/2013 02:15 PM, Adrián Espinosa wrote: I suggest you to use IntelliJ IDEA. It has a plugin for Python and Django (web framework). It works flawlessly. If one were inclined to go that

Re: better and user friendly IDE recommended?

2013-09-15 Thread Joshua Landau
On 12 September 2013 16:47, Paul Rudin paul.nos...@rudin.co.uk wrote: Joshua Landau jos...@landau.ws writes: If the time learning a set of tools is enough to make the choice between tools, I suggest avoiding, say, Vim. That's a big if. If you expect to spend a lot of time editing text,

Re: better and user friendly IDE recommended?

2013-09-14 Thread memilanuk
On 09/12/2013 02:15 PM, Adrián Espinosa wrote: I suggest you to use IntelliJ IDEA. It has a plugin for Python and Django (web framework). It works flawlessly. If one were inclined to go that route, wouldn't PyCharm typically be a better choice? --

Re: better and user friendly IDE recommended?

2013-09-12 Thread Joshua Landau
On 12 September 2013 00:44, Ben Finney ben+pyt...@benfinney.id.au wrote: mnish1...@gmail.com writes: My main advice: Avoid non-free (that is, proprietary) software for your development tools. Learning a set of development tools is a significant investment, and you should not tie that

Re: better and user friendly IDE recommended?

2013-09-12 Thread Ben Finney
Joshua Landau jos...@landau.ws writes: On 12 September 2013 00:44, Ben Finney ben+pyt...@benfinney.id.au wrote: mnish1...@gmail.com writes: My main advice: Avoid non-free (that is, proprietary) software for your development tools. Learning a set of development tools is a significant

Re: better and user friendly IDE recommended?

2013-09-12 Thread Joshua Landau
On 12 September 2013 09:04, Ben Finney ben+pyt...@benfinney.id.au wrote: Joshua Landau jos...@landau.ws writes: On 12 September 2013 00:44, Ben Finney ben+pyt...@benfinney.id.au wrote: mnish1...@gmail.com writes: My main advice: Avoid non-free (that is, proprietary) software for your

Re: better and user friendly IDE recommended?

2013-09-12 Thread Paul Pittlerson
On Wednesday, September 11, 2013 5:14:04 PM UTC+3, mnishpsyched wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? If you are a programmer in the sense that you are a

Re: better and user friendly IDE recommended?

2013-09-12 Thread Fabio Zadrozny
You'll probably get way too many answers (everyone has its own personal favorite). I suggest you check: http://stackoverflow.com/questions/81584/what-ide-to-use-for-python and https://wiki.python.org/moin/IntegratedDevelopmentEnvironments, grab the ones you think are worth it, experiment with

Re: better and user friendly IDE recommended?

2013-09-12 Thread Wayne Werner
On Thu, 12 Sep 2013, Ben Finney wrote: Better to learn these once, in a single powerful tool that can be maintained independent of any one vendor for as long as its community is interested. And if you're a developer, even a community of one is enough ;) -W --

Re: better and user friendly IDE recommended?

2013-09-12 Thread Paul Rudin
Joshua Landau jos...@landau.ws writes: If the time learning a set of tools is enough to make the choice between tools, I suggest avoiding, say, Vim. That's a big if. If you expect to spend a lot of time editing text, code, etc. over the next few years then it's definitely learning at least

Re: better and user friendly IDE recommended?

2013-09-12 Thread Adrián Espinosa
El miércoles, 11 de septiembre de 2013 16:14:04 UTC+2, mnishpsyched escribió: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? Hi and welcome. I suggest you to use IntelliJ IDEA.

Re: better and user friendly IDE recommended?

2013-09-12 Thread Veritatem Ignotam
Is this thread going to evolve into your classic vim vs. emacs, sweet! Also, Paul is completely right. V.I. On 09/12/2013 11:47 AM, Paul Rudin wrote: Joshua Landau jos...@landau.ws writes: If the time learning a set of tools is enough to make the choice between tools, I suggest avoiding,

Re: better and user friendly IDE recommended?

2013-09-12 Thread Westley Martínez
On Wednesday, September 11, 2013 7:14:04 AM UTC-7, mnishpsyched wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? I use vim and idle. --

Re: better and user friendly IDE recommended?

2013-09-12 Thread Joe Junior
On 12 September 2013 13:00, Veritatem Ignotam veritatem.igno...@gmail.com wrote: Is this thread going to evolve into your classic vim vs. emacs, sweet! Who doesn't love those? ;-) On 09/12/2013 11:47 AM, Paul Rudin wrote: Joshua Landau jos...@landau.ws writes: If the time learning a set of

better and user friendly IDE recommended?

2013-09-11 Thread mnish1984
Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? -- https://mail.python.org/mailman/listinfo/python-list

Re: better and user friendly IDE recommended?

2013-09-11 Thread Adam Tauno Williams
On Wed, 2013-09-11 at 07:14 -0700, mnish1...@gmail.com wrote: Hey i am a programmer but new to python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? geany; it's awesome. http://www.geany.org/ -- Adam Tauno Williams

Re: better and user friendly IDE recommended?

2013-09-11 Thread Ben Finney
mnish1...@gmail.com writes: Hey i am a programmer but new to python. Welcome! Congratulations on finding Python. Can anyone guide me in knowing which is a better IDE used to develop web related apps that connect to DB using python? The question of IDEs is a common one, and is a matter of