Skip to content

Commit 08bc838

Browse files
committed
更新了数据分析部分的文档
1 parent 2d5c4b5 commit 08bc838

10 files changed

+980
-419
lines changed

Day36-40/36-38.关系型数据库MySQL.md

+467-392
Large diffs are not rendered by default.

Day66-80/73.Pandas的应用-4.md

+484
Large diffs are not rendered by default.

Day66-80/80.数据分析方法论.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 数据分析方法论
2+

Day81-90/89.PyTorch概述.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## PyTorch入门
2+

Day81-90/89.Tensorflow概述.md

-2
This file was deleted.

Day81-90/90.PyTorch实战.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## PyTorch实战
2+

Day81-90/90.Tensorflow实战.md

-2
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ Python在以下领域都有用武之地。
398398

399399
#### Day88 - [深度学习入门](./Day81-90/88.深度学习入门.md)
400400

401-
#### Day89 - [Tensorflow概述](./Day81-90/89.Tensorflow概述.md)
401+
#### Day89 - [PyTorch概述](./Day81-90/89.PyTorch概述.md)
402402

403-
#### Day90 - [Tensorflow实战](./Day81-90/90.Tensorflow实战.md)
403+
#### Day90 - [PyTorch实战](./Day81-90/90.PyTorch实战.md)
404404

405405
### Day91~100 - [团队项目开发](./Day91-100)
406406

番外篇/Python之禅的最佳翻译.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
## Zen of Python(Python之禅)
22

3-
1. Beautiful is better than ugly. (优美比丑陋好)
4-
2. Explicit is better than implicit.(清晰比晦涩好)
5-
3. Simple is better than complex.(简单比复杂好)
6-
4. Complex is better than complicated.(复杂比错综复杂好)
7-
5. Flat is better than nested.(扁平比嵌套好)
8-
6. Sparse is better than dense.(稀疏比密集好)
9-
7. Readability counts.(可读性很重要)
10-
8. Special cases aren't special enough to break the rules.(特殊情况也不应该违反这些规则)
11-
9. Although practicality beats purity.(但现实往往并不那么完美)
12-
10. Errors should never pass silently.(异常不应该被静默处理)
13-
11. Unless explicitly silenced.(除非你希望如此)
14-
12. In the face of ambiguity, refuse the temptation to guess.(遇到模棱两可的地方,不要胡乱猜测)
15-
13. There should be one-- and preferably only one --obvious way to do it.(肯定有一种通常也是唯一一种最佳的解决方案)
16-
14. Although that way may not be obvious at first unless you're Dutch.(虽然这种方案并不是显而易见的,因为你不是那个荷兰人[^1]
17-
15. Now is better than never.(现在开始做比不做好)
18-
16. Although never is often better than \*right\* now.(不做比盲目去做好[^2]
19-
17. If the implementation is hard to explain, it's a bad idea.(如果一个实现方案难于理解,它通常不是一个好的方案)
20-
18. If the implementation is easy to explain, it may be a good idea.(如果一个实现方案易于理解,它很有可能是一个好的方案)
21-
19. Namespaces are one honking great idea -- let's do more of those!(命名空间非常有用,我们应当多加利用)
3+
1. Beautiful is better than ugly. (优美比丑陋好)<br>
4+
2. Explicit is better than implicit.(清晰比晦涩好)<br>
5+
3. Simple is better than complex.(简单比复杂好)<br>
6+
4. Complex is better than complicated.(复杂比错综复杂好)<br>
7+
5. Flat is better than nested.(扁平比嵌套好)<br>
8+
6. Sparse is better than dense.(稀疏比密集好)<br>
9+
7. Readability counts.(可读性很重要)<br>
10+
8. Special cases aren't special enough to break the rules.(特殊情况也不应该违反这些规则)<br>
11+
9. Although practicality beats purity.(但现实往往并不那么完美)<br>
12+
10. Errors should never pass silently.(异常不应该被静默处理)<br>
13+
11. Unless explicitly silenced.(除非你希望如此)<br>
14+
12. In the face of ambiguity, refuse the temptation to guess.(遇到模棱两可的地方,不要胡乱猜测)<br>
15+
13. There should be one-- and preferably only one --obvious way to do it.(肯定有一种通常也是唯一一种最佳的解决方案)<br>
16+
14. Although that way may not be obvious at first unless you're Dutch.(虽然这种方案并不是显而易见的,因为你不是那个荷兰人[^1]<br>
17+
15. Now is better than never.(现在开始做比不做好)<br>
18+
16. Although never is often better than \*right\* now.(不做比盲目去做好[^2]<br>
19+
17. If the implementation is hard to explain, it's a bad idea.(如果一个实现方案难于理解,它通常不是一个好的方案)<br>
20+
18. If the implementation is easy to explain, it may be a good idea.(如果一个实现方案易于理解,它很有可能是一个好的方案)<br>
21+
19. Namespaces are one honking great idea -- let's do more of those!(命名空间非常有用,我们应当多加利用)<br>
2222

2323
[^1]:这里指的是 Python 之父 Guido van Rossumm。
2424
[^2]:极限编程中的YAGNI原则

番外篇/英语面试.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
1. I: Can you tell me a little bit about yourself? (介绍下自己)
2828

29-
原则:不要谈私生活和奇怪的癖好(英雄联盟干到钻石),因为别人更想知道的是你的专业技能(qulifications)和工作经验(experience),所以重点在你之前的公司(company name)、职位(title)、时间(years)和主要职责(major responsibilities)
29+
原则:不要谈私生活和奇怪的癖好(王者荣耀打到星耀并不值得在这里说),因为别人更想知道的是你的专业技能(qulifications)和工作经验(experience),所以重点在你之前的公司(company name)、职位(title)、时间(years)和主要职责(major responsibilities)
3030

31-
C: Thank you for having me. My name is Dachui WANG. I'm 25 years old, and I'm single. I have a Bachelor's Degree of Computer Science from Tsinghua University. I was a Junior Java Programmer for ABC Technologies during my college life. Then I become an intermediate Java engineer for XYZ Corporation in last two years. Programming is my everyday life and programming is where my passion is. I think I have a good knowledge of Java enterprise application developement using light-weight frameworks like Spring, Guice, Hibernate and other open source middle-ware like Dubbo, Mycat, rocketmq and so on and so forth. I love reading, travelling and playing basketball in my spare time. That's all! Thank you!
31+
C: Thank you for having me. My name is Dachui WANG. I'm 22 years old, and I'm single. I have a Bachelor's Degree of Computer Science from Tsinghua University. I was a Junior Java Programmer for ABC Technologies during my college life. Then I become an intermediate Java engineer for XYZ Corporation in last two years. Programming is my everyday life and programming is where my passion is. I think I have a good knowledge of Java enterprise application developement using light-weight frameworks like Spring, Guice, Hibernate and other open source middle-ware like Dubbo, Mycat, rocketmq and so on and so forth. I love reading, travelling and playing basketball in my spare time. That's all! Thank you!
3232

3333
2. I: How would you describe your personality? (你的性格)
3434

0 commit comments

Comments
 (0)