[Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder
Stephen P. Molnar
s.molnar at sbcglobal.net
Sun Jun 4 08:42:12 EDT 2017
On 06/04/2017 04:44 AM, Abdur-Rahmaan Janhangeer wrote:
> Wing. Wing IDE personal works awesome for me
>
> Abdur-Rahmaan Janhangeer,
> Mauritius
> abdurrahmaanjanhangeer.wordpress.com
>
> On 3 Jun 2017 02:59, "C W" <tmrsg11 at gmail.com> wrote:
>
>> Dear Python list,
>>
>> I am an R user learning Python. What is a good editor?
>>
>> 1) Pycharm
>> PyCharm evaluates the entire script, I just want to change a few lines in
>> the script.
>> For example,
>>
>> import matplotlib.pyplot as plt
>> import numpy as np
>>
>> x = np.arange(0, 1,0.1)
>> y = np.sin(2 * np.pi * x)
>>
>> plt.figure(1)
>> plt.clf()
>> plt.plot(x, y)
>> plt.show()
>>
>> Now, I want to do a scatter plot, but don't want to generate the data
>> again. I just want the "line by line" evaluation like in R and Matlab.
>> Basically, you can type in console and add to the existing variables.
>>
>> 2) Spyder
>> Spyder looks a lot like RStudio, I like it! But, it does not have an app
>> icon in applications. I am baffled. I do ~/anaconda/bin/spyder every time.
>>
>> Am I missing something or is this the way it is?
>>
>> Thank you very much!
>> _______________________________________________
>> Tutor maillist - Tutor at python.org
>> To unsubscribe or change subscription options:
>> https://mail.python.org/mailman/listinfo/tutor
>>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
Here's how I start Spyder, in Xfce:
/home/comp/Apps/anaconda3/bin/spyder
--
Stephen P. Molnar, Ph.D. Life is a fuzzy set
www.molecular-modeling.net Stochastic and multivariate
(614)312-7528 (c)
Skype: smolnar1
More information about the Tutor
mailing list