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

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

于 2020-06-24 发布 文件大小:41KB
0 216
下载积分: 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 个回复

  • tmctdh
    透明窗体动画 vb写的,很好的一个例子(Transparent form animation vb write, a good example)
    2012-12-03 17:34:50下载
    积分:1
  • Ncurses-Documentation
    ncurses文档_——_介绍和curses相关的编程linux下基于Ncurses图形界面编程的实例(ncurses Documentation _- _ Introduction and curses related programming under linux Ncurses-based graphical interface programming examples)
    2013-08-27 19:54:28下载
    积分:1
  • MFCaVideo
    由opencv2.3.1+vs2008编写的界面程序,可以通过界面对话框上的控制按钮来控制笔记本电脑上相机的开启与关闭。(Opencv2.3.1+vs2008 written by the interface program, you can control on your laptop on and off the camera via the control buttons on the dialog interface.)
    2013-12-10 14:15:44下载
    积分:1
  • MFC
    包含一系列MAC学习ppt,对MFC做出了全面的讲解(Contains a range of MAC learning ppt, made a comprehensive presentation on MFC)
    2013-03-22 13:48:11下载
    积分:1
  • XtremeToolkit1122
    大名鼎鼎的界面库,就不用我介绍了吧。这是当前最新的版本。安装后有全部源代码,序列号也在里面。(The well-known interface library, would not I introduce you. This is the latest version. After the installation has all the source code, the serial number is also inside.)
    2008-05-02 23:35:43下载
    积分:1
  • Measuring---and-photogrammetry-
    采用C#编程,界面设计,实现测量平差中的测量平差计算,包括条件平差和间接平差,以及摄影测量学的空间后方交会。(C# programming, interface design, to achieve the the measurement adjustment in the measurement adjustment calculations, including conditions and Parameter Adjustment, photogrammetry space resection.)
    2012-12-27 20:48:55下载
    积分:1
  • Text_List
    自写的一个MFC中列表控件CtrlList的操作,主要包括增删和TXT文本读取等(Since writing a list of MFC control CtrlList operations, including additions and deletions and TXT text reading)
    2020-11-28 15:39:29下载
    积分:1
  • ImageViewCtrl
    一个picture控件类,可以对图片作简单处理,如:放大、缩小、滚动浏览等。(A picture control class, you can make a simple image processing, such as: zoom, scroll and so on.)
    2013-08-20 17:18:04下载
    积分:1
  • A100004403-21497
    dulib 界面编程,方法简单,实现简单,运行简单。(dulib programming interface, simple, simple, simple operation.)
    2013-07-04 15:15:49下载
    积分:1
  • 3
    说明:  visual C++的MFC程序,建立对VC的基础性了解(this describes in detail the characteristics of C++ language, basic grammar, and explain with examples)
    2012-12-24 21:56:58下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载