首頁 > 軟體

整合式開發環境Pycharm的安裝及模板設定圖文教學

2022-07-26 14:01:43

整合式開發環境Pycharm的安裝

一、Pycharm的下載及安裝

jetbrains官網:https://www.jetbrains.com.cn/

PyCharm官方下載網址:https://www.jetbrains.com.cn/pycharm/

PyCharm是一種Python的整合式開發環境,帶有一整套可以幫助使用者在使用Python語言開發時提高效率的工具。

進入官網後:
步驟一

步驟二

步驟三

步驟四

步驟五

步驟六

步驟七

步驟八

二、pycharm的使用

1.雙擊圖示開啟

 

2.選擇New Project

3.選擇目錄

4.選擇直譯器,OK後點選Create

5.系統給我們建立了一個main.py 的檔案,裡面的程式碼

# This is a sample Python script.
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
def print_hi(name):
    # Use a breakpoint in the code line below to debug your script.
    print(f'Hi, {name}')  # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
    print_hi('PyCharm')
# See PyCharm help at https://www.jetbrains.com/help/pycharm/

直接右鍵執行
輸出:Hi,Pycharm

三、Pycharm模板的設設定

1.File-Settings

2.直接照著圖上詳細的步驟走
然後點選OK即可

3.我們來新建一個demo.py檔案試試效果

可以看到效果還是不錯噠。

到此這篇關於整合式開發環境Pycharm的安裝及模板設定的文章就介紹到這了,更多相關Pycharm安裝模板設定內容請搜尋it145.com以前的文章或繼續瀏覽下面的相關文章希望大家以後多多支援it145.com!


IT145.com E-mail:sddin#qq.com