print(“hello,world”) pycharm設置 1. 選擇python 解析器,目的是確定pycharm 的運行環境。 方法: File-->Settings-->Project:unititled-->Project Interpreter 2、配置PyCharm的背景。 File- ...
print(“hello,world”)
pycharm設置
1. 選擇python 解析器,目的是確定pycharm 的運行環境。
方法: File-->Settings-->Project:unititled-->Project Interpreter
2、配置PyCharm的背景。
File-->Setting-->Editor-->Colors & Fonts
color Scheme: 配置背景顏色(有白色,黑色等)
code style scheme: 預設為default
Keymap: 快捷鍵配置,依個人習慣而定
View mode: 視圖,依個人習慣而定
look and fell: 風格,有Windows,Darcula, 和IntelliJ,
3,聲明變數
File-->Settings-->Edrtor-->file and Code Templates--->Python
#_*_coding:utf-8_*_ #我的代碼是由utf-8代碼庫組成
name = "buildydream" #作者是“build有dream”
4,字體
(1)在PyCharm中可以開啟Ctrl+滑鼠滾輪的縮放字體功能。具體方法如下:
File --> Setting --> Editor --> General --> 勾選Change font size (zoom) with Ctrl+Mouse Whee
(2)一般選擇Darcula類型
方法: File-->Setting-->Editor-->Colors & Fonts-->Font ---->Scheme處選擇Darcula類型,
如果想看起來更專業些,可以下載 Dejavu sans momo
下載地址:https://sourceforge.net/projects/dejavu/?source=typ_redirect
5、顯示行號
File --> Setting --> Editor --> General -->appearance---->show line numbers
單行註釋用#
多行註釋用 '''