o’reilly采访了python语言作者guido van rossum,讨论了python 3 […]
Continue readingpython用print为什么不能打印网址?
code: >>> ptint ‘http://www.google.com’ fil […]
Continue readingpython中is和in的区别
a=[1,2,3] b=[1,2,3] c=d=[1,2,3] 怎么c is d结果为true,而a in b […]
Continue reading请问各位大大,cron无法执行修改后的python脚本
我修改了cron定时执行的python脚本,该脚本之前是能够定时正确运行的,我在该脚本中加入了一些代码,但是当 […]
Continue readingredhatenterpriselinux5下搭建lamp(python)全过程分享(fordjango)
os:redhat enterprise linux 5 在安装的过程中遇到不少困难,所以记下来,好让后面的人 […]
Continue reading利用freeze在linux环境下制作python脚本的可执行程
1.安装python2.5.1 2.locate freeze 找到freeze.py所在的目录,假设是 /r […]
Continue readingpython是要替代perl的脚本语言?
perl ,python 都是做同样功能的脚本语言吗? 他们也是动态语言把? 他们与shell(如bshell […]
Continue readingrhel6从源码安装python及其他软件包
rhel6从源码安装python及其他软件包 ## get zlib-devel source and bui […]
Continue readingpython下科学计算包numpy和scipy的安装
python下大多数工具包的安装都很简单,只需要执行 “python setup.py insta […]
Continue readingrhel6.5上vim最新版的安装并增加对python2.7.5的支持
git上的很多vim插件,都需要vim的高版本,而rhel6.5默认安装的vim为7.2,要使vim支持这些插 […]
Continue readingpython学习笔记
大多数 linux 发布版本在默认安装的情况下就已经提供了 python。在命令行下测试一下python,就可 […]
Continue readingredhat升级python到2.7.6
从今天开始学习python!看了一下虚拟机redhat中的python,发现还是原生的2.4.3,所以决定升级 […]
Continue readingpython程序在linux主机运行的注意事项
原本在win上写的一些python脚本,有了真正的linux主机以后,上传上去竟然不能运行,找了很多资料,请教 […]
Continue readingubuntu下python版本问题
ubuntu10.04下默认已装了python2.6.5,我现在想换python3.1,可装了之后还是识别为p […]
Continue reading文博的python教程
作者:文博 谨以此献给给予我生命、扶持我成长、帮助我、关注我、指导我、伴随我的各类人们以linux狂热分子、l […]
Continue reading