023第12章 A SHIP THAT FIRES BULLETS
💛20230123晨讀感言:
💔在本章接觸到 Git 這個 版本控制軟體,因為我使用 VS Code 來編輯 python,因此,也需要 [在 VS Code 中使用 Git 版本控制](https://learn.microsoft.com/zh-tw/training/modules/use-git-from-vs-code/) ,而使用前的必要條件有四點:一、Git 已安裝,二、VS Code 已安裝,三、對 Git 概念和命令的基本了解,例如使用存放庫、分岔、複製、分支,以及暫存和取消暫存變更、推送認可,四、需要 GitHub 帳戶。
💔在安裝 Git 時,遇到 [homebrew ](https://brew.sh)的指令 brew,隨後,在安裝 Pygame 時,遇到 pip 指令,看來,對於 初次接觸這些指令的我,直接運用 遠比 瞭解這些指令的含意 要省時的多。
💛晨讀摘要:
💚228 When you’re building a large project, it’s important to prepare a plan before you begin to write code. Your plan will keep you focused and make it more likely that you’ll complete the project.
💚228 Installing Pygame:Before you begin coding, install Pygame. The pip module helps you down load and install Python packages.
from:《python crash course》
喜欢我的作品吗?别忘了给予支持与赞赏,让我知道在创作的路上有你陪伴,一起延续这份热忱!
- 来自作者
- 相关推荐