#ArsenalPython 开发与研究的个人兵器库(代码库). 收藏内容包括参考代码(官方文档),教程,实验,培训资料等
此代码库以项目目录(文件>5个以上)为主,包含代码、参考文件等
小的示例代码(拷贝、粘贴)(文件 < 3个)一般不放这,而是存放在 Gist 之上 (https://app.gistboxapp.com/library/my-gists), notebook 代码因为冗余信息多, 考虑移动至 https://github.com/chenzheng128/pythonNotebook
sdn/
收集 mininet-cuc , mininet-tests 等 sdn 实验代码ns2/
收集 ns2 教程, 实验代码ns3/
收集 ns3 教程, 实验代码gurobi/
gurobi 最优化代码;
one-python/
one-python https://github.com/geekan/one-python 相关代码pythonchallenge/
pythonchallenge http://www.pythonchallenge.com/ 相关代码
pygame/
pygame https://www.pygame.org/docs/ 相关代码stdmod/
python standard module 使用, 包括 json, math, requests, unitest 等等PyMOTW
Python Module of the Week https://pymotw.com
web_framework/
网页框架开发 django 为主, 包括 json_html 例子douban_kdd/
使用豆瓣API 获取影视评论变化,存储至 mongodb 中yun_sdk/
百度API (ASR/TTS) 测试
包括 PyCharm Edu 的课程。 Source: https://github.com/JetBrains/pycharm-courses
eduLogging PyCharm Edu 的 logging 教程
eduIntro PyCharm Edu 的 Intro 教程
eduUnitTest PyCharm Edu 的 unit test 单元测试教程
并发处理(参 廖雪峰 课程): https://github.com/chenzheng128/pythonMultiProcessAndThreadExamples
讲座(下载器,定时器例子): https://github.com/chenzheng128/20150623codingPractice
运行 ./bin/collect_my_codes.sh
以汇集其他项目中的代码