1.3 软件和工具

Tasks For Tutors: 请教练介绍一下这些软件。tips:尽量使用类比方法,让学员快速理解这些软件的用途。

Github Desktop 配置

  1. 打开Github Desktop,在桌面上(或者是你想要放代码的文件夹中)创建一个名为GirlsCodingDayPythonDemo的文件夹。

    a. 填写Name信息为GirlsCodingDayPythonDemo b. local Path选择你的桌面(或者是你以后想要放代码的文件夹) c. Initialize this repo with a Readme的选项打钩 d. git ignore保持none e. license保持none f. 点击create repository

  2. 现在你的桌面上(或者是你想要放代码的文件夹中)会出现一个叫做GirlsCodingDayPythonDemo的文件夹。

    GirlsCodingDayPythonDemo文件夹下新建一个叫hello_world.py的文件,用Anaconda打开Spyder,输入print("Hello World!"), 然后保存(一定要保存!)。

  3. 提交commit到master分支,(注意changes)

  4. 发布到Github

  5. 访问 https://github.com/ 网站,你可以看到你刚刚通过Github Desktop软件在github.com 网站新建了一个仓库。

Last updated