Time: 2025-3-4 20:45~22:45
Participants: Wang Yuquan, Han Zihe, Zhu Ziyuan
Training Topic: Installing Python, Git, Visual Studio Code; understanding how to resolve error messages encountered; gaining an intuitive understanding of the code learning process.
Skill Learning: When searching for software to install, you can choose to enter keywords in English, such as “Python installation”; the first result will often be the official website, effectively avoiding advertisements; for tutorial selection, it is best to search for video tutorials on Bilibili to learn, avoiding text-based tutorials (such as those on CSDN); during the process, when encountering multiple error messages, you should input the English error text segments into the international version of the browser for searching, as the retrieved content tends to be concise and easy to understand; finally, for learning the existing rimi code, it is best to build on having completed a basic Python course, relying on VSCode’s AI assistant, Bilibili, and other resources combined for mutual reference; code learning requires attention to layering—first understand the overall framework, then the meaning of each line.
Specific Knowledge Summary: When copying file paths into VSCode, you need to change “\” to “\\”; cmd = terminal = command prompt; after running a piece of code or installing a plugin, the software must be restarted to perform the previous required operations again.