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

  • SEARCH
  • Home
  • 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 6041681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:41:48+00:00 2026-05-23T06:41:48+00:00

This probably won’t make sense without an example. I’m using python-disqus in my Django

  • 0

This probably won’t make sense without an example. I’m using python-disqus in my Django app, and I’m wrapping it to better decouple it from the rest of my application.

I have a file, disqus.py, which imports disqusapi and defines a number of helper functions. Elsewhere in the application code I can simply add from mango import disqus, but in a few places it’s necessary to capture exceptions which may be raised when making API calls. This means that I’m forced to do something like:

from disqusapi import APIError
from mango import disqus

try:
    disqus.thread.fetch(1)
except APIError, error:
    logger.warn('Disqus API error: %s' % error)

If instead I were to import APIError at the top of disqus.py, I could instead write:

from mango import disqus

try:
    disqus.thread.fetch(1)
except disqus.APIError, error:
    logger.warn('Disqus API error: %s' % error)

Pyflakes complains about the unused import, but this seems like a reasonable thing to do. Should I happily ignore Pyflakes here, or am I missing a better option?

To be clear, I don’t need to modify disqusapi.APIError in any way, so subclassing is unnecessary.

  • 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-23T06:41:49+00:00Added an answer on May 23, 2026 at 6:41 am

    In Python is it considered bad
    practice to import something solely to
    expose it in a more convenient manner?

    Short answer: No.

    Long answer, if you are writing a wrapper to make your own code simpler and easier for you to understand you can do whatever you like. If you want to wrap other code, or import modules and subclass them, or import modules, and change their methods.

    If you’re writing code for other people, you probably want to add comments to explain what you’re doing. If it’s just for yourself, it’s all good.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably best shown with an example. I have an enum with attributes:
This is probably a silly question, but curiosity has gotten the better of me.
This is probably explained more easily with an example. I'm trying to find a
This probably has a simple answer, but I must not have had enough coffee
This probably sounds really stupid but I have noo idea how to implement jquery's
Okay, so this probably sounds terribly nefarious, but I need such capabilities for my
Ok, this probably has a really simple answer, but I've never tried to do
Which IoC container is the easiest to get started with. This probably equates to
This is probably a really simple jQuery question, but I couldn't answer it after
This is probably a really stupid newbie-sounding question to you developer type people, but

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.