How to get started with python for xbmc ?
#1
hello,

i would like to start programming python scripts for xbmc. i have a few ideal that i would like to implement. what resources do i need (books, ide, compilers) Huh

any help would be greatly appreciated
Reply
#2
python is a pretty easy language. get a feel what's going on by looking at existing scripts.

the xbmcmodule api: http://members.cox.net/alexpoet/downloads/docs/

this quick reference page gives you a good idea whats going on in python http://rgruet.free.fr/pqr2.3.html

python is not compiled but is run by an interpretter on the box... thus you can use notepad if you wanted to... (i did for a while)

you can get more information in the python dev forum.
Reply
#3
howwww, great links.

thanks asteron.
Reply

Logout Mark Read Team Forum Stats Members Help
How to get started with python for xbmc ?0