This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| biocomput:week02 [2026/03/05 04:01] – zhangyk | biocomput:week02 [2026/03/05 04:22] (current) – zhangyk | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| {{biocomput: | {{biocomput: | ||
| + | {{biocomput: | ||
| ====== 课程录像 ====== | ====== 课程录像 ====== | ||
| Line 19: | Line 20: | ||
| 2.4 如何编写高效的python代码 | 2.4 如何编写高效的python代码 | ||
| - | {{biocomput: | + | {{biocomput: |
| ====== 课堂练习 ====== | ====== 课堂练习 ====== | ||
| Line 40: | Line 41: | ||
| rsync2 / | rsync2 / | ||
| </ | </ | ||
| + | |||
| + | ====== 其他 ====== | ||
| + | |||
| + | 1. Github Copilot的申请 | ||
| + | |||
| + | 申请的具体细节一直在变,但是大致流程是 | ||
| + | * 申请Github的教育特权 https:// | ||
| + | * 到Github个人设置页面,申请Github Copilot的使用权 | ||
| + | 遇到问题可以到网上搜一下 | ||
| + | |||
| + | 即使无法成功申请,总是可以通过任意一个语言大模型,将demo的脚本喂给它(通过VSCode下载),然后提要求“请参考demo,完成下列需求……”,然后将返回的代码,传输到服务器上的一个文件里面 | ||