How to start using python

Bob Gailer bgailer at gmail.com
Thu Nov 12 22:58:08 EST 2020


On Nov 12, 2020 10:41 PM, "Anthony Steventon" <asteventon at centurytel.net>
wrote:
>
> I am new to Python and have downloaded the software onto my pc. There is
no shortcut on my desktop. How the heck do I access it to start learning
how to program with it?

Visit www.Python.Org there should be some links to tutorials that should
cover the topics of how to install python and how to start using it. If
that does not help come back to us with more information including your
operating system, the website from which you downloaded the installer, the
name of the installer file, and what you did to install python. You also
might try from a terminal or command prompt typing py, which should start
up a python Interactive session. You should see>>> type 2 + 3 hit enter you
should see a new line displaying five. Let us know how it goes and we'll
give you a hand from there.

Bob Gailer


More information about the Python-list mailing list