#๐ Setting up Python/Pycharm
41 messages ยท Page 1 of 1 (latest)
@sterile meteor
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.
Then they tell me to open cmd and press Enter, to get something like this.
That looks like 3.7.1
But when I press Enter, it doesn't really do that.
Yeah, the course is a little old
I'm retaking it
I assume it should still work
presumably it also tells you to write python --version as on the screenshot.
Oh okay I'm a little dumb haha
It said to write the following command and then press Enter, but there was like no command, so I was very confused
(Also, generally speaking it might be a good idea to find a course that's not so old as to be using python 3.7. That's not as bad as python 2, but it's around... 5+ years old?)
I don't really know where I could find one
!resources has a few courses, I think
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
I'm using a free online course website my country gives everyone
It's in Hebrew as well
I'll check resources then
I'm trying to follow this one now
For some reason it still does not work the way the tutorial explains. I uninstalled Python 3.8 and Python 3.12, tried installing 3.12 again from scratch and to make sure I press "Add Python 3.12 to PATH" or whatever it said
then I tried following this
but typing in "python" and pressing enter only opens the Microsoft Store
What happens if you do py -0?
So you indeed have 3.12 installed, then. You could use py instead of python in all commands, that'd work. To make python work, you might need to disable that silly windows thing where it opens up the appstore instead - I think it's done by searching up "execution aliases" in the start menu, or something like that, and disabling the ones for Python.
this screen, yeah - the two python ones should be disabled
yup, this looks right
Since this tutorial says it was written when 3.5 was relevant, wouldn't this be considered outdated as well?
What do you mean?
Well earlier you said that since my previous course was using Python 3.7, it's considered outdated and I should pick a more updated course. But this course is using Python 3.5.
It's one of the courses I picked from the resources you sent
Ah, I see. It's a bit silly they haven't updated that section, but in general that book does get updated a bit over the years: https://github.com/swaroopch/byte-of-python/commits/master/
(Do note that this isn't really a course, it's a book - it doesn't have any problems or assignments.)
Right.
The course I took back then had me do a bunch of assignments and then ended with me making a big hangman game, but I forgot most of it since then.
They've got a follow up course which is a bit more serious, so I was hoping to be up to speed and continue that one once I remember everything again.
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.