GUI and charts in Python

Discussion in 'App Development' started by abattia, Sep 20, 2017.

  1. I am embarking on building a custom Python trading algo which will need a GUI and a charting capability.

    Any recommendations/suggestions for cool Python packages or libraries for trading, GUIs and/or charting?

    Thanks!
     
  2. Ivanko

    Ivanko

    abattia likes this.
  3. d08

    d08

    Did mine with PyQt and charting with matplotlib but it's a bit of a headache to use. I'm waiting for PySide2 to be ready, much more reasonable for licensing.
     
    abattia likes this.
  4. 2rosy

    2rosy

    trading algo in python. gui in c# (much easier)
     
    abattia likes this.
  5. Ouch!

    Do you think the 'headache' element was attributable to PyQt specifically?

    Is there something about PyQt that gives it a higher 'migraine score' than others?

    Thanks!
     
  6. 2rosy

    2rosy

    PyQT has a gui designer that will create a file. I did one a while ago http://bit.ly/TFFL7V
     
    abattia likes this.