Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help
#1
I am trying to teach myself Python.
1. What do I need to download besides Python.
2. working by myself is there a book or web site that I can go to and get help.
3. I learn by building a program and adding code to it. Here again where can I go th get help.

Thanks.
Reply
#2
Quote:1. What do I need to download besides Python.
To get started, nothing else is needed, however you probably want to install an IDE (google: 'PYTHON IDE')

Different folks like different IDE's. I prefer VSCode (Tutoral here: VS Code from start)

You will need to install packages as needed.
You can browse what's available (257,279 projects) here: www.pypi.org
these can (almost always) be installed (from command line) with pip install packagename

Quote:2. working by myself is there a book or web site that I can go to and get help.
There are many tutorials available. The two I like best are:
Think like a computer scientist interactive
and
Python 3

Quote:3. I learn by building a program and adding code to it. Here again where can I go th get help.
Tutorials have ample exercises. In addition, there are lots of project idea sites, including
one on this forum here
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020