编程经验积累
本文主要记录了 Python 和 C++ 编程的一些经验知识。
编程语言
编程语言 | 官方文档 |
---|---|
C# | |
C++ | MS Cpp Docs |
CSS | |
HTML | |
Markdown | |
Java | JAVA Docs |
JavaScript | JavaScript Docs |
LaTex | LaTeX Docs |
Matlab | Matlab Docs |
Python | Python Docs |
Rust | Rust Docs |
TypeScript |
C++ 编程经验积累
C++ 是一种编译型语言。以下是一些有用的 C++ 学习资源和教程:
- Standard C++ (isocpp.org)
- Get Started! : Standard C++ (isocpp.org)
- cplusplus.com
- cplusplus.com/doc/tutorial/
- C++ Programming Language - GeeksforGeeks
- Makefile Tutorial By Example
Python 编程经验积累
本文主要记录了 Python 编程的一些经验知识,包括 Python Style Guide, Python 开发环境及工作流, Python 深度学习项目管理等内容。
Python 简介及官方文档
- Python website
- Python Documentation
- The Python Tutorial
- The Python Standard Library
- The Python Language Reference
- PyPI · The Python Package Index
Python Style Guide
- PEP 8 – Style Guide for Python Code | peps.python.org
- PEP 8: The Style Guide for Python Code
- Google Python Style Guide
Python 开发环境及工作流
Python 创建自己的包
- Make your own Python package
- Packaging Python Projects — Python Packaging User Guide
- 6. Modules
- Python Modules - GeeksforGeeks