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 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top