omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Pyto plagiarism

    Pythonista
    pyto plagarism
    4
    5
    2935
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ClackHack
      ClackHack last edited by

      I was checking out the Pyto app... and a ton of the example scripts are the exact same, the ui application is the same thing with a different name, it all seems too coincidental...

      1 Reply Last reply Reply Quote 0
      • mieq
        mieq last edited by

        Yes, not only Pythonista.the pip UI of Pyto was copied from Juno, The explanation wasn't added until Juno's authors discovered it.

        frostfox 1 Reply Last reply Reply Quote 0
        • develobile
          develobile last edited by ccc

          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.

          1 Reply Last reply Reply Quote 0
          • frostfox
            frostfox @mieq last edited by

            @mieq That is not copying, that is called inspiration, if we look for things that pythonista got inspiration we would find many, if you're going to comment please think about what you will write and do some research, pyto_ui may look similair to pythonistas, but you would see that they are different if you tried to understand the situation

            mieq 1 Reply Last reply Reply Quote 0
            • mieq
              mieq @frostfox last edited by

              @frostfox

              @develobile said:

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

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors