Python快速入门(上)

本文介绍了Python的快速入门,包括Anoconda的安装步骤,Jupyter Notebook的使用,以及Python的基础知识。从环境安装开始,详细讲解了如何在macOS上安装Anoconda,并使用Jupyter启动Notebook。接着,文章引入了Python的基本概念,如变量、数据类型、运算符,特别强调了动态类型的特性,并展示了列表、元组和字典等数据结构的使用方法。
摘要由CSDN通过智能技术生成

环境安装

Anocoda安装

相关链接
Anoconda的下载链接如下:
Anoconda Download
Anoconda的各版本安装方式如下:
Anoconda Installation
Anoconda的文档链接如下:
Anoconda Documentation

本文安装环境为macOS 10.13.6,安装版本为Anaconda2-2018.12-MacOSX-x86_64.sh

安装步骤1

  1. 下载对应版本。本文所下版本为Anaconda2-2018.12-MacOSX-x86_64.sh

  2. 打开command,使用如下命令执行下载文件

bash ~/Downloads/Anaconda2-2018.12-MacOSX-x86_64.sh
  1. 安装中,会弹出"In order to continue the installation process, please review the license agreement.(为继续安装,请阅读许可证协议)",按Enter阅览许可协议
  2. 滑到协议末尾,输入yes同意许可
  3. 安装中,会弹出选择安装位置,选择默认位置,默认位置为*/home/userName/anaconda*
  4. 安装中,会弹出*"Do you wish the installer to prepend the Anaconda install location to PATH in your /home/userName/.bash_profile ?(是否希望安装器将Anaconda的安装目录添加到.bash_profile中)"建议选择yes*
  5. 安装结束
  6. 安装器会询问你是否安装VS Code,选择yes或是no

在命令行中执行:
conda info --env
输出如下:

# conda environments:
#
base                  *  /Users/userName/anaconda3

则代表安装成功,如输出command not found,则可能是环境配置有误,打开~/.bash_profile,加入export PATH="/<path to anaconda>/bin:$PATH"

Jupyter使用

conda默认安装了jupyter,在命令行中输入如下命令:

conda list

列出其中所有的安装包,以下是列出的jupyter安装包

jupyter                   1.0.0                    py37_7
jupyter_client            5.2.4                    py37_0
jupyter_console           6.0.0                    py37_0
jupyter_core              4.4.0                    py37_0
jupyterlab                0.35.3                   py37_0
jupyterlab_server         0.2.0                    py37_0

输入
jupyter notebook
则在网页上运行了notebook,运行效果如下:
Figure 1

点击New → \rightarrow python3,则编译器运行成功,效果如下:
在这里插入图片描述

至此,我们便可以编译python的代码了

第一句代码

在jupyter中输入框中输入如下命令:

print('hello jupyter')

shift+enter键运行代码,输出如下:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值