#πŸ”’ I'm new and lost :D

14 messages Β· Page 1 of 1 (latest)

queen mist
#

I'm installing python for the first time and trying to get it running, don't really understand what i'm doing but command prompt says I have version 3.14.4.

How do I open python and code anything at this point?

wise forgeBOT
#

@queen mist

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.

keen verge
#

just want to open by pointing out that we have an excellent installation guide in resources, corey schafers first link is a walkthrough

#

!resources

wise forgeBOT
#
Resources

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

granite vessel
# queen mist I'm installing python for the first time and trying to get it running, don't rea...

What you have installed right now is the Python runtime which allows you to run Python code. To be able to write Python code, you'll need a code editor which is separate. Python itself should come with IDLE which is an okay starting point. Another popular option is using Thonny. And of course there's stuff like VSCode though the other two I mentioned are more suited towards beginners.

ornate wraith
keen verge
#

once you're able to write and run code, it's worth taking a look at virtual environments, it's the next step in running code properly. you can ping me if you want some explanation but first get an IDE set up

#

I believe pycharm will make it automatically, so that's a friendly option but there are details you should still be aware of.

red steeple
#

!learn

wise forgeBOT
#
Go-to beginner resources

Here are the top free resources we recommend for people who are new to programming:

For a full, curated list of educational resources we recommend, please see our resources page!

red steeple
#

This is also pretty useful for a new starter

wise forgeBOT
#
Python help channel closed for inactivity

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.