主要整理c/c++ call python 以及 python call c/c++ 的基本使用。
Read a big file and process it
This comes from the real engineering problem: If there is a large file, what is the solution to read it and process it in parallel. How to consider the tradeoff for this problem.
c++ meta programming crash course
crash course 有一个很有意思的翻译,必知必会。之前一篇整理了一些基本的知识,这里整理一些很重要但是第一次可能常常忽略的点。会涉及到一些c/cpp程序如何进行compile的问题
They write blog
列出一些比较有意思一直关注的blog资源,隔一段时间review下看看别人做的事情,对自己也是很有启发的。
python grammar tips
记录一些python中的基本语法知识点(主要是2.7版本的),总是忘记。
python in action
记录一些python的编译器,运行环境等相关的问题(具体和python语言相关的内容以及常见操作记录在其他的blog中)