#๐Ÿ”’ First time using Python

26 messages ยท Page 1 of 1 (latest)

sand marshBOT
#

@bronze sonnet

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.

rapid patio
#

did you make a program that prints hello world

bronze sonnet
#

no. i dont even know how to do that

rapid patio
bronze sonnet
#

ok, well if I don't know how to do that where can I go? There is a "IDLE" and just "Python" on my desktop, which one do i open?

#

I would assume python, but again I don't know what I'm doing

rapid patio
#

IDLE is a code editor. so that one.

bronze sonnet
#

thanks!

rapid patio
#

if you try to run "Python" by itself, it will wonder which .py file you're asking it to execute.

#

!resources

sand marshBOT
#
Resources

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

rapid patio
#

try following one of the beginner books on here.

bronze sonnet
bronze sonnet
#

windows

rapid patio
bronze sonnet
#

whats a shell?

rapid patio
#

the shell of the operating system
it's what you use to run commands. like commands that run python programs.

bronze sonnet
#

but if windows already has a shell, why can't I use that?

#

its called powershell right?

rapid patio
#

powershell has a windows-specific shell language, so it's easier as a beginner to use a bash shell, which is universal.

bronze sonnet
#

oh ok, i'm getting it now, thank you!

rapid patio
#

some very basic commands are the same in both powershell and bash. and then there are others that are different for seemingly no reason.

sand marshBOT
#
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.

#

๐Ÿ”’ First time using Python