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.
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top