Questions tagged [qpython]

Python scripting facility for Android

QPython is a Python scripting engine running on Android. It embeds the python interpreter, console, editor and the SL4A library for Android, which can allow you to use your Android device to write & run python scripts or projects.

221 questions
-1
votes
1 answer

How to play video using QPython

I am new to QPython and all I need to do is play a video (stored on the Android Tablet), and wait until the video finish playing. I found the Androidhelper library commands mediaPlay and mediaIsPlaying functions, but I would not know where to start…
Google
  • 11
-1
votes
1 answer

Easy plotting data in python with Android

Hy guys! I've been looking for the easiest way to produce an xy-plot using python with android (qpython2 or 3) but I couldn't find any. I considered using matplotlib, but apparently no version for android was released using droidplot, either via…
Mike
  • 61
  • 1
  • 1
  • 8
-1
votes
1 answer

youtube-dl, download of all videos in a channel

I'm trying to download all the videos in a channel, using youtube-dl -citk -o (location) -f best (URL). But it shows an error, saying output file has conflict with video name. So anyone help me with this. I want to download all the video in that…
Ashok raj
  • 11
  • 1
  • 4
-1
votes
1 answer

kivy qpython script to apk

I am developing android app using qpython and kivy. When i execute the script in qpython in android device it is executing perfectly. My question is how can i convert the script to standalone apk? script is as…
manoj
  • 1
  • 2
-1
votes
1 answer

'Name' is not defined, but I swear it is? (Python)

I'm testing out this QPython app on my phone and I have the following code: #-*-coding:utf8;-* #qpy:console #qpy:2 numOne = 1 numTwo = 2 person = str(input("What's your name?")) print "Guess what I can do?" print "Hello,", person However, it…
Jason T. Eyerly
  • 183
  • 1
  • 6
  • 18
-1
votes
3 answers

Running python programs on android

First of all I apologize that I am not a programmer and my IT knowledge is limited. I have written a very basic python program which runs on windows. I just want to run it on my android phone. I checked with Qpython app for android and I could not…
-2
votes
1 answer

Use the bin binary on a per-ticker basis

For two tables each with datetime and ticker symbol columns, how can we achieve the functionality of the binary function bin within each ticker group. That is, instead of returning the latest index from the entire left-table prior to the time of…
foam78
  • 264
  • 1
  • 8
-2
votes
2 answers

How do I select the specific data in a data frame based on thee contents of other columns?

I'm new to pandas and I'm currently trying to use it on a data set I have on my tablet using qPython (temporary situation, laptop's being fixed). I have a csv file with a set of data organised by country, region, market and item label, with…
JSDRayne
  • 3
  • 2
-2
votes
2 answers

Get list of all apps with QPython / sl4a

Does anyone know how I can get a list of packages from all apps installed on Android using Qpython? My goal is to list all apps and be able to run, using getLaunchableApplications() and the "launch" function until I could open some, but it does not…
-3
votes
1 answer

QPython or Kivy for a COMPLETE Noob to Design a Display on Android?

So as the title hints at, I am in fact a complete Noob at this. I've been doing a lot of reading, and I still can't decide which package to use. What I'm trying to do is pretty simple - just have the display to flash different patterns of colors…
user3775711
  • 49
  • 2
  • 5
-4
votes
2 answers

Flask framework in Qpython Android platform

Is it possible to run flask framework on Android platform using Qpython ? If yes please instruct steps to configure Thank you
user2681304
  • 129
  • 6
1 2 3
14
15