#๐Ÿ”’ cs code question

20 messages ยท Page 1 of 1 (latest)

nocturne turret
#

Hi, i was taking a course that had me using PyCharm. I started taking another course by CodeWithMosh. Im using CS Code, and he said that we needed to install pylint, at the time he was using a different version. But for example when i type

print "hello world" ```
it doesnt give the help that i need to put parentheses around "hello world". I was wondering how to get that working. I have the python extension downloaded and i downloaded pylint.
tulip wolfBOT
#

@nocturne turret

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.

lilac leaf
#

if you run that code there should be a syntax error after print

random wing
#

That example is from python 2

#

how old is that tutorial?

nocturne turret
#

He was using python 3

#

3.7*

random wing
#

oh so like you just want pylint to automatically lint your files

nocturne turret
#

yes

random wing
nocturne turret
#

yea in the link you sent, it says it will automatically run

#

idk why its not for me. its just very helpful cuz im new and need that boost lol

random wing
#

so you get pylance by default but not pylint ๐Ÿค”

nocturne turret
#

yes. i had to manually search pylint and download it. which i did, and i restarted the app twic3

slow moat
#

What is CS Code?

tulip wolfBOT
#
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.

#

๐Ÿ”’ cs code question