DEV Community

Cover image for 4 IDEs for Python programming
Audrey Teles dos Santos
Audrey Teles dos Santos

Posted on

4 IDEs for Python programming

If you want to start in python programming, you have some options for coding and here I will talk about them.

4 - CMD or Terminal

Image description

Not at all, this would be the best option for a big project, but some people like this.

3 - IDLE Shell

Image description

This has more functions than the previous ones and you can have better management of your code.

2 - Visual Studio Code

Image description

I personally don't like programming Python in VS code, but it can be useful with its plugins and tools '-'

1 - Pycharm (Community or Professional)

Image description

I am questionable to say about PyCharm, I started programming on it, so it's my favorite haha :)

If you know of any others, comment on this post, I'd love to know ^^

Top comments (1)

Collapse
 
anderspersson profile image
Anders Persson

If you use terminal, it's great to add ipython, witch give more editing and debug right in the terminal.
ipython.org/

Lot of developer also use jupyter notebook, special it working with AI / Statictics (ipython is a part of it så same url)