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 教程可用


基础教程推荐
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 筛选NumPy数组 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01