Education Notes

将课堂笔记、学习心得浓缩成灵感卡片,随时回顾与分享。

2025-10-17 21:50

GitHub_PDFMathTranslate

{"locale":"en","featureFlags":["alternate user config repo","api insights show missing data banner","attestations filtering","attestations s…

2025-10-17 21:50

Collision_Theory

Collision Theory pre { line height: 125%; } td.linenos .normal { color: inherit; background color: transparent; padding left: 5px; padding r…

2025-10-17

Gibbs Energy of an Ideal Gas from the Molecular Partition Function

A compact, first-principles derivation of the Gibbs energy for an ideal gas expressed in terms of the molecular partition function, with clear links between Q, A, μ, and G.

  • #thermodynamics
  • #statistical-mechanics
  • #ideal-gas
  • #partition-function
2025-10-16

Using Conda and venv on macOS for a Clean and Flexible Python Workflow

A complete tutorial on how to use Conda and venv on macOS to create a clean, isolated, and flexible Python development environment — from setup to best practices.

  • #macOS
  • #python
  • #conda
  • #venv
  • #environment
2025-10-16

Building a Clean Python Environment on macOS (Goodbye pyenv)

A detailed guide on how to clean up all Python environments on macOS and rebuild a clean, conflict-free setup using only Conda, venv, and Homebrew Python.

  • #macOS
  • #python
  • #environment
  • #conda
2025-10-14

AI for Chemistry: When Machines Learn Molecules

Exploring how artificial intelligence is reshaping modern chemistry through data, algorithms, and automation.

  • #ai
  • #chemistry
  • #deep learning
  • #cheminformatics
2025-10-14 00:21

rdkit-for-beginners

cover: https://images.unsplash.com/photo 1556228724 4a9cfc16a405 date: '2025 10 14' status: draft summary: A gentle introduction to RDKit an…

2025-10-13

从 POSIX 到 Zsh:为什么 Shell 语言不断进化(含通用语法速查与工程化实践)

终端、Shell 与内核的关系全景解析;bash 与 zsh 的异同;为何在 POSIX 基础上不断加特性;以及一套可迁移的工程化实践与常用通用语法速查。

  • #linux
  • #shell
  • #programming
  • #portability
2025-10-13

机器如何理解机器码:从电信号到汇编器的自举之路

从机器如何理解机器码,到人类如何用机器码写出第一个汇编器,完整解析编译与指令的本质。

  • #system
  • #cpu
  • #assembly
  • #compiler
  • #language
2025-10-13

汇编与机器码:从翻译器到 CPU 解码的全过程(形象理解版)

从汇编与机器码的底层关系出发,用形象的例子讲解汇编器如何把人类语言翻译成机器码,以及 CPU 如何理解这些指令。

  • #assembly
  • #machine-code
  • #cpu
  • #system
  • #note