Open zw398430866 opened 6 years ago
https://github.com/yangxuanxc/wechat_friends python写的微信小程序,有空看下
https://blog.csdn.net/uikoo9/article/details/51615955 这篇文章讲述了开发一个app并推广的主要流程还有主要技术推荐,还是可以看下的
https://morvanzhou.github.io/ 这个莫凡python教程还是很不错的,机器学习的也可以后面涉猎下,作为入门也挺好。
tplt = '{:4}\t{:4}' 这个在Python中是表示格式符,类似c++的printf中的%4d, 用于对齐(因为后续用的是tplt.format()来进行输出),详细见http://www.runoob.com/python/att-string-format.html
http://qimo601.iteye.com/blog/1726262 CreateThread与_beginthreadex区别