资源简介
如今,人们面临的大多数任务都可以通过编写计算机软件来完成。Python是一种解释型、面向对象、动态数据类型的高级程序设计语言。通过Python编程,我们能够解决现实生活中的很多任务。
本书是一本面向实践的Python编程实用指南。本书的目的,不仅是介绍Python语言的基础知识,而且还通过项目实践教会读者如何应用这些知识和技能。本书的首部分介绍了基本Python编程概念,第二部分介绍了一些不同
的任务,通过编写Python程序,可以让计算机自动完成它们。第二部分的每一章都有一些项目程序,供读者学习。每章的末尾还提供了一些习题和深入的实践项目,帮助读者巩固所学的知识。附录部分提供了所有习题的解答。
本书适合任何想要通过Python学习编程的读者,尤其适合缺乏编程基础的初学者。通过阅读本书,读者将能利用强大的编程语言和工具,并且会体会到Python编程的快乐。
代码片段和文件信息
print(‘Enter the name of cat 1:‘)
catName1 = input()
print(‘Enter the name of cat 2:‘)
catName2 = input()
print(‘Enter the name of cat 3:‘)
catName3 = input()
print(‘Enter the name of cat 4:‘)
catName4 = input()
print(‘Enter the name of cat 5:‘)
catName5 = input()
print(‘Enter the name of cat 6:‘)
catName6 = input()
print(‘The cat names are:‘)
print(catName1 + ‘ ‘ + catName2 + ‘ ‘ + catName3 + ‘ ‘ + catName4 + ‘ ‘ + catName5 + ‘ ‘ + catName6)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-04-01 02:02 automate_online-materials\
文件 582952 2015-03-30 23:51 automate_online-materials\alarm.wav
文件 461 2015-03-30 23:51 automate_online-materials\allMyCats1.py
文件 311 2015-03-30 23:51 automate_online-materials\allMyCats2.py
文件 1415 2015-03-31 00:03 automate_online-materials\backupToZip.py
文件 493 2015-03-30 23:51 automate_online-materials\birthdays.py
文件 633 2015-03-31 02:55 automate_online-materials\boxPrint.py
文件 223 2015-03-30 23:51 automate_online-materials\buggyAddingProgram.py
文件 399 2015-03-31 00:17 automate_online-materials\bulletPointAdder.py
文件 310 2015-03-31 00:18 automate_online-materials\calcProd.py
文件 16726 2014-09-25 02:05 automate_online-materials\catlogo.png
文件 121 2015-03-31 00:19 automate_online-materials\catnapping.py
文件 155379 2015-03-30 23:51 automate_online-materials\census2010.py
文件 2246155 2015-03-30 23:51 automate_online-materials\censuspopdata.xlsx
文件 225 2015-03-30 23:51 automate_online-materials\characterCount.py
文件 214 2015-03-30 23:51 automate_online-materials\coinFlip.py
文件 517813 2015-03-30 23:51 automate_online-materials\combinedminutes.pdf
文件 819 2015-03-31 00:25 automate_online-materials\combinePdfs.py
文件 305 2015-03-31 00:29 automate_online-materials\countdown.py
文件 42624 2015-03-31 00:33 automate_online-materials\demo.docx
文件 454061 2015-03-30 23:51 automate_online-materials\dictionary.txt
文件 5393 2015-03-30 23:51 automate_online-materials\dimensions.xlsx
文件 1149 2015-03-31 00:38 automate_online-materials\downloadXkcd.py
文件 8903 2015-03-30 23:51 automate_online-materials\duesRecords.xlsx
文件 316481 2015-03-30 23:51 automate_online-materials\encrypted.pdf
文件 235840 2015-03-30 23:51 automate_online-materials\encryptedminutes.pdf
文件 103 2015-03-30 23:51 automate_online-materials\errorExample.py
文件 191 2015-03-30 23:51 automate_online-materials\example.csv
文件 324 2015-03-30 23:51 automate_online-materials\example.html
文件 9898 2015-03-30 23:51 automate_online-materials\example.xlsx
文件 382809 2015-03-30 23:51 automate_online-materials\example.zip
............此处省略73个文件信息
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论