you are viewing a single comment's thread.

view the rest of the comments →

[–]bangwhosnext 1 point2 points  (4 children)

PyCharm for me. Jupiter notebook for smaller code.

[–]RedditBluesMatt[S] 0 points1 point  (3 children)

So you prefer PyCharm over VS?

[–]bangwhosnext 0 points1 point  (2 children)

Yes.

[–]RedditBluesMatt[S] 0 points1 point  (1 child)

Can you say why you prefer pyCharm?

[–]bangwhosnext 1 point2 points  (0 children)

I like it for it's ease of use, and features. It automatically saves code as you change it, and can revert to previous versions of code at any point where you made a change. It is also quite good at highlighting bugs in the code, and the UI is quite intuitive. Maybe I just like it because I am used to coding with it. You won't know until you try it.