Idk for python

which one is the best idk for python

vscode is a free ide for python. See this as well.

2 Likes

There are many IDEs for Python. While a lot of professionals recommend VS Code for its flexibility and ease of use, I prefer PyCharm for its debugging capabilities. I find its debugger cleaner and more intuitive compared to VS Code, especially when learning ML. I find the ability to clearly visualize data transformations and follow the data flow step-by-step to be incredibly valuable.

2 Likes

thanks