|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/kivy-crypto-portfolio-app/
课程评论:没有评论
课程名称:使用 Python 创建加密货币投资组合移动应用 课程概述:在本课程中,我将涵盖使用 Kivy 框架进行移动编程的多个方面。您将学习如何更好地结构化您的应用,以提高维护性和可读性;如何在 Kivy 应用中进行用户身份验证并确保密码安全;如何与实际的 API 进行交互,并确保您的应用能够处理这些 API;以及如何创建现代化的自定义小部件与网页 API 对接等。此课程的目标不是教授 Kivy 的基础知识,我有另一门课程专门针对这一点。这里的目标是展示您可以通过 Python 和 Kivy 实现的更多功能,拓展您的知识,以创建您所能想到的任何应用。我将教您如何从 Kivy 开发者的角度处理设计问题,以确保您能够实现所面临的任何挑战。 我们还将学习如何无缝地为 iOS 和 Android 构建应用,这一直是很多 Kivy 用户感到困难的地方。我将向您展示一个技巧,您可以使用它在不在计算机上安装任何文件的情况下构建应用的生产版本。这使得您可以在像 Windows 这样的操作系统上构建 Kivy 应用,而不需要默认支持的环境。 这门课程将为您提供丰富的知识和实用的技能,使您能够在加密货币领域创建出色的移动应用。
In this course I will cover a lot of aspects of better programming for mobile in python using the kivy framework. You will earn everything including how to better:Structure your app for ease of maintainance and readabilityAuthenticate your users and secure passwords in a Kivy appInteract with real-world apis and make sure your app can handle themCreate modern custom widgets to interface with web apisAnd so much moreThe goal of the course is not to teach you the basics of kivy, I have another course for that. The goal here is to show you what more you can achieve with python and kivy and extend your knowledge to create any app your mind can conjure. I will teach you how to approach design problems from a kivy developer's perspective to make sure you are able to implement whatever is thrown at you.We will also learn how to seemlessly build for both iOS and Android. Something which has been quite difficult for most people in the kivy space. I will show you a trick you can use to build production versions of your apps without installing a single file on your computer. This allows you to build kivy apps on an operating system like windows for example, which is not supported by default