The Python Programming Language



Python 3: Programming in Python for Beginners
001 - Download and install python, launch IDE by typing windows key + IDLE
002 - Python.org IDLE - Integrated DeveLopment Enviornment. Launch the Python shell. Write print("hello")
XXXXX
XXXXX
XXXXX
XXXXX


Python Modules from lecture, to launch, open IDLE, then File>Open select module
The click.py module presents a small window, and clicking within the window will generate X and Y coordinates of the clicks.
The eyes.py module generates two circles with red borders
This module has the same output but the code is different.
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx
XXXXX
XXXXX
XXXXX
XXXXX


Software Programs & External Links
PyCharm -Recommended Python IDE
python.org -The standard python enviornment.
Reddit r/python -Discussion board for python
PythonPi -Discussion board for python
XXXXX
XXXXX
XXXXX