pycharm新建工程

2021-08-21 22:31:08 字數 1823 閱讀 4126

建立乙個first的project, 將其設定為source root.

並且新建兩個資料夾,hello 和 test, 這裡的資料夾相當於 package(也可以使用new–>pathon package)建立,建立好之後會有相應的init.py檔案,分別在資料夾下編寫 hellomodule.py 和 tst.py 作為 module.

注意匯入是package.module.func的順序,同乙個package就不用宣告package.

最後在 first 下編寫 main.py

'''

main.py

'''from hello.hellomodule import *

from test.tst import *

if __name__ == '__main__':

print("*************hello************")

hellofun()

print("*************test************")

tstfun()

執行結果:

d

:\test\pytest\first\venv\scripts\python.exe d

:/test/pytest/first/main.py

*************hello************

hello, this is hello func out class

*************test************

hello, this is hello func out class

class

hi . __init__

this is hi.hellou, xx

world

process finished with exit code 0

pycharm新建python工程入門

新建乙個python檔案 在工程上面右鍵 new python file 3 下面開始編寫簡單的 以及執行。4 pycharm使用技巧 快捷鍵ctrl c 複製當前行或選定的 塊到剪貼簿 ctrl x 剪下當前行或選定的 塊到剪貼簿 ctrl v 貼上 ctrl d 複製當前行 或者選擇的塊 ctr...

VC 新建工程和除錯

一 實驗目的 1.初步學會使用visual c 整合開發環境 ide 進入和退出 選單 工具欄的使用 使用者視窗區的劃分 workspace,scource file,message。2.初步了解除錯程式方法。二 實驗內容 1.範例 visual c 控制台應用程式設計步驟。作為學習物件導向的c 的...

PCB新建工程的步驟

新建工程的兩種方法 一 所有的檔案均是自己新建的 1 新建乙個pcb工程,在new project 在該介面中可以選擇改變工程檔案的儲存位置 可以新建乙個資料夾 2 在工程中新建schdoc檔案,用於儲存電路 件 3 在工程中新建lib檔案,用於繪製schlib和pcblib的檔案 4 在儲存pcb...