资源简介
网站设计、Python Web框架的选择以及快速使用框架进行应用开发。
代码片段和文件信息
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import time
def fbis(num):
result=[01]
for i in range(num-2):
result.append(result[-2]+result[-1])
return result
def main():
result = fbis(10)
fobj = open(‘C:\\ZZ_Disc_D\\Temp\\result.txt‘ ‘w+‘)
for i num in enumerate(result):
print u“第 %d 个数是: %d“ % (i num)
fobj.write(“%d“%num)
time.sleep(1)
if __name__ == ‘__main__‘:
main()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 475 2016-06-08 13:47 Python Web开发\chapter01\1-1.py
文件 162 2016-06-09 15:26 Python Web开发\chapter01\1-10.py
文件 427 2016-06-09 15:29 Python Web开发\chapter01\1-11.py
文件 490 2016-06-09 15:34 Python Web开发\chapter01\1-12.py
文件 206 2016-06-09 15:35 Python Web开发\chapter01\1-13.py
文件 317 2016-06-09 15:37 Python Web开发\chapter01\1-14.py
文件 482 2016-06-09 15:39 Python Web开发\chapter01\1-15.py
文件 430 2016-06-09 15:41 Python Web开发\chapter01\1-16.py
文件 417 2016-06-09 15:44 Python Web开发\chapter01\1-17.py
文件 498 2016-06-09 15:47 Python Web开发\chapter01\1-18.py
文件 88 2016-06-09 15:48 Python Web开发\chapter01\1-19.py
文件 334 2018-05-29 13:56 Python Web开发\chapter01\1-2.py
文件 352 2016-06-09 15:49 Python Web开发\chapter01\1-20.py
文件 190 2016-06-09 15:50 Python Web开发\chapter01\1-21.py
文件 188 2016-06-09 15:50 Python Web开发\chapter01\1-22.py
文件 310 2016-06-09 15:51 Python Web开发\chapter01\1-23.py
文件 343 2016-06-09 15:53 Python Web开发\chapter01\1-24.py
文件 377 2016-06-09 15:54 Python Web开发\chapter01\1-25.py
文件 208 2016-06-09 15:54 Python Web开发\chapter01\1-26.py
文件 337 2016-06-09 15:55 Python Web开发\chapter01\1-27.py
文件 265 2016-06-09 15:56 Python Web开发\chapter01\1-28.py
文件 794 2016-06-09 15:57 Python Web开发\chapter01\1-29.py
文件 247 2016-06-08 14:03 Python Web开发\chapter01\1-3.py
文件 385 2016-06-09 15:57 Python Web开发\chapter01\1-30.py
文件 195 2016-06-09 15:58 Python Web开发\chapter01\1-31.py
文件 195 2016-06-09 15:58 Python Web开发\chapter01\1-32.py
文件 435 2016-06-09 15:59 Python Web开发\chapter01\1-33.py
文件 269 2016-06-09 16:00 Python Web开发\chapter01\1-34.py
文件 496 2016-06-09 16:01 Python Web开发\chapter01\1-35.py
文件 541 2016-06-09 16:02 Python Web开发\chapter01\1-36.py
............此处省略1787个文件信息
相关资源
- PTVS官方版
- ThePracticeofComputingUsingPython3rdedition.pd
- Python数据处理 中文完整清晰版PDF + 代
- Python 3面向对象编程_高清 带索引书签
- python emd算法
- python从入门到放弃.rar
- python深度,广度,三种启发式搜索解
- 超清原版《Python深度学习》2018中文版
- OpenCV3 计算机视觉 Python语言实现
- 利用python进行数据分析-中文第二版
- python与Tkinter编程中文+英文原版
- SELENIUM2+自动化测试实战+基于PYTHON语言
- Python-pycorrector中文错别字纠正工具音
- Python-指定用户的所有抖音视频以及收
- Python-用于物体跟踪的全卷积连体网络
- python量化交易教程241337
- Numpy for Python2.7 64bit
- Python程序设计(第3版) 中文PDF+英文
- Python学习手册第三版pdf
- python计算机视觉.pdf
- 父与子的编程之旅:与小卡特一起学
- opencv_python-3.4.2.16-cp37-cp37m-win_amd64.wh
- numpy-MKL-1.8.1win-amd64
- Python数据分析基础.pdf
- 《Python与量化投资:从基础到实战(
- Python 3.7.3
- 数据结构与算法:Python语言实现 源代
- ActivePython-2.7.8.10-win64-x64
- 基于Python3 tkinterGUI界面实现读取存储
- wxPython-docs-4.0.3.tar.gz:wxPython官方文档
评论
共有 条评论