Questions tagged [pythonista]

Pythonista is an integrated development environment for writing and executing Python scripts on iOS. It supports most standard modules and includes many specifically designed for using with or automating iOS.

Pythonista is an integrated development environment for writing and executing Python scripts on iOS. It supports most standard modules and includes many specifically designed for using with or automating iOS.

Description from Official Site

Pythonista is a complete development environment for writing Python™ scripts on your iPad or iPhone. Lots of examples are included — from games and animations to plotting, image manipulation, custom user interfaces, and automation scripts.

In addition to the powerful standard library, Pythonista provides extensive support for interacting with native iOS features, like contacts, reminders, photos, location data, and more.

Useful Links

96 questions
-1
votes
3 answers

How can I run Python on iPad Pro?

How can I run Python on an iPad Pro?
Bu Tala
  • 9
  • 1
-1
votes
1 answer

How do I lock orientation?

I am trying to lock my iPad screen orientation/stop the screen rotating. My code requires the screen/UI to be horizontal. The only possible answer that I have found is: v.present(style="full_screen", orientations=["portrait"]) But I still can't get…
Yolo Gamer
  • 53
  • 1
  • 1
  • 5
-1
votes
1 answer

Pandas & NumPy on Pythonista iPad App

Is Pythonista a viable tool for data analysis? I'm looking to learn Python so I can break into QA at my company, and I'm debating whether I should go with a Mac and Sublime Text, or an iPad Pro and Pythonista.
Macinboss
  • 43
  • 1
  • 2
-2
votes
3 answers

How do I fix this IndexError:List out of range

I am a beginner to Python so the answer to this question might be stupidly simple but I just cant seem to figure it out. I am making a simple Rock,Paper,Scissors game And imported random and randint to randomise the choice the ‘computer’ makes but…
Aziiboii
  • 1
  • 1
-2
votes
1 answer

How do I make a specifically formatted dictionary from a csv file?

I've looked around on the internet but I haven't found anything that works. I want to turn dovah.csv into a dictionary for a translator. Is there a way to specifically format it like this? english_to_dovahzul = { 'the': 'faal', 'quick': 'nel', …
-4
votes
2 answers

Syntax error on else in my quiz

I'm new to a program called Pythonista. I'm doing a quiz and when I try to test it I get a syntax error. Here is the error:
1 2 3 4 5 6
7