登录
首页 » Python » Python程序设计基础实战教程源代码

Python程序设计基础实战教程源代码

于 2020-06-24 发布 文件大小:41KB
0 200
下载积分: 1 下载次数: 0

代码说明:

  python基础,适合初学者的一些源代码。(Python foundation, suitable for beginners of some source code.)

文件列表:

代码, 0 , 2018-06-25
代码\ch1, 0 , 2018-06-24
代码\ch10, 0 , 2018-06-25
代码\ch10\10-10、.py, 524 , 2018-06-25
代码\ch10\10-11.py, 325 , 2018-06-25
代码\ch10\10-12.py, 292 , 2018-06-25
代码\ch10\10-13.py, 516 , 2018-06-25
代码\ch10\10-14.py, 505 , 2018-06-25
代码\ch10\10-1创建数据库.py, 294 , 2018-06-25
代码\ch10\10-2创建表.py, 250 , 2018-06-25
代码\ch10\10-3插入数据.py, 212 , 2018-06-25
代码\ch10\10-4批量插入数据.py, 950 , 2018-06-25
代码\ch10\10-5.py, 149 , 2018-06-25
代码\ch10\10-6.py, 214 , 2018-06-25
代码\ch10\10-7.py, 252 , 2018-06-25
代码\ch10\10-8.py, 268 , 2018-06-25
代码\ch10\10-9.py, 184 , 2018-06-25
代码\ch11, 0 , 2018-06-25
代码\ch11\11-1.py, 325 , 2018-06-25
代码\ch11\11-10.py, 317 , 2018-06-25
代码\ch11\11-11.py, 332 , 2018-06-25
代码\ch11\11-12.py, 690 , 2018-06-25
代码\ch11\11-2.py, 184 , 2018-06-25
代码\ch11\11-3.py, 231 , 2018-06-25
代码\ch11\11-4.py, 99 , 2018-06-25
代码\ch11\11-5.py, 158 , 2018-06-25
代码\ch11\11-6.py, 144 , 2018-06-25
代码\ch11\11-7.py, 600 , 2018-06-25
代码\ch11\11-8.py, 289 , 2018-06-25
代码\ch11\11-9.py, 326 , 2018-06-25
代码\ch12, 0 , 2018-06-25
代码\ch12\12-1.py, 131 , 2018-06-25
代码\ch12\12-10.py, 408 , 2018-06-25
代码\ch12\12-2.py, 252 , 2018-06-25
代码\ch12\12-3.py, 252 , 2018-06-25
代码\ch12\12-4.py, 290 , 2018-06-25
代码\ch12\12-5.py, 387 , 2018-06-25
代码\ch12\12-6.py, 387 , 2018-06-25
代码\ch12\12-7.py, 459 , 2018-06-25
代码\ch12\12-8.py, 693 , 2018-06-25
代码\ch12\12-9.py, 413 , 2018-06-25
代码\ch13, 0 , 2018-06-25
代码\ch13\wei_12306.py, 22060 , 2018-06-25
代码\ch14, 0 , 2018-06-25
代码\ch14\2048.py, 10755 , 2017-08-15
代码\ch1\1-1test.py, 24 , 2018-06-24
代码\ch1\1-2是否成年判断程序.py, 491 , 2018-06-24
代码\ch2, 0 , 2018-06-24
代码\ch2\2-1 变量.py, 32 , 2018-06-24
代码\ch2\2-2倒计时程序.py, 183 , 2018-06-24
代码\ch2\2-3缩进.py, 86 , 2018-06-24
代码\ch3, 0 , 2018-06-24
代码\ch3\3-1查看数据的类型.py, 9 , 2018-06-24
代码\ch3\3-2 数据.py, 24 , 2018-06-24
代码\ch3\3-3遍历列表.py, 82 , 2018-06-24
代码\ch3\3-4遍历元组.py, 68 , 2018-06-24
代码\ch3\3-5字典.py, 117 , 2018-06-24
代码\ch4, 0 , 2018-06-25
代码\ch4\4-1if语句.py, 925 , 2018-06-25
代码\ch4\4-2while语句.py, 492 , 2018-06-25
代码\ch4\4-3for语句.py, 120 , 2018-06-25
代码\ch4\4-4break.py, 67 , 2018-06-25
代码\ch4\4-5continue.py, 278 , 2018-06-25
代码\ch5, 0 , 2018-06-25
代码\ch5\5-1迭代器.py, 438 , 2018-06-25
代码\ch5\5-2自定义迭代器.py, 984 , 2018-06-25
代码\ch5\5-3生成器.py, 318 , 2018-06-25
代码\ch6, 0 , 2018-06-25
代码\ch6\6-1函数的定义与调用.py, 67 , 2018-06-25
代码\ch6\6-2函数参数.py, 1543 , 2018-06-25
代码\ch6\6-3参数传递.py, 250 , 2018-06-25
代码\ch6\6-4函数返回值.py, 152 , 2018-06-25
代码\ch6\6-5作用域.py, 220 , 2018-06-25
代码\ch6\6-6匿名函数.py, 58 , 2018-06-25
代码\ch6\fac, 0 , 2018-06-25
代码\ch6\fac\dofac.py, 275 , 2017-11-17
代码\ch6\fac\__init__.py, 0 , 2017-03-05
代码\ch6\fac\__pycache__, 0 , 2018-06-25
代码\ch6\fac\__pycache__\dofac.cpython-35.pyc, 406 , 2017-11-17
代码\ch6\fac\__pycache__\__init__.cpython-35.pyc, 128 , 2017-11-17
代码\ch7, 0 , 2018-06-25
代码\ch7\7-1类.py, 300 , 2018-06-25
代码\ch7\7-2构造方法.py, 365 , 2018-06-25
代码\ch7\7-3类传递参数.py, 559 , 2018-06-25
代码\ch7\7-4析构方法.py, 638 , 2018-06-25
代码\ch8, 0 , 2018-06-25
代码\ch8\8-1继承.py, 1063 , 2018-06-25
代码\ch9, 0 , 2018-06-25
代码\ch9\9-1.py, 135 , 2018-06-25
代码\ch9\9-10.py, 243 , 2018-06-25
代码\ch9\9-11.py, 248 , 2018-06-25
代码\ch9\9-12.py, 259 , 2018-06-25
代码\ch9\9-13.py, 254 , 2018-06-25
代码\ch9\9-14.py, 262 , 2018-06-25
代码\ch9\9-15.py, 362 , 2018-06-25
代码\ch9\9-16.py, 176 , 2018-06-25
代码\ch9\9-17.py, 345 , 2018-06-25
代码\ch9\9-18.py, 262 , 2018-06-25
代码\ch9\9-19.py, 267 , 2018-06-25
代码\ch9\9-2.py, 254 , 2018-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A_Star-path-planning
    A星算法实现路径规划动画演示 带gui界面(A star path planning with GUI)
    2014-01-06 18:54:17下载
    积分:1
  • 632850
    笔记本源码例程程序,结合易语言扩展界面支持库和应用接口支持库,调用API函数和易语言模块PNG模块.ec实现笔记本的功能(Notebook source routine program , combined with easy language support library expansion interface and application interface support library , call the API function and ease of language module PNG module .ec achieve functional notebook)
    2016-12-07 10:45:27下载
    积分:1
  • vb+mo
    北京旅游查询系统,vb+mo实现,具有MO的基本功能演示(Beijing Travel Inquiry System, vb+ Mo realize, with a demonstration of the basic functions of MO)
    2020-07-03 20:20:02下载
    积分:1
  • ZNodes
    qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
    2020-06-16 20:20:01下载
    积分:1
  • NewTimePickerControl
    NewTimePickerControl是一个日历控件。(NewTimePickerControl is a calendar control.)
    2012-04-24 12:22:57下载
    积分:1
  • MCU-hmi
    远端操作人机,可以节省传统HMI,继而使用一体式面板。使用更加方便(Remote Operator Terminal)
    2013-11-14 22:07:34下载
    积分:1
  • breakeoiltnombination
    十六进制编辑器VC源码共有三个显示项目:地址,十六进制代码和ascii码,还可以调节显示列数()
    2017-10-28 17:57:25下载
    积分:1
  • 【绿色资源网】Qt5开发及实例.part2
    说明:  Qt5开发及实例.part2 pdf文件,高清晰,欢迎下载和学习(Qt5 development and examples, PDF file, clear, welcome to download and learn)
    2020-12-22 11:05:49下载
    积分:1
  • ProgressBar_src
    一个基于VC6MFC的进度条控制程序,非常实用(Based on the progress bar VC6MFC control program is very useful)
    2009-11-27 04:21:36下载
    积分:1
  • 1-1
    渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果(graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded)
    2006-11-21 09:35:45下载
    积分:1
  • 696516资源总数
  • 106428会员总数
  • 7今日下载