#๐ i am new and run simple scripts over pycharm but they seem to take super long, why is that?
26 messages ยท Page 1 of 1 (latest)
@stiff notch
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
You'll also need a good RPc
What is that
what are your "simple scripts" doing?
a simple ```py
for i in range(10**100):
print(i)
im just learning it, after running this script it took like 30 seconds
ok then yes something is very wrong with your setup
is ur pycharm installed in ur hdd?
Exactly the setup is wrong too
no
oh
even then it wont be as fast as vscode because all jetbrains products are like that
should i use vscode?
u can try increasing the heap size but I wont recommend it as it will take more resources which will make it difficult to use something else with ur pycharm open
sure why not
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.