so im working on a school project and i wanted to finish it in like the next 3 days (its a pong game) and im starting to get better at it but there is one problem. . . idk what to use for like coding. If i wanna use Thonny I'd have to do it over some github link and i cant download ''pygames'' on it cause its not shown as a real app on my pc only as a folder and i have been trying so much the past 30 minutes that my brain is exploding. i dont wanna start with Python itself. . . its so scary like there is nothing on it just void and lines to type in. . .
#๐ Help with a school project
52 messages ยท Page 1 of 1 (latest)
@strange gate
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.
Closes after a period of inactivity, or when you send !close.
yea
There you find where to install stuff
Look up that error
One of the things you have to understand of programming: Errors tell you where it's wrong.
Yes.
okay
Unless it's your own code error, in that case, read the error and it'll tell you where it failed.
yea
then you can do pip install ...
with the dots?
no dots mean any package
oh. . .
but I suggest pygame-ce
so type pip insall pygame-ce
idk if that works for my code tho
It does.
it should
pygame is just a package you used
and pygame-ce is the modern version of it
original pygame package is dead
but the pygame-ce is just the same, but it's still updated
yes!
This help channel has been closed. 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.