Medical Input Method Technical Team Training 1

Technical Team First Training
Date: 2025.3.3
Trainer: Wang Yuquan
Participants: Han Zihe, Zhu Ziyuan
Recorder: Zhu Ziyuan
Training Content:

  1. Download python, git, VSCode
  2. Try translating code
    Study Notes:
    Ways to search for problems encountered:
  3. Use the international English version of browsers to input queries; learning to read English is essential
  4. Follow the steps in bilibili videos
    (Not recommended to use CSDN blogs, as the text explanations tend to be lengthy)
  5. Make good use of the built-in AI in VSCode for code-related issues
    tip: When copying file paths to reference in code, change “/” to “//”

Task: Watch and practice the first three chapters of the tutorial
Python Basic Tutorial Python语言程序设计_北京理工大学_中国大学MOOC(慕课)

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.