有哪些 Kivy 教程可用

2023-06-07Python开发问题
3

本文介绍了有哪些 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 教程可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在xarray中按单个维度的多个坐标分组
groupby multiple coords along a single dimension in xarray(在xarray中按单个维度的多个坐标分组)...
2024-08-22 Python开发问题
15

Pandas中的GROUP BY AND SUM不丢失列
Group by and Sum in Pandas without losing columns(Pandas中的GROUP BY AND SUM不丢失列)...
2024-08-22 Python开发问题
17

pandas 有从特定日期开始的按月分组的方式吗?
Is there a way of group by month in Pandas starting at specific day number?( pandas 有从特定日期开始的按月分组的方式吗?)...
2024-08-22 Python开发问题
10

GROUP BY+新列+基于条件的前一行抓取值
Group by + New Column + Grab value former row based on conditionals(GROUP BY+新列+基于条件的前一行抓取值)...
2024-08-22 Python开发问题
18

PANDA中的Groupby算法和插值算法
Groupby and interpolate in Pandas(PANDA中的Groupby算法和插值算法)...
2024-08-22 Python开发问题
11

PANAS-基于列对行进行分组,并将NaN替换为非空值
Pandas - Group Rows based on a column and replace NaN with non-null values(PANAS-基于列对行进行分组,并将NaN替换为非空值)...
2024-08-22 Python开发问题
10