Can I make a application frontend for smartphones using Python? [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I've done a little predictive program with Python and I would like to transform it in an application for smartphones. Can I accomplish it with Python itself, or should I use another language? If yes, what APIs would you recommend for that?
Thanks

You might be able to do this with Kivy.

Related

How do you write applications in multiple languages? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Sorry guys if this seems like a really basic question. I understand how to build applications using a programming language. Now, I read that tensorflow is written partly in C/C++ and Python. I'm wondering why this is done and how you can get multiple languages to interface with each other.

Scrapy - best way to export/store items in REST API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
What is the best way to export/store items in REST API ?
I want send scraped items to REST API, where should I put my
requests.post(...) ? Any examples ?
Thanks Rubber duck debugging, propably simple pipeline with process_item() method, earlier I thought only about Exporters and FeedStorage

What state_union class is used for [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
what is this class's return type? What are its public methods and its general application?
Where I can read on it?
Couldn't find it at http://www.nltk.org/ docs at all!
While other classes, like PunktSentenceTokenizer, are present.
In abstract, it is a sentence tokenizer(grouping in sentence, or words), depending on unsupervised machine learning.As I start to learn more about NLP, I found this website is helpful.
https://pythonprogramming.net/part-of-speech-tagging-nltk-tutorial/
In a python console exec:
import nltk
help(nltk)
help(nltk.PunktSentenceTokenizer)

Python: Automatically Generate Google Form [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'd like to be able to generate and publish a google form using python code. Is this possible?
Below link will give you an idea:
https://www.reddit.com/r/learnprogramming/comments/32xd4s/how_can_i_use_python_to_submit_a_google_form_or/

Creating a post/comment ability in Django [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm going to write a post/comment function in Django with models and views.
I need a good example and tutorial.
Or I need an example.
Take a look at Django tutorial: https://docs.djangoproject.com/en/1.6/intro/tutorial01/

Categories

Resources