計算機的基礎知識
計算機是由什麼組成的
cpu-----大腦python
主板----身體windows
電源----心臟字體
內存----臨時存儲數據操作系統
硬盤----永久存儲數據3d
什麼是操做系統
控制計算機流程的軟件code
什麼是應用程序
在操做系統之上運行的軟件blog
python安裝
- 官網下載:hhtps://www.python.org/downloads/windows/
- 選擇版本
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
添加環境變量教程
![](http://static.javashuo.com/static/loading.gif)
pycharm安裝和使用
pycharm安裝教程(以下圖組)
- 首先去pycharm官網下載pycharm安裝包
![](http://static.javashuo.com/static/loading.gif)
- 雙擊下載的安裝包,進行安裝。
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
pycharm快捷鍵使用方法部分
ctrl + d 複製內存
ctril +z 撤銷utf-8
ctril +shift +z 反撤銷
ctril + ? 註釋
pycharm編輯字體(以下圖)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
pycharm添加python2方法(以下圖組)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
運行python代碼
- 在D盤下建立一個t1.py文件內容是:
#-*-coding:utf-8-*-
print("hello world")
- win鍵+R 輸入cmd
![](http://static.javashuo.com/static/loading.gif)