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

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

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

  • VCMulti-Language
    本程序演示了VC++界面程序多语言支持的实现方法: 1.根据用户选择的不同语言,加载不同版本的资源文件,进行切换; 2.同一个VC++界面程序据此支持多种语言。 (This program demonstrates the C++ interface, multi-language support program implementation methods: 1. Depending on the language selected by the user to load a different version of the resource file, switching 2. Same procedure whereby a VC++ interface supports multiple languages.)
    2015-10-16 10:05:34下载
    积分:1
  • DMI
    基于c#的人机交互界面,即实验室模拟DMI(Interactive interface)
    2016-04-26 09:33:13下载
    积分:1
  • qflightinstruments-20180421
    基于Qt的飞行仪表,界面新颖实用性强,可以嵌入需要实现的地面站中(Flight Instrument for UAV and GCS base on QT)
    2021-01-05 21:38:54下载
    积分:1
  • instrumentsrc
    在工业控制软件中经常要显示测量数据,如果在在界面上单纯显示一些数字会显得很单调,如果能在软件中添加色泽艳丽的控件,就一定会为你的软件增色不少,让人有爽心悦目的感觉。在此就介绍一款这样的仪表控件。 (in industrial control software often measured data to show that, if the interface simple figures show was very dull, and if the software can add color sensational control, we would be the software for your occasion gives Shuangxin pleasant feeling. In one such briefing on the dashboard controls.)
    2005-08-25 10:10:56下载
    积分:1
  • TestGettickcount
    在对话框中,使用VB6获取系统精确时钟数的简单小程序(in the dialog box, use VB6 acquisition system precision clock small number of simple procedures)
    2007-03-14 23:13:53下载
    积分:1
  • 65931024
    The chart routine vb calls vc dll()
    2017-12-16 19:50:24下载
    积分:1
  • hust-ypu-you
    这是一个用VB编写的留言本程序,只是用来给各位参考的,希望大家喜欢这个(This is a message written in VB program, just to give you, hope you like it)
    2017-06-19 11:31:06下载
    积分:1
  • rose
    持续在屏幕上打印出玫瑰花,任意键退出。使用MFC编写。(Continuously print out rose on the screen, any key to exit. Writing with MFC.)
    2016-01-06 19:18:52下载
    积分:1
  • 04_ScrollBarDemo
    基于MFC的,用C++语言编写的一个程序界面 使得界面有滚动条功能(Scroll bar interface function MFC-based, a program written C++ language interface)
    2012-09-14 20:55:31下载
    积分:1
  • calculator
    科学计算器的实现,包括常用的sin、cos、指数等,界面简单大方,代码亲自写的,很有交流学习的价值(Scientific calculator, including the commonly used sin, cos, index, the interface simple and generous, code to write, it is the exchange of learning the value of )
    2014-05-21 22:59:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载