Python Forum
dynamic object creation using python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dynamic object creation using python
#4
I would write a program that draws a circle. Then I would change the program to draw 3 circles using identical code except for changing 1 to 3. Then I would write a program that draws 3 circles and 4 triangles. Then I would write a program that draws N number of all the different shapes you need to draw. Then I would write a program where I have a button for each shape, and when I press the button it draws one of that shape. Then I would write a program that replaces the buttons with drop down menus that let me select how many of that shape to draw. Then I am done.

How can you draw a circle? Have you received any instruction on how to do that?
Reply


Messages In This Thread
dynamic object creation using python - by gary - Oct-14-2022, 04:27 PM
RE: dynamic object creation using python - by gary - Oct-14-2022, 04:48 PM
RE: dynamic object creation using python - by deanhystad - Oct-14-2022, 06:38 PM
RE: dynamic object creation using python - by gary - Oct-15-2022, 08:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python update binary object (override delivered Object properties) pierre38 4 1,828 May-19-2022, 07:52 AM
Last Post: pierre38
  Dynamic File Name to a shared folder with open command in python sjcsvatt 9 6,192 Jan-07-2022, 04:55 PM
Last Post: bowlofred
  Dynamic Printing With Python Terminal MrTim 2 2,982 Jul-06-2021, 04:00 PM
Last Post: MrTim
  Is there a library for recursive object creation using config objects johsmi96 0 1,879 May-03-2021, 08:09 PM
Last Post: johsmi96
  Use dynamic variable from parallel running python script Sicksym 0 1,891 May-15-2020, 02:52 PM
Last Post: Sicksym
  python 2D array creation and print issue developerbrain 5 2,886 May-15-2019, 01:38 PM
Last Post: developerbrain
  Creation of Dynamic HTML by substituting Database values Sandy777 1 2,158 Apr-18-2019, 07:17 AM
Last Post: buran
  Socket creation speed difference Python 2.7 / Python 3.7 PiAil 1 2,481 Feb-13-2019, 01:55 PM
Last Post: PiAil
  python rrdtool graph creation issue anna 0 4,462 Sep-10-2018, 11:10 AM
Last Post: anna
  Code review for S3 object creation beherap 0 2,163 Mar-29-2018, 01:31 PM
Last Post: beherap

Forum Jump:

User Panel Messages

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