These are my learning notes, including:

  • Programming
    • Modern C++
    • Python
  • Linux
  • Machine learning
  • Projects
    • Build your website
    • Build your trading system with Python
    • TinyHttp
mindmap ((Knowledges)) (Programming) Modern C++ Python (Linux) Usages Kernel (Machine learning) (Projects) Build your website Trading system with Python FPV drone

Highlight codes demo:

100#include <iostream>
101
102using namespace std;
103
104int main(int argc, char* argv[])
105{
106    cout << "Hello world!" << endl;
107    return 0;
108}

Markdown table:

Syntax Description
Header Title
Paragraph Text