Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I cant find any tutorials besides the pong tutorial on their website. Are their any more out there?

share|improve this question
Did you take a look at the examples distributed with Kivy's installation? – Tadeck May 5 '12 at 21:16
no, where can i find them? – Newfoundlandguy May 5 '12 at 21:21
1  
at the kivy installation dir ... Kivy-1.2.0-w32/kivy/examples – MrJames May 5 '12 at 23:11
@GannonLawlor: MrJames is right, examples distributed with Kivy installation are placed in Kivy installation directory. – Tadeck May 6 '12 at 7:37

1 Answer

up vote 17 down vote accepted

As others suggested, the examples in the kivy_installation directory are there to help programmers understand how basic tasks can be done using kivy.

There is also this snippet wiki where we encourage people to put there snippets in the user snippets section.

You could also look at the your first widget section in the programming guide

I guess we need to be better at explaining that. There is an effort at a new getting started that aims at helping to introduce the different parts of the documentation that are otherwise not quite obvious to new comers, suggestions are welcome. You can open a issue on github for documentation, we will be also adding a suggestion section to the documentation.

share|improve this answer
Ah, didn't know about the user snippets - thank you for sharing. – Ewald Oct 8 '12 at 13:43
I didn't know either. I like suggestion sections - there are far to less on teh internets. – Joschua Jan 16 at 16:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.