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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:57:02+00:00 2026-06-04T20:57:02+00:00

I have been having trouble getting python to generate a (non-predetermined) number of class

  • 0

I have been having trouble getting python to generate a (non-predetermined) number of class instances. Basically have classes be able to reproduce themselves.

class foo:
    def __init__(self, name):
        self.name = name

while True:
    newinstance(foo) #what would the code be for this?
                     #or maybe
    foo.newinstance  #just something that could update itself

Basically generate a new instance any number of times. Thanks ahead of time.

  • 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-04T20:57:03+00:00Added an answer on June 4, 2026 at 8:57 pm

    This will do what you’re asking for, but you’ll want to hold onto the values somehow:

    while True:
        foo(some_name)
    

    This will loop forever, so a more realistic option might be:

    names = ["Ned", "Felix", "Guy"]
    fooses = [foo(name) for name in names]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having some trouble with this. We basically have been asked to create
I have been having trouble getting the screen dimensions for android. I do not
I am having trouble getting the bulk uploader to work. I have been following
I have been having trouble getting this plugin to attach correctly to ajax loaded
I have been having trouble getting my banner image on my blog to be
We have been having serious trouble getting an application we devlop running with UAC
I have been having a lot of trouble getting cocotron to create a simple
I have been having some trouble getting the following to work: <IfModule mod_rewrite.c> DirectoryIndex
I have been having some trouble lately with using custom classes as types. As
I have been having trouble with the Google Maps API for one week now

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.