#๐Ÿ”’ How do I install Python?

20 messages ยท Page 1 of 1 (latest)

ivory fjord
#

Hello! I'm a newcomer to coding in general, I'm currently watching Mosh Hamedani's beginner's guide to python, link to it here - https://www.youtube.com/watch?v=kqtD5dpn9C8

I've currently struck across my first problem in the journey, I don't know how to install Python for Windows. There's a customized installation option and an "Install Now" option, and I'm not sure if I need all the things that come with the full installation of the software, two screenshots have been attached to show all the different tools the software comes with.

Learn Python basics in 1 hour! โšก This beginner-friendly tutorial will get you coding fast.

๐Ÿš€ Want to dive deeper?

๐Ÿ“• Get the FREE Python cheat sheet: https://mosh.link/python-cheatsheet

โœ‹ Stay connected:
...

โ–ถ Play video
frank daggerBOT
#

@ivory fjord

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.

daring gate
#

The important one for you to tick is "Add python.exe to PATH", otherwise you can leave the default values for everything else

sweet beacon
#

you can also customize the install location to something closer to the root of the drive if you want easier access to the interpreter

#

e.g., c:\Python312

#

but the default options are okay, and adding Python to PATH is pretty useful

ivory fjord
#

I'll download PyCharm as my IDE

#

will it matter if the interpreter is close to the root of the drive after setting it up?

sweet beacon
#

Not really, PyCharm and the like can detect where it is automatically. But it can be useful to know exactly where it is and be able to get to it from the command line.

#

The default Windows install options also include a utility called py that makes it easy to launch Python without needing to know where it is (you can specify a version, if you have multiples)

ivory fjord
#

Which can be done with and without an IDE I'm assuming?

sweet beacon
#

yes - you can do terminal work inside an IDE, or outside it using the regular system terminal

ivory fjord
#

I'm currently installing PyCharm, and even with the default installation it's presented me with a host of different options, which ones should I pick?

wicked spoke
#

select everything

ivory fjord
#

@sweet beacon

sweet beacon
ivory fjord
#

Thank you!

frank daggerBOT
#
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.