# daily-coding **Repository Path**: jwma/daily-coding ## Basic Information - **Project Name**: daily-coding - **Description**: 这个项目记录了我日常写代码的点滴,会把一些代码片段、项目 Demo、技术方案、笔记、博文等都放在这里。This project records the bits and pieces of my daily coding. I will put some code snippets, project demos, technical solutions, notes, articles, etc. here. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Daily coding 这个项目记录了我日常写代码的点滴,会把一些代码片段、项目 Demo、技术方案、笔记、博文等都放在这里。 ## 其他语言 - [英文](README.md "英文 README.md") ## 部署 如果是可运行的子项目,其目录内会有 README 进行说明。 ## 文件,目录说明 ```bash . ├── README.md # 英文 README ├── README.zh_cn.md # 中文 README ├── blogs # 博客文章 ├── notes # 笔记 └── snippets # 代码片段 ```