Python Forum
How to find the location of an object and object at a given location?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find the location of an object and object at a given location?
#14
(Jan-30-2017, 01:51 PM)hsunteik Wrote: The main thing I want to know is how to procedurally create variable name and assign the value to it,please?
Maybe after you answer this question,I can figure out how to solve it myself.

You're not getting an answer to this question because it's a bad question. Python is not set up for procedural creation of variable names. You could do it, but you would have to work against Python to do it. You never want to work against your programming language. If you find yourself doing that, you either need to switch your programming language or switch how you're working.

When you want to do this sort of thing in Python, you should be using a dict. I have a feeling you will next ask how to use a dict to do this. But that's one of the basics people keep telling you that you need to know.

You want to jump to the high level stuff without a foundation in the basics. But then when you try to write a high level application, the application will have a bad foundation because it won't use the basics well. And that will cause problems throughout your application, like the slowness of reading and writing to the hard disk, or constantly fighting against Python to dynamically create variable names.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: How to find the location of an object and object at a given location? - by ichabod801 - Jan-30-2017, 03:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] Rect object penetrates wall on one side Jan_97 4 2,695 Dec-30-2021, 11:08 PM
Last Post: Jan_97
  [PyGame] object has no attribute 'add_internal' djwilson0495 7 8,291 Feb-26-2021, 05:06 PM
Last Post: nilamo
  Location of the objects that are moving rturus 1 2,201 Feb-01-2021, 05:44 PM
Last Post: nilamo
  [PyGame] why the position of the object is different? syafiq14 1 1,991 Nov-24-2020, 03:22 PM
Last Post: metulburr
  [PyGame] object's movement to left leave shadow on the screen Zhaleh 3 3,269 Aug-02-2020, 09:59 PM
Last Post: nilamo
  I can't control the speed of the turtle object Hesper 1 2,642 Apr-10-2020, 01:37 PM
Last Post: deanhystad
  open cv ->pygame: turn image into location Gamedeveloper 1 2,135 Jan-20-2020, 05:00 PM
Last Post: michael1789
  rect object not loading BlueClaw 2 4,219 Dec-11-2019, 04:25 PM
Last Post: BlueClaw
  beginner - object has no attribute gean 2 3,808 Nov-07-2019, 02:02 PM
Last Post: gean
  [pygame] Moving an object at angles SheeppOSU 3 8,713 Oct-24-2019, 08:05 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

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