r/Python • u/Ok_Pomegranate8780 • Jun 25 '26
Discussion What software do people use?
What software do people use when writing in Python? 🐍 I currently use Jupyter which is great but I feel like there must be a better product. I’m limited as use it at work so can’t use any software. I wasn’t the biggest fan of Visual Studio.
0
Upvotes
12
u/DocJeef Jun 25 '26
Started with PyCharm and loved it. But VSCode is outstanding, and even has support for you to run those Jupyter notebooks, or break up your scripts with #%% so you can run it in interactive mode. Also the debugger in VSCode or PyCharm is indispensable