Code:
# yum install python3*
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package python3* available.
Nothing to do
i did get my command idle3 to work after running
Code:
yum tk-devel.x86_64
but i'm not very confident that i have the complete python3 package installed, since i've more or less just groped around for one thing or the other until the command finally ran. i found that one on python-forums.org as response when someone else had a similar problem.
i guess i can just start writing code until something that's supposed to run doesn't ...

---------- Post added at 07:36 PM CDT ---------- Previous post was at 07:31 PM CDT ----------
in addition to the syntax different for print ... (2.x) vs. print(...) (3.x), i have the impression that there are a lot of others, although i haven't messed much with 2. i think maybe string.format() works differently judging from some python2 code i've seen.