在此免费课程中构建您的第一个Python项目:基于文本的冒险游戏

There are a ton of Python project tutorials out there. But they almost all expect you to have a certain level of Python knowledge before starting the tutorial.

那里有大量的Python项目教程。 但是他们几乎都希望您在开始本教程之前具备一定程度的Python知识。

If you are a complete beginner in Python and want to build your first project, we've released the perfect tutorial for you on the freeCodeCamp.org YouTube channel.

如果您是Python的完整入门者,并且想要构建第一个项目,我们已经在freeCodeCamp.org YouTube频道上为您发布了完美的教程 。

In this tutorial from Tech With Tim, you will learn to build a simple game from scratch, even if you've never used Python before. While working through this beginner Python project you will learn the basics and fundamentals of Python and apply those skills.

在Tech With Tim的本教程中,即使您以前从未使用过Python,也将学习从头开始构建一个简单的游戏。 在完成这个Python初学者项目的过程中,您将学习Python的基础知识和基础知识并应用这些技能。

This tutorial is designed to get you up and running in Python as fast as possible. You will learn some of the most popular Python commands and concepts, including:

本教程旨在使您尽快开始使用Python。 您将学习一些最受欢迎的Python命令和概念,包括:

  • print

    打印
  • if/else and other conditional logic

    if / else和其他条件逻辑
  • nesting if/else statements

    嵌套if / else语句
  • input capturing

    输入捕捉
  • type conversions

    类型转换
  • and much more.

    以及更多。

And you will learn to do it all in your browser so you don't have to install any software.

您将学习在浏览器中完成所有操作,因此无需安装任何软件。

Watch the full course on the freeCodeCamp.org YouTube channel (1 hour watch).

在freeCodeCamp.org YouTube频道上观看完整的课程(观看1小时)。

翻译自: https://www.freecodecamp.org/news/your-first-python-project/

你可能感兴趣的:(python,人工智能,机器学习,大数据,编程语言)