What to do if you’re having problems.
Every programmer, new or not, will encounter some difficulties. If this happens, we’re here to help! Here are the top 3 things to look for when programs have an error.
- Proper version of Python and all required modules. Did you use our book’s installer to get Python? If not, get the installer here and follow the instructions.
- Indentation. Make sure spacing is correct. This is very important in Python.
- Check for typos. A silly thing like a spelling error or typing _ instead of – might cause your program to have an error. Make sure it matches the one in the book.
If you still can’t figure it out, leave a comment on our blog, post a question on our Author Forum, or e-mail us at cp4khelp@yahoo.com . We do our best to get back to you within 48 hours.
–Carter