|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/android-game-development-using-python-build-12-apps-games/
课程评论:没有评论
课程名称:游戏开发(Android + IOS):构建12个应用与游戏 课程概述: 欢迎来到Python编程的世界,这是2018年最受欢迎的编程语言技能。本课程将深入学习Python语言的各个方面,以便将所学知识应用于现实世界的应用程序中。您将学习:1. 使用Kivy+Python进行Android游戏和应用开发;2. Python基础和高级知识;3. 重要的pygame模块。 许多初学者常问的问题是:Python是否适合作为第一门编程语言?尽管它尚未被许多计算机科学课程广泛采用,但业界专家普遍认为Python是学习编码的理想入门语言。Python在SpaceX等公司的应用,自动化和支持技术,从而成功发射火箭,以及在Instagram、Google等公司中的应用,都展示了其强大的功能。Python的语法较其他主要编程语言更简单,使用的关键字接近自然语言,使得新手更容易上手。此外,Python几乎可以在所有主要操作系统上运行,其出色的标准库使得新学生能够快速创建实用程序。 对于Python程序员的就业市场,随着机器学习和深度学习算法的演变,Python已成为一种高需求技能。虽然Python在市场上常常作为C或Java等主要语言的辅助语言,但专注于Python开发的职位也在不断增加。尤其是在地理空间行业,Python编程的需求尤其强劲,这一行业涉及导航工具的开发。 本课程将涵盖以下主题: - 安装Python - 运行Python代码 - 字符串、列表、字典、元组、集合 - 数字数据类型 - 打印格式化 - 函数、作用域、args/kwargs - 内置函数、调试和错误处理 - 模块、外部模块 - 面向对象编程:继承、多态、封装 - 高级方法、复制模块、装饰器、迭代器 - 使用Kivy进行Android开发 - 闭包及更多! 项目: - 小项目(从基础到高级):密码生成器、域格式化、星形图案、计时器、井字棋、简单字数统计、科学计算器、石头剪刀布、信用卡验证、标点符号移除。 - 大项目:Flappy Bird、2048游戏。 通过本课程的学习,您将掌握游戏开发所需的Python编程技能,并能够创建多个有趣的应用和游戏。
Welcome to Python Programming world: most popular language skill to have in 2018. You are going to learn every bit of python language in this course so that you can apply your knowledge in real world apps. You will learn:1. Android game and app development with Kivy+Python2. Python basics and advance3. Important pygame moduleQuestions that most beginners ask me: Is Python A Good First Programming Language To Learn?Even though it has not yet been adopted as a first language by many computer science programs, Python is widely seen by industry experts as a great first programming language when learning to code and its extensive use in SpaceX to automate and handle technologies to launch rockets, Instagram, Google to support their backends and Many companies to support and execute ML and Deep Learning Algorithms; Its undoubtedly No.1 Programming Language to learn. For starters, the syntax of Python is simpler than that of most other major programming languages, with fewer exceptions and special cases. It also tends to use plain English keywords in place of the system of punctuation that has to be memorized in other languages, making it easier to learn to code. Given these conventions, Python code tends to appear as less of a "jumble" to newcomers than it does in comparable languages.Another great feature of Python is the ubiquity of its use. While Python is optimized for development on Linux and Unix systems, interpreters are available for just about every major operating system. All implementations of Python are supported by an excellent standard library, which means that new students can very quickly move on to creating actual functional programs that are useful. Additionally, the standard implementation of Python, CPython, is free and open source.What Type Of Jobs Are Available To Python Programmers? In the job market, if you observe the trends; Python is often looked as a strong language to support some primary language that is more broadly used like C or Java. But Lately, with the evolution of ML and Deep Learning Algorithms; it is highly demanded skill to have in 2018 and later. There are a variety of jobs that one can get focusing exclusively on Python development, however. Many of these jobs will be in building and improving the internal tools that a company uses to create its finished marketable products, rather than working on the finished product itself.One specific economic sector where the presence of Python programming is particularly strong is the geospatial industry. This is a critical industry that deals in navigational tools such as GPS, radar and light measurements.If you're interested in web applications, Python is a better choice for development (working with the back-end or server side) rather than design (creating the actual finished front-end that site visitors interact with). As mentioned previously, Google employed Python for many components of its search engine, and it is quite widely used in the data mining industry.Finally, Python can also be used for game development. Some famous examples of games developed either entirely or in large part with Python include EVE Online, Civilization IV, the Battlefield game series and the Mount & Blade games. The popular development environment Blender is written in Python.TOPICS TO BE COVERED IN THIS COURSE:Installing PythonRunning Python CodeStringsLists DictionariesTuplesSetsNumber Data TypesPrint FormattingFunctionsScopeargs/kwargsBuilt-in FunctionsDebugging and Error HandlingModulesExternal ModulesObject Oriented ProgrammingInheritancePolymorphismEncapsulationAdvanced MethodsCopy ModuleDecoratorsIteratorsAndroid development with KivyClosuresand much more!PROJECTS Minor Projects (Basic to advance):Password generatorDomain FormattingStar PatternStop timerTic Tac ToeSimple word count Scientific calculatorRock Paper ScissorsCredit card ValidatorPunctuation removalMajor Projects:Flappy Bird2048 game