Re: IDE for python

2017-06-29 Thread Gourav Sengupta
Hi Wan, Out out tremendous curiosity why did you switch, instead of extending? Scala will provide you fantastic advantages with its functional programming approach and very less translation loss to SPARK internals. Infact I just learned Scala to get a better understanding and appreciate SPARK. If

Re: IDE for python

2017-06-28 Thread Xiaomeng Wan
* Md. Rezaul Karim [mailto:rezaul.ka...@insight-centre.org] > *Sent:* Wednesday, June 28, 2017 12:55 PM > *To:* Sotola, Radim > *Cc:* spark users ; ayan guha ; > Abhinay Mehta ; Xiaomeng Wan > *Subject:* RE: IDE for python > > > > By the way, Pycharm from JetBrians also have

RE: IDE for python

2017-06-28 Thread Sotola, Radim
; Abhinay Mehta ; Xiaomeng Wan Subject: RE: IDE for python By the way, Pycharm from JetBrians also have a community edition which is free and open source. Moreover, if you are a student, you can use the professional edition for students as well. For more, see here https://www.jetbrains.com

RE: IDE for python

2017-06-28 Thread Md. Rezaul Karim
Wednesday, June 28, 2017 11:06 AM > *To:* ayan guha > *Cc:* User ; Xiaomeng Wan > *Subject:* Re: IDE for python > > > > I use Pycharm and it works a treat. The big advantage I find is that I can > use the same command shortcuts that I do when developing with IntelliJ IDEA

RE: IDE for python

2017-06-28 Thread Sotola, Radim
guha Cc: User ; Xiaomeng Wan Subject: Re: IDE for python I use Pycharm and it works a treat. The big advantage I find is that I can use the same command shortcuts that I do when developing with IntelliJ IDEA when doing Scala or Java. On 27 June 2017 at 23:29, ayan guha mailto:guha.a

Re: IDE for python

2017-06-28 Thread Abhinay Mehta
I use Pycharm and it works a treat. The big advantage I find is that I can use the same command shortcuts that I do when developing with IntelliJ IDEA when doing Scala or Java. On 27 June 2017 at 23:29, ayan guha wrote: > Depends on the need. For data exploration, i use notebooks whenever I can

Re: IDE for python

2017-06-27 Thread ayan guha
Depends on the need. For data exploration, i use notebooks whenever I can. For developement, any good text editor should work, I use sublime. If you want auto completion and all, you can use eclipse or pycharm, I do not :) On Wed, 28 Jun 2017 at 7:17 am, Xiaomeng Wan wrote: > Hi, > I recently sw