Python Troubleshooting Pycharm Crashes | Best Programs for Running Python Code

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
AI Thread Summary
The discussion revolves around issues with PyCharm crashing on a laptop with 1 TB HDD and 8 GB RAM, primarily during heavy usage. Users express frustration with PyCharm's performance, suggesting it may be too resource-intensive for the laptop's specifications. Alternatives like VS Code are recommended, particularly for its customization options and suitability for Python coding. A user seeks to eliminate terminal output in VS Code, which leads to a suggestion that they can customize the interface to improve their experience. Additionally, there is a recommendation to try an older version of PyCharm, specifically 2018.1, as it may perform better than newer versions that have shown performance regressions. Overall, the conversation emphasizes the need for a more lightweight coding environment while still addressing the user's preferences.
shivajikobardan
Messages
637
Reaction score
54
https://pastebin.com/ADHtMRdr
this is crash.txt report.

My laptop is 1 TB HDD
8 GB RAM
No ssd
My general laptop usage is heavy.

1) I am using it alone, without using other programs-> pycharm still gets crashed
2) I use discord for streaming in study with me discord=> it still gets crashed.
No matter whatever I do, it keeps getting crashed.

What to do?
Is there good program to run python code?
There is vs code but it shows that terminal code which is annoying to me. Is there a way to remove those cmd codes there and just see the output.

Sublime text doesn't take cares of indentation I hate that. I tried learning python at first from ST and it killed my motivation for learning python. Pycharm is great but it keeps getting crashed. :(
 
Technology news on Phys.org
PyCharm is great but it's a pretty intense program meant for professional developers. Based on what you've shared I would not recommend you use it. I love VS Code for Python. What is the output you see that you are trying to remove?
 
Jameson said:
PyCharm is great but it's a pretty intense program meant for professional developers. Based on what you've shared I would not recommend you use it. I love VS Code for Python. What is the output you see that you are trying to remove?
someone got that..and helped me. I was trying to hide that terminal output that comes like C;/users...cd...bla bla..
I think I should go with VS code. But loved pycharm..looks like that's meant for high end laptops...
1643638807952.png

I have opened it for an hour. It hasn't restarted till now..so ig it's good.
 
Awesome! You can customize so much about VS Code, one of the many reasons I like it for Python work.
 
Jameson said:
Awesome! You can customize so much about VS Code, one of the many reasons I like it for Python work.
agreed...i didn't know about that earlier and avoided it.
 
My recommendation: some of the newer version of MyCharm retrogressed with performance, particularly in the debugger. Try an older version of PyCharm, such as 2018.1, and see if that still crashes.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top