刚刚在微博上看到这样一段话,深受触动:
如果你觉得你的祖国不好,你就去建设它;如果你觉得政府不好,你就去考公务员 去做官;如果你觉得人民没素质,就从你开始做一个高素质的公民;如果你觉得同胞愚 昧无知,就从你开始学习并改变身边的人, 她有缺点,我们一起修正,而不是一昧的谩骂,抱怨,逃离。
横眉冷对千夫指,俯首甘为孺子牛。“你所 站立的地方,正是你的中国;你怎么样,中 国便怎么样;你是什么,中国便是什么;你 若光明,中国便不黑暗”,愿中国青年都摆脱冷气,只是向上走,不必听自暴自弃者之流的话。能做事的做事,能发声的发声。有一分热,发一分光,就令萤火一般,也可以在黑暗里发一点光,不必等候炬火。
此后如竟没有炬火:我们便是唯一的光。
matplotlib导入出现 No module named '_tkinter'
在python3里导入matplotlib.pyplot出现No module named ‘_tkinter’错误,是因为缺少python3版的tkinter,所以:
sudo apt-get install python3-tk
python解方程
from sympy import *
x=Symbol(‘x’)
y=Symbol(‘y’)
res=solve([expresions,],[parameters,])
print res
Maxim
How to be cool:
saying “thank you”;Apologizing when wrong;Showing up on time;Being nice to strangers;Listening without interrupting;Admitting you were wrong;Following your dreams; Being a mentor;Learing and remembering people’s names;Holings doors open;___Accroding to Warren Buffett Continue reading Maxim
热处理字母c,r,cm缩写
钢的热处理符号Ac、Ar、Acm中,c、r、cm分别表示的哪些单词缩写?加热的时候用c表示,calefaction,冷却的时候用r表示, refrigeration。cm=cementite 渗碳体.Acm是指二次渗碳体析出线(渗碳体在奥氏体中溶解度线)
Python计算生态-常用python框架
1,数据处理/计算:Numpy(numpy);Pandas(pandas);Scipy;SymPy(sympy);Networkx(networkx)
2,数据可视化:Matplotlib(matplotlib);Seaborn;Mayavi
3,文档/文字处理:PyLaTeX;PyPDF2(pypdf2);NLTK;python-docx;Jieba(jieba);
4,机器学习/深度学习:Scikit-learn(sklearn);TensorFlow;MXNet;aip
5,图像处理:PIL(pillow);MyQR
6,网络:Requests(requests);BeautifulSoup(beautifulsoup4);Django(django);Pyramid;Flask(flask);WeRoBot(werobot);Scrapy;pyspider;Python-Goose
7,软件工程:Wheel(wheel);PyInstaller(pyinstaller);PyQt5(pyqt5);PyOpenGL(pyopengl);PyGame(pygame)
8,系统工具:docopt(docopt);
Complete Guide to Install Zotero on Ubuntu 18.04
This tutorial explains how to download and install Zotero Bibliography Tool on Ubuntu 18.04 with web browser Firefox “Quantum”. The new Firefox “Quantum” (v57 and later) is the reason why Zotero changed to be stand-alone program with its own window outside of Firefox. You will download Zotero manually, extract and setup it on your desktop menu, and then integrating it with Firefox and LibreOffice Writer. The whole steps are easy to follow for anyone. Finally, enjoy Zotero and happy researching! Continue reading Complete Guide to Install Zotero on Ubuntu 18.04
文献管理 on ubuntu and iPad
Zotero是开源、跨平台的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。
官网:https://www.zotero.org/
Zotero过去只是Firefox浏览器下的一款扩展(add-on),现在已经有了桌面版。
Zotero源代码:https://github.com/zotero
Ubuntu安装Zotero桌面版:
$ sudo add-apt-repository ppa:smathot/cogscinl
$ sudo apt-get update
$ sudo apt-get install zotero-standalone
For iPad we have: PaperShip for Mendeley & Zotero
一份其实很短的 LaTeX 入门文档
优雅的 LaTeX
有很多 Geeks 或者 LaTeX’s Fanatical Fans 过分地强调了 LaTeX 的一些并非重点的特性,以至于很多初学者会觉得 LaTeX 很神秘很复杂,从而引发了初学者的畏难情绪甚至是负面情绪。尽管这些 Fans 说得并没有错,我是说在事实上,但是他们的表达方式和内心态度却间接阻碍了 LaTeX 的发展,我想这也是和他们的初衷相悖的。
我曾经也受到过这些言论的影响,但幸运的事,至今为止我已经越过了这些障碍,并更加坚信了他们所言(LaTeX 的优点)的正确性。因此我想以我自己的方式,向更多的人介绍 LaTeX —— 这个优雅,但有着自己高傲,却绝不复杂甚至神秘的东西。
Continue reading 一份其实很短的 LaTeX 入门文档
在Ubuntu下使用klatexformula让Latex公式变成矢量图
安装
首先需要安装 libqt4-sql-sqlite
sudo apt-get install klatexformula