#๐Ÿ”’ PyCharm

20 messages ยท Page 1 of 1 (latest)

old iceBOT
#

@vocal knoll

Python help channel opened

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.

winter vector
#

I think you need to enable smart features.

#

Did you open just the script with pycharm?

vocal knoll
#

how would i do that?

sonic yacht
#

can you show a screenshot of your pycharm window?

winter vector
#

Are you seeing this?

tough zinc
#

wow

vocal knoll
#

Yes. I am able to type out code. But it doesnt highlight anything important. and I can run the code either

vocal knoll
winter vector
#

You forgot the .py extension

sonic yacht
#

You're not in a .py file, so it won't apply python highlighting

winter vector
#

No .py extension and no shebang #!/usr/bin/env python3, so it uses text mode by default

#

Rename (refactor -> rename) the file to .py

vocal knoll
#

wow

#

thank you !

#

im very new to this. i appreciate the help

old iceBOT
#
Python help channel closed

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.

#

๐Ÿ”’ PyCharm