搜索资源列表
BASEgameserver
- PYTHON写的一个最最最简单的游戏服务器,根据链接顺序自动两两配对。里面注释很详细-PYTHON written by one of the most far the most simple game servers, automatically according to the order of 22 matching links. Notes in great detail inside
BASEgameserver
- PYTHON写的一个最最最简单的游戏服务器,根据链接顺序自动两两配对。里面注释很详细-PYTHON written by one of the most far the most simple game servers, automatically according to the order of 22 matching links. Notes in great detail inside
Python
- 一个猜数字的小游戏,Python新手的学习案例(A guessing game, Python novice learning case)
wechat_jump_game-master
- 通过python脚本实现微信跳一跳小游戏自动跳跃(wechat-jump-game scr ipt source)
[Python2]《机器学习实战》及源代码
- Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po