PyCharm快捷键和基本使用

快捷键

 

 

 

基本使用:

1、新建项目

1)New Project--> Pure Python

  • 新建项目位置和名称
  • 选择python解释器

PyCharm快捷键和基本使用

 

2)新建python文件

右键--> New --> Python File --> 驼峰规则命名

 

3) 书写代码,右键Run运行代码

PyCharm快捷键和基本使用

 

2、修改PyCharm界面显示

1)修改工具界面文字大小

  • File-->Setting-->Appearance-->Use custom font Size(设置为16)

2)修改代码文字大小

  • File-->Setting-->Editor-->Font-->Size(设置为18)