使用 AWS 学习 Python - 第 1 天

当前位置: 电视猫 > php教程>
电视猫时间: 2023-11-30 15:00:00

  使用 AWS 学习 Python - 第 1 天

在我的上一篇文章中,我提到了一个与 python 相关的 aws 研讨会,即在 aws 研讨会上学习 python。

想要创建一系列帖子,展示所有实验室实践和针对初学者的 python 教程。

第 1 步 - 登录您的 aws 控制台并确保您有 cloud9 ide
使用 AWS 学习 Python - 第 1 天

使用 AWS 学习 Python - 第 1 天

设置环境时请按照 cloud9 部分中提到的步骤进行操作

使用 AWS 学习 Python - 第 1 天

打开 cloud9 ide 后,首先在 ide 中输入 python 检查 python 版本,您将看到这个

使用 AWS 学习 Python - 第 1 天

ec2-user:~/environment $ python
python 3.8.16 (default, may 21 2024, 18:54:47) 
[gcc 7.3.1 20180712 (red hat 7.3.1-17)] on linux
type "help", "copyright", "credits" or "license" for more information.
>>> 
登录后复制
专业提示: 如果您在平台下拉列表中选择 amazon linux 2 以外的其他版本并创建环境,那么您可能无法获得 python 环境。

*互动模式
*

这是交互式python环境。您可以直接在其中输入 python 命令,它们将作为 python 运行。这是一个快速测试 python 命令的好工具。

现在使用示例尝试一下。在 >>>
后输入或复制以下内容到 python 交互环境中

some_string = "hello python"
print(some_string)
登录后复制

这应该返回以下内容:

some_string = "Hello Python"
print(some_string)
Hello Python
登录后复制

恭喜!

您刚刚创建了第一个名为 some_string 的 python 变量,并为其赋予了值“hello python”。

然后,您使用内置的打印函数打印变量的值。

退出交互模式

要退出 python 环境,请使用 crtl + d 或输入 exit()。

休息一下,我们将在第二天和下一篇文章中学习。

以上就是使用 AWS 学习 Python - 第 1 天的详细内容,更多请关注php中文网其它相关文章!

最新电视剧
热门电视剧
影视资讯
最新剧情排行榜
最新电视剧剧情