python
haoran_gao
这个作者很懒,什么都没留下…
展开
-
conda
http://conda.pydata.org/docs/install/quick.html#linux-miniconda-installhttp://forum.dato.com/discussion/1554/addressing-sslerror-ssl-certificate-verify-failed-certificate-verify-failed-ssl-c-590Install原创 2016-01-09 23:08:13 · 1289 阅读 · 0 评论 -
ipython notebook
安装sudo pip install ipython AssertionError: Only python 2.7 and later is supported by ptyprocess.升级python 2.6 — python2.7 下载python2.7并编译安装wget https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tg原创 2016-01-09 14:41:42 · 534 阅读 · 0 评论 -
ipython notebook 远程访问
创建server配置ipython profile create myserver在profile目录下, 编辑ipython_notebook_config.py~/.ipython/profile_myserver/ipython_notebook_config.py c = get_config() c.NotebookApp.certfile=u'/opt/modules/ML/Python原创 2016-01-09 16:37:36 · 3730 阅读 · 0 评论 -
python函数式编程
http://www.cnblogs.com/fnng/p/3699893.html原创 2016-01-09 17:30:12 · 484 阅读 · 0 评论 -
VirtualEnv安装
下载virtualenv curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-13.1.2.tar.gz2.解压 tar -zxvf virtualenv-13.1.2.tar.gz 3.安装cd virtualenv-13.1.2 python setup.py install python virtual原创 2016-01-12 14:02:18 · 411 阅读 · 0 评论