1) How Python front-end and scripts to make Linux Kernel instrument with eBPF easier to use via project
BCC (https://github.com/iovisor/bcc.git), its principle and code demo
2) Code dissect for a In-Kernel Virtual Machine implementation "KPlugs" (https://github.com/avielw/kplugs),
it comes with a Python library that compiles a subset of the Python language to specific bytecode, and
lets you easily load and execute your "kernel Python script", together with its application
3) Will Python play an important role in next generation DataCenter development? Further discuss on
Python technology that apply in High Performance Computing or Heterogeneous Parallel Computing
now