Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (2015) Python for Beginners Errors

HARMANDEEP PANNU
HARMANDEEP PANNU
2,077 Points

can we make android app using python

I just joined python 10 days ago I want to be a web developer and app developer please suggest which courses to take and how much time i need to spend daily on it.

4 Answers

It is easiest to make Android apps using Java.

It isn't as easy to do it with Python. It may even be impossible, but I'm not certain.

However, you can use Python as the back-end part for web development.

HARMANDEEP PANNU
HARMANDEEP PANNU
2,077 Points

any other language you recommend to make android apps

Boris Ivan Barreto
Boris Ivan Barreto
6,838 Points

I was actually reading an article regarding this topic, and I found out that there is a new python package python for android, which allows you to create your own Python distribution, and bundle it in an APK along with your own code.

There are 2 ways you can go about it:

Kivy https://kivy.org/#home

SL4A https://github.com/damonkohler/sl4a