Cellular biology fundamentals
Fluid Mosaic Model
Transport Mechanisms
# ATP synthesis overview
def cellular_respiration():
"""Main energy production pathway."""
return {
'glycolysis': 'Glucose → 2 Pyruvate + 2 ATP',
'krebs_cycle': 'Acetyl-CoA → CO2 + electron carriers',
'etc': 'O2 + electrons → H2O + 34 ATP'
}