Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to correct the NameError: name 'xx' is not defined?
Post: RE: How to correct the NameError: name 'xx' is not...

In most cases, this error is triggered when Python sees a variable name (Global or Local) and doesn't know what it's for. These errors can happen if you forget to initialize a variable , if you misspe...
delonbest Homework 5 11,345 Feb-17-2021, 05:55 AM
    Thread: TypeError: string indices must be integers, not str
Post: RE: TypeError: string indices must be integers, no...

TypeError: means that you are trying to perform an operation on a value whose type is not compatible with that operation. If you are accessing items from a dictionary , make sure that you are access...
delonbest Homework 4 98,424 Jan-04-2021, 05:13 AM
    Thread: ValueError: invalid literal for int() with base 10:
Post: RE: ValueError: invalid literal for int() with bas...

(Jun-10-2020, 07:59 PM)omega_elite Wrote: ValueError: invalid literal for int() with base 10 The error message invalid literal for int() with base 10 would seem to indicate that you are passing a st...
delonbest General Coding Help 5 5,839 Dec-30-2020, 06:11 AM

User Panel Messages

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