You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 概要
对开源项目的学习和使用。我们选择学习在GitHub托管的开源项目< a href = "https://github. com/google/python-fire" > python-fire</ a >
## 我如何完成任务?
1. 在[任务点](#mission)中选择一个
1. fork自己的分支(点击复刻,在页面左上角)
2. 在自己的分支中参照任务1的markdown文件, 修改或添加markdown文件。然后把任务完成报告用[markdown](#descriptMD)语言完成。
如果有编写代码,也可以添加到分支中。
3. 每次作出修改应该尽快提交merge请求
4. 跳到第2埠, 持续修改, 优化完善
## <h2 id='mission'>任务点:</h2>
1. 掌握git等工具的使用, 了解github等代码托管平台
2. 能看懂readme,并将开源项目跑起来。能看懂项目中的文档,掌握工具如何使用(学会自己阅读文档)
4. 模仿项目中文件. 变量. 方法的命名方式,并在自己代码中实践(不要写出不明所以的命名)
5. 模仿项目中的注释写法,并在自己代码中实践(学会写出简明. 清晰. 全面的注释)
6. 模仿项目中的单元测试写法,并在自己代码中实践(保证版本迭代过程中的可维护性)
7. 体会项目中的动态语言开发过程中的轻盈性,并提高自己的编码水平(努力写出干净. 简洁的python)
## <h2 id='descriptMD'>markdown? </h2>
参考 < a href = 'http://markdown. p2hp. com/getting-started/' > markdown中文网</ a >
### 如何在markdown插入图片
将图片上传到QQ空间, 微博或者其他的图床平台, 然后复制图片链接, 在markdown中使用图片标签或者html \<a\>标签插入图片。
## 小组作业要求
学习下面其中的一个开源项目,写一份学习总结报告
https://github.com/google/python-fire
https://graphite.readthedocs.io/en/stable/overview.html
分组要求: 4~ 6人( 学生提交作品时需要关联同组成员, 组内成员作品共享)
基于项目实施:是(学生必须在本平台创建项目,项目管理员可以提交作品)