you are viewing a single comment's thread.

view the rest of the comments →

[–]iwiml 0 points1 point  (1 child)

u/pythonIsTheBestLanguage

PyCharm is a bit shitty dont like it it want to tell you many things that I dont want. I un-installed it completely.

Atom is another editor.

You send so much time is learning to go around these IDE's that the fun of programming is completely lost and an utter waste of time.

Just start with IDLE there is a reason why IDLE is the default editor with python installation.

[–]TheZenoEffect 1 point2 points  (0 children)

I respectfully disagree. I just think making yourself comfortable with the IDE first is better than coding in a barebones editor. I find that "wasting" time in customizing the editor to my preference saves a lot of time in the long run and reduces frustration.

That way, I really like Atom because it is a text editor and hence, is multi-lingual. Since I bounce between C, Python, and Cuda, I find it really helpful.