Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python List Issue
#5
Gentle reminder of PEP8 Function and Variable Names:

Quote:Function names should be lowercase, with words separated by underscores as necessary to improve readability.

Variable names follow the same convention as function names.

mixedCase is allowed only in contexts where that’s already the prevailing style (e.g. threading.py), to retain backwards compatibility.

All_Items_List -> all_items_list
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
Python List Issue - by Aggie64 - Jun-29-2022, 02:15 PM
RE: Python List Issue - by deanhystad - Jun-29-2022, 02:50 PM
RE: Python List Issue - by Aggie64 - Jun-30-2022, 02:15 PM
RE: Python List Issue - by deanhystad - Jun-30-2022, 04:35 PM
RE: Python List Issue - by perfringo - Jun-30-2022, 05:02 PM
RE: Python List Issue - by Aggie64 - Jun-30-2022, 09:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  List Comprehension Issue johnywhy 5 609 Jan-14-2024, 07:58 AM
Last Post: Pedroski55
  List to table issue robdineen 2 1,490 Nov-07-2021, 09:31 PM
Last Post: robdineen
  Calculator code issue using list kirt6405 4 2,326 Jun-11-2021, 10:13 PM
Last Post: topfox
  Issue accessing data from Dictionary/List in the right format LuisSatch 2 2,267 Jul-25-2020, 06:12 AM
Last Post: LuisSatch
  For List Loop Issue Galdain 2 2,097 Dec-31-2019, 04:53 AM
Last Post: Galdain
  IndexError: List index out of range issue Adem 1 3,573 Nov-01-2019, 10:47 PM
Last Post: ichabod801
  List/String seperation issue YoungGrassHopper 13 5,626 Sep-20-2019, 11:57 AM
Last Post: perfringo
  List Issue Batman 3 2,692 Jun-06-2019, 11:56 PM
Last Post: Batman
  Basic List Issue rogueakula 1 2,203 May-18-2019, 06:01 PM
Last Post: snippsat
  List slicing issue Irhcsa 3 3,043 Apr-26-2019, 09:16 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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