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.


    how do I run the code I've written outside of pythonistia?

    Pythonista
    3
    4
    1976
    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.
    • Guy6767
      Guy6767 last edited by

      I'm new to programming and after finishing to learn the basics of Python I got this app to practice on the go.

      When I finished writing something on pythonistia I tried running it on my computer on pycharm but it didn't work.

      From my understanding the modules I used are available only on pythonistia and wouldn't be able to work outside of it.

      My question is, how do I run the code I've written here outside of pythonistia? Is there a way to export the modules?

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

        what modules have you used?
        some are ios only (eg, ui, scene, reminders) but some are cross-platform (eg, pil, sympy, numpy, matplot)

        Guy6767 1 Reply Last reply Reply Quote 0
        • Guy6767
          Guy6767 @ellie_ff1493 last edited by

          @ellie_ff1493
          Yes, I used the scene for example. So this are Apple made modules? Meaning they would work only on iPhone/iPad/Mac ?

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

            Not Apple made. But made only for pythonista on ios.

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