Friday, August 30, 2024

Writing Python in Jyputer with Access to OpenAI



1. 使用 AI 撰寫Python,以分解整數為例

你可以使用 Claude.ai 的 artifact (如下圖),或是使用 ChatGPT 產生程式碼再複製使用 




按下 複製 鍵,方便之後使用這段程式碼


2. 打開 Python 執行環境,這裡借用 DeepLearning AI 提供的 Jyputer 環境,這樣我可以隨時使用 OpenAI API


輸入 https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/2/guidelines 即可進入 (需要先登入)




3. 在左側程式框裡下捲到底部空白處


4. 貼上你剛才的程式碼



5. 執行這段程式碼 (按下圖中程式碼左上的三角箭頭)


6. 執行結果

輸入 87,

The factors of 87 are: [1, 3, 29, 87]
Total number of factors: 4
87 is not a prime number.












No comments: