Commit Graph

298 Commits (406eed0861c18ffb389b78e9508251f5121780a9)
 

Author SHA1 Message Date
jackfrued fe71d2781d 修复了部分文档和代码中的bug 2019-05-18 23:40:41 +08:00
骆昊 6ecd5cae5e
Merge pull request #54 from xiaoer371/master
补充sublime text 手动下载package control插件说明
2019-05-18 23:36:56 +08:00
骆昊 7e02cb368a
Merge pull request #70 from Geekya215/master
修复DAY1~DAY15文档中错误
2019-05-18 23:35:04 +08:00
骆昊 7794d98a87
Merge pull request #99 from jankeromnes/master
为新开发人员简化打码
2019-05-18 23:27:02 +08:00
骆昊 841172cb5c
Merge pull request #101 from nasyxx/patch-1
Change name: string.py to strings.py
2019-05-18 23:23:30 +08:00
骆昊 2f013d1bda
Merge pull request #119 from leemamas/master
Update 关系型数据库MySQL.md
2019-05-18 23:14:47 +08:00
骆昊 9e360492f3
Merge pull request #125 from amath0312/master
修正定义类示例代码
2019-05-18 23:06:51 +08:00
zhaolin aca4779f04 修正定义类示例代码 2019-05-17 20:34:45 +08:00
leemamas 59431d31b2
Update 关系型数据库MySQL.md 2019-05-17 00:19:09 +08:00
softpo 43c147dad1 'pandas使用' 2019-05-16 11:59:06 +08:00
softpo aa359771ff 'ceshichenggong' 2019-05-16 11:48:40 +08:00
softpo 9b73218d5c ceshiq 2019-05-16 11:45:33 +08:00
jackfrued 4dde38106a 更新了部分文档和数据库代码 2019-05-16 00:36:47 +08:00
Nasy 6b0c4c7d00
Change name: string.py to strings.py
标准库里有一个名为 string 的,在很多包里(比如 pip -> logging )用了它。
鉴于,这个是针对新手的,可能在这个文件夹下用 pip 安装包,导致发生 `ImportError`

```
from string import Template
ImportError: cannot import name 'Template' from 'string' (/User/xxx/Python-100-Days/Day01-15/Day02/code/string.py)
```

因此改名为 strings.py 以规避此错误。
2019-05-14 21:32:07 +08:00
Jan Keromnes 0863b1f5de Add Gitpod to 初识Python.md 2019-05-14 08:58:48 +00:00
Lin Yang 8913e0d9cb add description for formula img 2019-05-12 22:53:50 +08:00
jackfrued 0d2f07087d 更新了Django部分的文档 2019-05-10 00:29:11 +08:00
Lin Yang 72496cb355 fix doc error 2019-05-09 17:12:55 +08:00
骆昊 bd39f9981f
Merge pull request #55 from wjsvec/patch-1
Update 初识Python.md
2019-05-08 17:22:50 +08:00
骆昊 bdf2bd55f4
Merge pull request #58 from LingrenKong/patch-1
Update 初识Python.md
2019-05-08 17:21:45 +08:00
LingrenKong 659f2cc16c
Update 初识Python.md 2019-05-07 23:39:02 +08:00
wjsvec 93833ed5bd
Update 初识Python.md 2019-05-07 19:52:13 +08:00
xiaojin d8240c689f 补充sublime text 手动下载package control插件说明 2019-05-07 15:18:04 +08:00
jackfrued bef6a30aeb 更正了部分文档中的bug 2019-05-07 00:08:50 +08:00
jackfrued 2c1991cf6f 更新了Django部分的文档 2019-05-06 12:30:07 +08:00
jackfrued cfc872e240 更新了第15天的文档 2019-05-04 15:53:22 +08:00
骆昊 d4b6a8aeb8
Merge pull request #25 from q526933815/master
Update 图形用户界面和游戏开发.md
2019-05-04 10:17:51 +08:00
骆昊 155cad5d17
Merge pull request #27 from royaso/patch-2
补上Selenium官网地址 https://www.seleniumhq.org
2019-05-04 10:15:29 +08:00
jackfrued ff4912b37d 修正了缩进的问题 2019-05-03 22:08:19 +08:00
jackfrued 783b3f67bf 更新了README.md 2019-05-03 22:00:04 +08:00
jackfrued bd20a91f9c 修正了文档上的部分bug 2019-05-03 21:53:37 +08:00
jackfrued 6411875f12 更正了部分文档和代码 2019-05-03 21:17:36 +08:00
jackfrued 28067bfe8f 更新了README.md 2019-05-03 20:27:30 +08:00
jackfrued b720eb3c52 添加了Tornado相关的文档和代码 2019-05-03 20:14:20 +08:00
jackfrued 1f67d39f8d 更新了数据库部分的文档 2019-05-03 16:00:14 +08:00
jackfrued 6ed9e604d7 更新了Django部分的文档 2019-05-02 22:40:08 +08:00
jackfrued 5f5ebe4b79 更新了数据库部分的相关文档 2019-04-27 15:19:35 +08:00
jackfrued 736c7f40bd 调整了部分目录结构 2019-04-26 23:42:07 +08:00
jackfrued 172125940c 调整了部分目录结构 2019-04-26 23:40:40 +08:00
jackfrued 400cc99f47 修改了部分文档 2019-04-26 16:42:30 +08:00
jackfrued 66fb888d23 更新了数据库部分相关知识 2019-04-26 16:29:16 +08:00
jackfrued 02d31714f7 更新了部分代码和文档 2019-04-24 00:32:18 +08:00
jackfrued 1b9aefeed4 修改了部分文档 2019-04-15 00:37:39 +08:00
jackfrued f63d566b78 更新了前端文档 2019-04-07 22:48:03 +08:00
jackfrued a8d0b8265a Merge branch 'master' of github.com:jackfrued/Python-100-Days 2019-04-04 08:30:51 +08:00
jackfrued 62368f5a4b 更新了前端相关文档 2019-04-04 08:29:54 +08:00
骆昊 33b6062adc
Update requirements.txt 2019-04-04 07:08:11 +08:00
骆昊 74bcfe5f55
Update requirements.txt 2019-04-04 07:07:35 +08:00
jackfrued 748dbdd48c 更新了前端相关资源 2019-04-04 06:49:09 +08:00
jackfrued 2488679c90 添加了资源图片 2019-04-03 00:34:13 +08:00