📘
notes
  • Center
  • Language
    • Python
      • Python environment
      • Advanced Python
      • Python Standard Libary
      • Python Third Party
      • CPython
      • Python MISC
    • C++
      • C++ Draft
    • Java
      • JavaSE
    • SQL
      • SQL
    • Rust
      • Rust
  • Tool
    • Git
    • Docker
    • Database
    • Linux & Shell
      • shell-cheet-sheet
    • Vim
    • gcc & make & cmake
    • misc
  • Note
    • DL
      • DL-deploy
      • huggingface
      • pytorch-lightning
      • Pytorch
      • TensorFlow
    • NLP
    • CV
      • OpenCV
      • mmlab
    • Audio
    • GNN
    • CUDA
    • Triton
    • TODO LIST
    • Draft
  • Learn
    • C++ Primer
    • C++ Primer Plus
    • CSAPP
    • CPython Internals
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Center

NextPython

Last updated 1 year ago

Was this helpful?

完整内容参见 Git 仓库地址:

挑选的内容参见 GitBook 地址:https://buxianchen.gitbook.io/notes/

Git 仓库与 GitBook 页面保持同步

写作规范参考:

推荐资料:

基础知识

Linux

Shell

  • 《Linux Shell Scripting Cookbook (3 ed)》

Git

Docker

C++

  • 《C++ Primer (5ed)》: 包含 C++11, 笔者感觉更适合作为字典/参考书

  • 《C++ Primer Plus (6 ed)》: 包含 C++11, 包含大量例子来介绍语法特性, 笔者阅读中文版感觉相对比 C++ Primer 更容易读下去

  • : 内容相对权威, 但对初学者不友好

  • : 内容对初学者相对友好

https://github.com/BuxianChen/notes
中文文案排版指北
https://missing.csail.mit.edu/
鸟哥 Linux 私房菜
Pro Git
Docker 从入门到实践
cppreference
cplusplus