#๐Ÿ”’ How to get the first one

8 messages ยท Page 1 of 1 (latest)

high marlinBOT
#

@humble wind

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.

nocturne shale
#

This looks like a text editor -- VSCode in this case. It's basically a better notepad with colors and more tools for writing code (like the autocomplete you see).

#

The second screenshot is the Python REPL which is more of an interactive form of interpreting Python code.

#

The editor in the screenshot is this one

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.ย  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

#

There's a few other options apart from VSCode tho. There's PyCharm which has more features (but probably not things you should worry about right now) and most people here generally recommend Thonny or Mu for beginners.

hushed glacier
high marlinBOT
#
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.