So ..... I been working with ArcMap for 3 semesters and it went well so far. I enrolled in a Python programming class.
ARCGIS wis installed in C:\Program Files (x86)\ArcGIS\Desktop10.3.
I downloaded Python 2.7.xyz and installed it to C:\Python27.
>>> print("\n".join(sys.path))
C:\Python27\Lib\idlelib
C:\WINDOWS\SYSTEM32\python27.zip
C:\Python27\DLLs
C:\Python27\lib
C:\Python27\lib\plat-win
C:\Python27\lib\lib-tk
C:\Python27
C:\Python27\lib\site-packages
C:\Python27\lib\site-packages\win32
C:\Python27\lib\site-packages\win32\lib
C:\Python27\lib\site-packages\Pythonwin
How do I add the ARCGIS modules to this sys.path (IF that's what my problem is). Please be nice to the noob 