#๐Ÿ”’ Setting up Python/Pycharm

41 messages ยท Page 1 of 1 (latest)

sterile meteor
#

I'm using a free online course that I took a few years ago. I'm following their instructions on how to install and make sure Python is working correctly. I installed Python 3.12.6 from Python's website, and I followed the course's instructions.

quartz slateBOT
#

@sterile meteor

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.

sterile meteor
#

Then they tell me to open cmd and press Enter, to get something like this.

sterile meteor
#

But when I press Enter, it doesn't really do that.

sterile meteor
#

I'm retaking it

#

I assume it should still work

tulip viper
sterile meteor
#

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

tulip viper
#

(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?)

sterile meteor
#

I don't really know where I could find one

tulip viper
#

!resources has a few courses, I think

quartz slateBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

sterile meteor
#

I'm using a free online course website my country gives everyone

#

It's in Hebrew as well

#

I'll check resources then

sterile meteor
#

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

tulip viper
#

What happens if you do py -0?

sterile meteor
tulip viper
#

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.

sterile meteor
#

This one?

tulip viper
#

this screen, yeah - the two python ones should be disabled

tulip viper
sterile meteor
#

Since this tutorial says it was written when 3.5 was relevant, wouldn't this be considered outdated as well?

tulip viper
#

What do you mean?

sterile meteor
#

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

tulip viper
#

(Do note that this isn't really a course, it's a book - it doesn't have any problems or assignments.)

sterile meteor
#

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.

quartz slateBOT
#
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.