omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. develobile

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    develobile

    @develobile

    0
    Reputation
    616
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    develobile Unfollow Follow

    Latest posts made by develobile

    • RE: Pyto plagiarism

      Hi. I’m the developer of Pyto. I took example scripts from different places. Most of example scripts are from the libraries websites. For example, for Matplotlib, all examples are from here. I think Pythonista includes the same examples for Matplotlib. The UI is very different from Pythonista, but if you mean the ui module, it’s very similar to the iOS UIKit API. I looked at the Pythonista ui module while building pyto_ui and tried to make something that could be ported easily. But after all, ui and pyto_ui are pythonic ports of UIKit. The only example I took from Pythonista is the Dice widget, and that is acknowledged in the doc string:

      """
      A script to roll a dice runnable on a widget.
      This script was converted from Pythonista examples to work on Pyto.
      """
      

      For the PyPi UI, that’s true. I changed it a bit in the last update, but I basically took the UI from Juno.

      posted in Pythonista
      develobile
      develobile
    • RE: Will pandas and scipy be available on Pythonista in the near future ??

      Pandas is included on this app. It has also newer versions of NumPy and Matplotlib. Pythonista has old versions of NumPy and Matplotlib.

      posted in Pythonista
      develobile
      develobile