1.python install (ubuntut系统默认2.7.x) Github: https://github.com/ipython/ipython2.sudo apt-get install ipython3.sudo apt-get install ipython-notebook4.i...
分类:
编程语言 时间:
2015-02-03 14:45:36
阅读次数:
130
转自:http://www.ipython.me/ubuntu/how-to-connect-kindle-with-ubuntu.html1、安装MTP工具集:mr_liu@i-it:~$ sudo apt-get install mtp-tools mtpfs mr_liu@i-it:~$ d....
分类:
移动开发 时间:
2015-01-30 14:49:25
阅读次数:
126
[root@kaibin~]#ipython
In[1]:importplatform
In[2]:printplatform.uname()
(‘Linux‘,‘kaibin.test1‘,‘2.6.32-431.el6.x86_64‘,‘#1SMPFriNov2203:15:09UTC2013‘,‘x86_64‘,‘x86_64‘)
In[3]:dir(platform)#查看platform支持的功能:dir(platform)
In[4]:exit()简单方法:1.编译安..
分类:
编程语言 时间:
2015-01-25 22:42:35
阅读次数:
291
最近有一个培训机构找笔者来做一份Python的培训教材,顺带着研究了下python notebook,发现很好很强大,现把初步的安装步骤记录如下: 1.安装Python 这个是必须的,在http://www.python.org/download/下载最新的Python版本。按照自己的平台下载对应的...
分类:
编程语言 时间:
2015-01-19 10:43:25
阅读次数:
205
Classify the sentiment of sentences from the Rotten Tomatoes dataset
题目链接:https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews
越来越喜欢iPython notebook了。以下所有工作都可以在一个页面上完成,FireFox支持比Chrome...
分类:
其他好文 时间:
2015-01-18 14:25:37
阅读次数:
172
python ruby等语言由于其小众和动态特性,缺少优良的IDE,本篇将介绍主要的python IDE。1.python安装后自带有IDLE,简单方便,应该算是最简单的编辑环境了,但是过于简单,不便开发。2.konmodo 臃肿且功能受限。3.ipython,小巧且功能强大,还带部分魔法功能,比较...
分类:
编程语言 时间:
2015-01-05 20:20:03
阅读次数:
212
安装ipython必须要用python2.7以上的包,centos6.5上的python是2.6.6的,版本不够,所以要从官网下载python2.7.9的安装包wgethttps://www.python.org/ftp/python/2.7.9/Python-2.7.9.tar.xz解压压缩包xz-d
Python-2.7.9.tar.xztarxvf
Python-2.7.9.taryuminstallreadline-devel..
分类:
编程语言 时间:
2014-12-15 22:04:49
阅读次数:
673
本文是对《IPython Interactive Computing and Visualization Cookbook》一书中第七章【Introduction to statistical data analysis in Python – frequentist and Bayesian me...
分类:
其他好文 时间:
2014-12-09 21:08:18
阅读次数:
307
JetBrains(目前其产品正年终促销)正式发布了PyCharm?4(7折优惠)版本,新的PyCharm?4全面提高了编辑、学习、调试的能力。具体变化如下: 支持IPython?Notebook 现在可以通过*.ipynb文件执行所有IPython?N...
分类:
编程语言 时间:
2014-12-08 10:52:55
阅读次数:
362
python类内init外声明的属性与init内声明的对象属性的访问和操作区别(面试题)1.在ipython中输入以下代码,其输出会是什么?In [1]: class ClassOut: ...: out_mem = 'out_mem' ...: print out_mem ...
分类:
编程语言 时间:
2014-11-25 20:25:04
阅读次数:
385