Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6760917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:07:20+00:00 2026-05-26T14:07:20+00:00

First, I am fully aware about PEP8 , but sometimes it isn’t very clear

  • 0

First, I am fully aware about PEP8, but sometimes it isn’t very clear about how should you name things.

Let’s assume we have ABC as an abbreviation.

  • Module should be named: abc
  • Class inside the module should be named: Abc or ABC? (not sure)
  • Instance variable should be named abc
# abc.py
CONSTANT = "foo"
class Abc(object):
    pass

# test.py
import abc

print abc.CONSTANT
abc_ = abc.Abc() # oops, if I use `abc` will lose ability to access abc.FOO ?

If you have a constant inside the abc module, you may want to access it using abc.CONSTANT from outside but if you also have the instance with the same name it will not be clear?

If there a clean way to solve this kind of problem? Is the solution different if instead of an acronym you just have a simple word?

Note: Abc() class acts most of the time as Singleton, so for this reason I wasn’t able to find another name for the instance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:07:20+00:00Added an answer on May 26, 2026 at 2:07 pm

    Module: abc
    Class: Abc

    Instance: the instance can be named like the class, but it is definitively not required.
    In your case, I’d give the variable a name describing the instance to avoid the naming clash!

    Example:

    class Car:
        pass
    audi = Car()
    myCar = Car()
    myBrothersCar = Car()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First let me say I'm fully aware sql server does not short circuit evaluate.
This is my first app, and actually isn't even fully mine but rather involves
First, let's get the security considerations out of the way. I'm using simple authentication
I am well aware of PCI Compliance so don't need an earful about storing
First, I am aware that dynamic languages is a term used mainly by a
First off: I know that this isn't reliable for actually checking if I can
Fully aware of the LaTeX features to define new environment allowing me to do
I am interested to know what specifically Page.IsPostBack means. I am fully aware of
First let me say, I have gone thoroughly through all other solutions to this
Is it possible to call a function without first fully defining it? When attempting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.