Advanced Visualization for Data Scientists with Matplotlib
Published at March 26, 2019 · 1 min read
数据可视化中 matplotlib 的一些高级用法 Advanced Visualization for Data Scientists with Matplotlib...
Advanced Visualization for Data Scientists with Matplotlib
Published at March 26, 2019 · 1 min read
数据可视化中 matplotlib 的一些高级用法 Advanced Visualization for Data Scientists with Matplotlib...
Django ORM optimization story on selecting the least possible
Published at March 23, 2019 · 1 min read
通过 benchmark 的方式分别测试 only values values_list 几个方法的查询速度 Django ORM optimization story on selecting the least possible...
Save Cash by running Kubernetes services on preemptible VMs in Google Cloud
Published at March 23, 2019 · 1 min read
k8s 使用 gcp 的抢占式实例,在传统实例与抢占式实例同时存在的情况下,将 nodeSelector 改成 nodeAffinity 保证即使没有抢占式实例时也能保证服务的可用性。 Save Cash by running Kubernetes services on preemptible VMs in Google Cloud...
Best practices working with Django models in Python
Published at March 23, 2019 · 1 min read
使用 python model 时的最佳实践 Best practices working with Django models in Python...
Published at March 21, 2019 · 1 min read
关于 Django orm 的资源合集,如何优化 orm 的查询和 model 的设计 Django ORM...
Async Python: The Different Forms of Concurrency · Abu Ashraf Masnun
Published at March 21, 2019 · 1 min read
完整全面的讲解了python 中 threading, process, concurrency, parallelism 以及 GIL 的问题 Async Python: The Different Forms of Concurrency · Abu Ashraf Masnun...
打造高效的工作环境 – Shell 篇 | | 酷 壳 - CoolShell
Published at March 21, 2019 · 1 min read
配置一个强健高效的 shell 脚本环境 打造高效的工作环境 – Shell 篇 | | 酷 壳 - CoolShell...
REST – PUT vs POST – REST API Tutorial
Published at March 21, 2019 · 1 min read
put 和 post 的区别,着重讲到了 put 是幂等,而 post 非幂等。 REST – PUT vs POST – REST API Tutorial...
Flask中Jinja2模板引擎详解(一)–控制语句和表达式 – 思诚之道
Published at March 20, 2019 · 1 min read
比较详细的 jinja2 基础介绍 Flask中Jinja2模板引擎详解(一)–控制语句和表达式 – 思诚之道...
Vue.js Interview Questions in 2019 - Online Interview Questions
Published at March 20, 2019 · 1 min read
vuejs 面试相关的几个常见问题,数据的双向和单向绑定,官方指令等。 Vue.js Interview Questions in 2019 - Online Interview Questions...