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 9164661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:44:10+00:00 2026-06-17T14:44:10+00:00

I’m creating a Python class as an API to objects managed remotely via REST.

  • 0

I’m creating a Python class as an API to objects managed remotely via REST.

The REST API includes a call that returns a list of dictionaries that define properties of the remote objects. I’m in the process of writing code to dynamically add these properties as attributes of the corresponding Python objects (ie: when the class is instantiated, a REST query is made for a list of properties each of which is then added as an attribute on the instance.)

However, this brought back memories of PHP code I’d once glanced at that dynamically added attributes to objects and thinking “have you heard of dictionaries??”

Given my background is rooted in C/C++/Java this is a somewhat foreign idea to me, but is perhaps par for the course in Python (and PHP). So, when is it appropriate to dynamically add attributes to an object rather than using a dictionary?

From what I’ve read in related material, it seems to me an API is a legitimate case.

  • 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-06-17T14:44:11+00:00Added an answer on June 17, 2026 at 2:44 pm

    disclaimer: I know nothing about REST …

    That said, I would typically be a little hesitant to add attributes to an object willy-nilly for the following reasons:

    • You might accidentally replace some data that you don’t want to replace due to a namespace clash
    • dictionaries are easier to inspect rather than having to go through obj.__dict__ or vars(obj) or something similar.

    There is precedence for adding attributes in the standard library however … That’s basically what argparse does to populate the returned namespace. I think that perhaps it is worth asking the question: “Will the user know which attributes are going to be added to the object?”. If the answer to this question is yes, and you’re not worried about the afore mentioned namespace conflicts, then perhaps a simple object is appropriate, otherwise, I’d just use a dictionary.

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

Sidebar

Related Questions

I am doing a simple coin flipping experiment for class that involves flipping a
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I
I have a French site that I want to parse, but am running into
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.

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.