[!] Read this is before asking something!
Archived 3 years ago
L
lynx
⚠️ This is important for beginners at programming and newcomers here ↓
# **Check if your question already has been answered elsewhere:**
Search for your question on **https://stackoverflow.com/** or https://google.com (or your search engine of your choice, may it be SearX, Startpage, DDG, Ecosia, MetaGer, Brave, or whatever...)
# **Make sure to provide the code**
You can either append the file using the `+` icon next to your message field or by typing
```py
` ` `
# WITHOUT THE spaces between ` `!!!!!
# I need help with this Python Script
print("Hello!")
` ` `
```
Please avoid directly pasting your code into the message field, it will look awful, especially when pasting longer scripts.
# **Make sure you've [the newest version of] your packages installed**
This can depend from language to language, `pip` for Python, `npm` for NodeJS, ... But please do some research on how to install packages if you get `ModuleNotFoundError`s (Python) or `Error: Cannot find module '...'`/whatever (NodeJS)!
# **We're in different time zones!**
Keep in mind we're just human and have to sleep. Some of us (like me), especially the moderators, are living in Germany, here's a website to display the current time there: https://www.timeanddate.com/worldclock/germany
