Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: naming conventions
Post: RE: naming conventions

Does most newer code (after 2001) using snake_case? Maybe the pattern to look for is just consistency within a class. It sure would be nice if the snake_case convention was followed everywhere.
mvolkmann General Coding Help 4 2,168 Sep-28-2020, 04:41 PM
    Thread: naming conventions
Post: naming conventions

I'm somewhat new to Python. I see there is a convention to use CamelCase for classes, UPPER_CASE for constants, and snake_case for pretty much everything else. But I see many names, even in the standa...
mvolkmann General Coding Help 4 2,168 Sep-28-2020, 02:56 PM

User Panel Messages

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