#๐ help
23 messages ยท Page 1 of 1 (latest)
@lusty parcel
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.
hi where can i write python codes
thx
Visual studio code is also decent
And doesn't throw you into anything
Like projects, version control, venv's
You can also use replit.com if you don't want to download anything
i had a lot of bugs in vsc that pycharm doesn't have
I mean I now also use PyCharm but I don't recall any real problems with vscode
And I switched last week
Honestly for complete newbies, i like to recommend just coding in Notepad ++
That way you get used to launching from command line and reading errors on your own
imo I'd advise against it.
Coding in notepad++ is nothing easy (speaking from experience) ; an IDE is better suited for development - for beginners & experts alike.
I think "downgrading" to a simple editor like Notepad++ once you have a grasp of the language is a great idea. I did that when learning C and NASM and learned a ton about the tool chains.
In the beginning though, managing all that yourself will likely be overwhelming.
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.