# python28 **Repository Path**: magedu/python28 ## Basic Information - **Project Name**: python28 - **Description**: 马哥python28期专用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2019-12-25 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python28 #### 介绍 马哥python28期专用 ## 马哥教育python实战28期 ### 不要删除别人的代码! 目录结构 ``` 每次作业请创建单独的目录,例如 第一周 P28001-张三/学习计划.txt P28002-李四/example.py 第二周 P28001-张三/xxx.py P28002-李四/xxx.py ``` ### 1.命令行添加代码 ``` 第一次使用: centos: yum install git Ubuntu: apt-get install git git clone git@gitee.com:magedu/python28.git 更新本地代码 git pull 查看代码状态 git status 后面添加代码,只需要下面三行即可: git pull //拉取最新的代码文件 git add . git commit -m "first commit" //第一次提交 git pull //提交之前,先同步下最新版的代码,避免冲突 git push -u origin master //同步到远程服务器 用命令行操作,要添加ssh的公钥到gitee里,操作方法 点击这个链接 http://git.mydoc.io/#text_154712 ``` #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)