Python-知识点小计
1.python赋值、浅拷贝、深拷贝区别:https://www.cnblogs.com/xueli/p/4952063.html;
2.python的hasattr(),getattr(),settattr()函数使用方法详解:https://www.cnblogs.com/cenyu/p/5713686.html;
3.Python多进程编程-进程间共享数据(Value、Array、Manager):https://blog.csdn.net/lechunluo3/article/details/79005910
4.Celery:
Celery4.1中文文档:https://blog.csdn.net/weixin_40475396/article/details/80439781
Celery使用案例:https://blog.csdn.net/freeking101/article/details/74707619
Ubuntu配置Supervisor用于启动Celery:https://www.jianshu.com/p/708248716c33