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 教程可用
基础教程推荐
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 包装空间模型 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 求两个直方图的卷积 2022-01-01
