E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
笨办法学python
笨办法学Python
——学习笔记2
第15-17章文件读写,使用open,read,write,close函数,下面摘录原文的程序: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #! /u
·
2015-10-31 09:58
python
笨办法学Python
——学习笔记4
第45章面向对象,我感觉python中的类设计比较丑陋,类的框架形式如下 class 类名(object): def __init__(self,[其它参数]):#构造函数,[]表示可选 ...一些初始化 ...一些其它函数 ...一些数据 如果有一个类A,类A1继承类A,则框架如下 class A(object): ... class
·
2015-10-31 09:58
python
笨办法学Python
——学习笔记3
第27-39章流程控制语句和列表,if...else...,while,for 基本上和c语言类似,不过要注意嵌套的if...else...的关键字是 elif ? people = 30 cars = 40 buses = 15 if&nb
·
2015-10-31 09:58
python
《
笨办法学python
》-1
总结简单的输入输出;基本的数学计算;格式化字符串备注1.**:幂次方2.//:浮点数除法时可舍掉小数>>>31/2.0 15.5 >>>31//2.0 15.03.两种格式化输出语法:>>>print'%sis%dyearsold.'%('mrzhang',22) mrzhangis22yearsold. >>>print'{0}is{1}yearsold.'.format('mrzhang','
qq_20581563
·
2015-07-25 17:00
python
【
笨办法学Python
】习题11:打印出改变了的输入
print "How old are you?",age = raw_input()print "How tall are you?",height = raw_input()print "How much do you weigh?",weight = raw_input()print "So, you're %r old,
·
2015-07-20 14:00
python
[简明python教程]学习笔记之总结篇
《
笨办法学python
》、《python基础教程(第二版)》、《可爱的Python》哪个比较好?本文出自“[
reedyan
·
2014-05-07 00:19
python
Python 学习笔记(20140505)
选择教材:ZedShaw撰写的LearnPythonthehardway (有人译作《
笨办法学Python
》,但我认为这译名没有理解原作者的意思,应该说《努力学Python》跟合适)如同大多数初学者(python
moorwindmill
·
2014-05-05 12:29
windows
python
环境变量
powershell
Python书单分享
1、Python入门:上、下、代码;2、Python学习手册第三册.pdf3、
笨办法学Python
.pdf5、Python正则表达式_深入浅出.pdf6、Python灰帽子.pdf7、Python源码剖析
城南往事
·
2014-02-17 10:00
从print 'hello world'开始学python
自学python两个月了,看完了中谷教育的python视频教程以及《
笨办法学python
》,根据书中的习题,做完了很多习题,但是还是不知道能用python来做些什么,一想到要做点什么,却发现脑子里没有可用的东西
隽愉
·
2013-11-11 17:00
python
学习心得
《
笨办法学python
》源码 Ex18.py
这里注意函数1.参数不定。解包的理解。技巧代码。很常见。要学习。#------------------------------------------------------------------------------- #Name:ex_18.py #Purpose:命名,变量,代码,函数. # #Author:huanghuan # #Created:14-08-2013 #
hhstore
·
2013-08-14 22:00
《
笨办法学python
》源码 Ex17.py
此代码,2处文件,打开,读写,合并。。有区别。一处可以,一处不可以。分析原因。------------------------------#------------------------------------------------------------------------------- #Name: ex17.py #Purpose: 更多文件操作.morefileop.
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex16.py
------------#------------------------------------------------------------------------------- #Name:ex_16.py #Purpose:读写文件. #close关闭文件 #read读取文件内容. #readline读取一行文本. #truncate清空文件. #write(stuff)将
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex15.py
#命令行参数名为"ex_15_sample.txt"txt文本内容如下:--------------------------------------ThisisstuffItypedintoafile.Itisreallycoolstuff.Lotsandlotsoffuntohaveinhere.*************************************Iamhuanghuan.
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex14.py
#------------------------------------------------------------------------------- #Name:ex_14.py #Purpose:提示和传递 # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Licence:
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex13.py
#_*_encoding:utf-8_*_ #------------------------------------------------------------------------------- #Name:ex_13.py #Purpose:参数,解包,变量 # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex12.py
#------------------------------------------------------------------------------- #Name:ex_12.py #Purpose:输入提示raw_input() # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex10.py
#------------------------------------------------------------------------------- #Name:ex_10.py #Purpose:转义字符.引号特殊用法. # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Lic
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex11.py
#------------------------------------------------------------------------------- #Name:ex_11.py #Purpose:类型转换. # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Licence:
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex09.py
#------------------------------------------------------------------------------- #Name:ex_09.py #Purpose: # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Licence: #----
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex08.py
#-*-coding:utf-8-*- #------------------------------------------------------------------------------- #Name:ex_08.py #Purpose:读取文件. # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huang
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex07.py
#-*-coding:utf-8-*- #------------------------------------------------------------------------------- #Name:ex_07.py #Purpose: # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex06.py
#-*-coding:utf-8-*- #------------------------------------------------------------------------------- #Name:ex_06.py #Purpose:特别注意,这里有好多字符串的特殊写法. # #Author:huanghuan # #Created:14-08-2013 #Copy
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex05.py
#-*-coding:utf-8-*- #------------------------------------------------------------------------------- #Name:ex_05.py #Purpose:读取文件. # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huang
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex04.py
#------------------------------------------------------------------------------- #Name:ex_04.py #Purpose:浮点数运算,除法. # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Licenc
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex02.py
#------------------------------------------------------------------------------- #Name:ex_02.py #Purpose: # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Licence: #----
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex03.py
#------------------------------------------------------------------------------- #Name:ex_03.py #Purpose:+,-,*,/...... # #Author:huanghuan # #Created:14-08-2013 #Copyright:(c)huanghuan2013 #Li
hhstore
·
2013-08-14 20:00
《
笨办法学python
》源码 Ex01.py
这是的全部源码.自己手敲一遍.#_*_coding:utf-8_*_ #------------------------------------------------------------------------------- #Name:ex_01.py #Purpose:tosupportchinese.hereaddsomecode # #Author:huanghuan #
hhstore
·
2013-08-14 20:00
Python 资料
AByteofPython中文版[Python快速教程][2] Linux的概念与体系IBM-Python代码性能优化技巧DiveIntoPython中文版
笨办法学Python
(第三版)
Tmac
·
2013-01-08 09:00
笨办法学Python
——学习笔记1
在前几天把环境都配好了,现在想同时学gtk和pygtk,但Python没学过,找到了《
笨办法学Python
》想先把Python学习一下。
weixin_34138139
·
2012-10-12 12:00
c/c++
python
LPTHW学习(0) 准备篇
LPTHW:LearnPythonTheHardWay0、学习工具:VMware+Centos+有道词典+"
笨办法学python
"1、入门学习资源:http://learnpythonthehardway.org
anyou2008
·
2012-09-27 15:36
python学习
lpthw
LPTHW学习(0) 准备篇
LPTHW:LearnPythonTheHardWay0、学习工具:VMware+Centos+有道词典+"
笨办法学python
"1、入门学习资源:http://learnpythonthehardway.org
anyou2008
·
2012-09-27 15:36
python学习
LPTHW
python
LPTHW学习(0) 准备篇
LPTHW:LearnPythonTheHardWay0、学习工具:VMware+Centos+有道词典+"
笨办法学python
"1、入门学习资源:http://learnpythonthehardway.org
·
2012-09-27 15:36
python学习
lpthw
Python学习资料整理
这里整理一下Python学习的资料:1,
笨办法学Python
http://learn-python-the-hard-way-zh_cn-translation.readthedocs.org/en/latest
alex.wu
·
2012-08-06 14:00
《笨办法学 C 语言》翻译项目
以前弄过《
笨办法学Python
》,是自己弄的。这次是和网友合伙弄的。这本书写完应该是52章,目前原作者ZedShaw也只大致完成了一半,而我们也已经翻译了十来章了。
·
2012-03-03 22:00
翻译
笨办法学C语言
继《
笨办法学Python
》之后,ZedShaw开始动手写《笨办法学C语言》。和《
笨办法学Python
》一样,这本C语言入门书也将采用习题方式引导读者学习。
blackhat Hexi
·
2011-07-04 05:00
programming
《
笨办法学Python
》第二版发布
Python入门书籍《
笨办法学Python
》发布了2.0版。
blackhat brahms
·
2011-06-30 08:00
python
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他