This is the second edition of the best selling Python book in the world. Python Crash Course, 2nd Edition is a straightforward introduction to the core of Python programming. Author Eric Matthes dispenses with the sort of tedious, unnecessary information that can get in the way of learning how to program, choosing instead to provide a foundation in general programming concepts, Python fundamentals, and problem solving. Three real-world projects in the second part of the book allow readers to apply their knowledge in useful ways. Readers will learn how to create a simple video game, use data visualization techniques to make graphs and charts, and build and deploy an interactive web application. Python Crash Course, 2nd Edition teaches beginners the essentials of Python quickly so that they can build practical programs and develop powerful programming techniques. Uses Python 3 Author Bio Eric Matthes is a high school math and science teacher living in Alaska who teaches an Introduction to Programming class in Python. He has been writing programs since he was five years old.
2021-10-23 09:18:37 6.46MB Python
1
qBreakpad:跨平台Qt崩溃处理程序,实现为围绕Google-breakpad的包装器
2021-10-14 20:35:55 26KB qt crash-reporting breakpad-client QtC++
1
English | 2019 | ISBN: 1593279288 | 544 Pages | True PDF | 7 MB Second edition of the best selling Python book in the world. A fast-paced, no-nonsense guide to programming in Python. This book teaches beginners the basics of programming in Python with a focus on real projects. This is the second edition of the best selling Python book in the world. Python Crash Course, 2nd Edition is a straightforward introduction to the core of Python programming. Author Eric Matthes dispenses with the sort of tedious, unnecessary information that can get in the way of learning how to program, choosing instead to provide a foundation in general programming concepts, Python fundamentals, and problem solving. Three real world projects in the second part of the book allow readers to apply their knowledge in useful ways. Readers will learn how to create a simple video game, use data visualization techniques to make graphs and charts, and build and deploy an interactive web application. Python Crash Course, 2nd Edition teaches beginners the essentials of Python quickly so that they can build practical programs and develop powerful programming techniques.
2021-10-14 12:22:16 6.69MB Python Python
1
java源码:Java开发的SHELL CRaSH.gz
2021-10-14 09:02:58 53.05MB java 源码 经典
程序发布后在客户手中出现异常崩溃,但自己测试又不能复现问题,要是能捕获到异常时相关信息就很好定位问题了。 资源中包含Qt mingw编译程序crash信息捕捉和跟踪方法说明,以及测试程序代码。
2021-09-23 09:18:06 9KB qt mingw c++ crash
1
基于cocos creator 3.1.0的一个小游戏源码:Tower Crash 3D。 示例:http://mdream3d.com/games/towercrash3d/index.html 注意:PC上打开请启用浏览器开发模式,并设置为手机模式。 完全作者自主开发,供大家参考。
2021-09-07 14:11:22 13.35MB cocos-creator 3d tower crash
以下是调用的方法,在主程序入口函数第一行动态加载异常捕获库,崩溃后可以在运行目录下生成如【进程名称.exception】的文件,可以看到崩溃的堆栈信息 void main() { //Install our crash handler HMODULE hCrashDLL = LoadLibrary("CrashHelper.dll"); if (hCrashDLL == NULL) { printf("Failed to load CrashHelper DLL, Error:%d\n", GetLastError()); return; } else { printf("load CrashHelper DLL ok \n"); } //TODO:开始用户的代码 }
2021-09-03 12:14:38 273KB 崩溃 堆栈信息 crash stack
1
该工具用于windows客户端开发辅助工具,可协助开发工程师分析崩溃
2021-08-31 15:17:40 15KB 工具 crash
1
MySQL Crash Course 原版CHM,PDF版本都是由这个CHM转换过去的。
2021-08-27 14:47:14 445KB MySQL crash
1
介绍kdump的实现过程与配置方式,包括内核配置和用户态组件配置
2021-08-20 01:04:53 3.99MB linux kdump
1