본문 바로가기

StackOverflow

[Android, Python] 안드로이드에서 파이썬을 이용할 수 있나요?

[광고] HWP 를 웹페이지에서 바로 열고, 편집하고, 저장하고 싶다면?
온라인으로-한글-HWP-파일-편집하기-폴라리스-오피스

 

폴라리스오피스 웹 한글 - 브라우저에서 무료로 사용하는 한글

한글 뷰어 다운로드 없이 hwp 파일 열기! hwp 편집 후 저장까지 웹 브라우저에서 무료로 가능합니다.

hwp.polarisoffice.com


 

 

http://stackoverflow.com/questions/101754/is-there-a-way-to-run-python-on-android

 

Q: 안드로이드에서 파이썬을 구동시킬 수 있는 방법이 있나요?

저는 지금 S60 단말에서 개발을 하고 있는데, 괜찮은 파이썬 API가 제공됩니다.

그렇지만, 아직 공식적으로는 안드로이드에서 파이썬이 구동되지는 않는 것 같은데요, 비록 Jython 이 있지만, 이 로봇(안드로이드)과 뱀(파이썬)이 같이 동작하게 만들 수 있는 방법이 없을까요?

(질문자:e-satis )

 

A: 가능한 방법 중 하나는,  Kivy 를 이용하는 것입니다.

지속적인 개발을 위한 오픈소스 파이썬 라이브러러, 멀티 터치와 같은 혁신적인 유저 인터페이스를 구현할 수 있음.

 

Kivy는 리눅스, 윈도우, OS X와 안드로이드, iOS에서 구동가능하며 동일한 파이썬 코드를 서로 다른 모든 플랫폼에서 수행 가능.

Kivy 시연용 예제 앱

 

(답변자: JohnMudd)

 

 

A: 또 다른 방법은  Android Scripting Environment 프로젝트를 이용하는 겁니다. 꽤 멋있어보이고, 일부 안드로이드 네이티브 컴포넌드와 통합되어 있습니다.

(답변자: Heat Miser)

 

_

We are working on an S60 version and this platform has a nice Python API.

However, there is nothing official about Python on Android, but since Jython exists, is there a way to let the snake and the robot work together?

shareeditflag

_

464down voteaccepted

One way is to use Kivy:

Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

 

Kivy runs on Linux, Windows, OS X, Android and iOS. You can run the same [python] code on all supported platforms.

Kivy Showcase app

shareeditflag

_

There is also the new Android Scripting Environment (ASE) project. It looks awesome, and it has some integration with native Android components.

shareeditflag