Python GUI programming and boa or better ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bvidinli

    Python GUI programming and boa or better ?

    I program in python for about 2-3 monthos.
    I just started/tested gui programming with many tools.
    i tested boa last, it is the closest tool to delphi in tui tools that i used.

    I managed to play with it a bit.

    If you have any other tool which you know better than Boa Constructor,
    please write in here.

    Any other suggestion about python GUI programming is welcome.
    thanks.


    --
    Ý.Bahattin Vidinli
    Elk-Elektronik Müh.
    -------------------
    iletisim bilgileri (Tercih sirasina gore):
    skype: bvidinli (sesli gorusme icin, www.skype.com)
    msn: bvidinli@iyibir isi.com
    yahoo: bvidinli

    +90.532.7990607
    +90.505.5667711
  • Mike Driscoll

    #2
    Re: Python GUI programming and boa or better ?

    On Apr 14, 8:20 am, bvidinli <bvidi...@gmail .comwrote:
    I program in python for about 2-3 monthos.
    I just started/tested gui programming with many tools.
    i tested boa last, it is the closest tool to delphi in tui tools that i used.
    >
    I managed to play with it a bit.
    >
    If you have any other tool which you know better than Boa Constructor,
    please write in here.
    >
    Any other suggestion about python GUI programming is welcome.
    thanks.
    >
    --
    Ý.Bahattin Vidinli
    Elk-Elektronik Müh.
    -------------------
    iletisim bilgileri (Tercih sirasina gore):
    skype: bvidinli (sesli gorusme icin,www.skype.com)
    msn: bvidi...@iyibir isi.com
    yahoo: bvidinli
    >
    +90.532.7990607
    +90.505.5667711
    You'll probably want to take a look at the Python GUI FAQ for Python:

    Contents: Graphic User Interface FAQ- General GUI Questions, What GUI toolkits exist for Python?, Tkinter questions- How do I freeze Tkinter applications?, Can I have Tk events handled while waitin...


    And the Python Wiki has information on the many editors out there,
    including some GUI ones:



    I hand-code all of my mine, although occasionally I'll use Visual
    Studio to create the look and then code wxPython to match.

    Mike

    Comment

    • king kikapu

      #3
      Re: Python GUI programming and boa or better ?

      On 14 Απρ, 16:20, bvidinli <bvidi...@gmail .comwrote:
      I program in python for about 2-3 monthos.
      I just started/tested gui programming with many tools.
      i tested boa last, it is the closest tool to delphi in tui tools that i used.
      >
      I managed to play with it a bit.
      >
      If you have any other tool which you know better than Boa Constructor,
      please write in here.
      >
      Any other suggestion about python GUI programming is welcome.
      thanks.
      >
      --
      Ý.Bahattin Vidinli
      Elk-Elektronik Müh.
      -------------------
      iletisim bilgileri (Tercih sirasina gore):
      skype: bvidinli (sesli gorusme icin,www.skype.com)
      msn: bvidi...@iyibir isi.com
      yahoo: bvidinli
      >
      +90.532.7990607
      +90.505.5667711

      Use PyQt. It ha some very nice goodies (Qt Designer and the like).

      Comment

      Working...