What Kivy Tutorials Are Available(有哪些 Kivy 教程可用)
问题描述
有哪些 Kivy 教程和学习辅助工具?Kivy 的列表在哪里?
What Kivy tutorials and learning aids exist? Where is the list for Kivy?
除了他们网站上的乒乓教程之外?
This is besides the pong tutorial on their website?
推荐答案
正如其他人所建议的,示例 在 kivy_installation 目录中可以帮助程序员了解如何使用 kivy 完成基本任务.
As others suggested, the examples in the kivy_installation directory are there to help programmers understand how basic tasks can be done using kivy.
还有这个 snippet wiki,我们鼓励人们将片段放在 用户片段部分.
There is also this snippet wiki where we encourage people to put there snippets in the user snippets section.
您还可以查看 编程指南
我想我们需要更好地解释这一点.正在努力编写一个新的入门,旨在帮助介绍对于新手来说不太明显的文档,欢迎提出建议.您可以在 github 上打开一个问题以获取文档,我们还将在文档中添加一个建议部分.
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.
这篇关于有哪些 Kivy 教程可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有哪些 Kivy 教程可用
基础教程推荐
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
