Forum Archive

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

Guy6767

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?

ellie_ff1493

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

Guy6767

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

JonB

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