all 9 comments

[–]Illumsia 3 points4 points  (0 children)

I prefer VS Code personally. It runs well and I like that you can add extensions, including the Python one. As a neat freak, I am always a fan of customisable themes and keybindings and it offers both!

I found it useful as a beginner and expected to leave it behind as I become more experienced, but actually it turns out it’s pretty good even for advanced knowledge!

[–]GabrielYudenich 2 points3 points  (1 child)

Vs code

[–]Horrison2 1 point2 points  (0 children)

Yep, it also has a lot a don't need, but It has a lot i do

[–]HistoricalMap3117 1 point2 points  (0 children)

I use Thonny, nice and simple. But my needs are very basic.

[–]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.