The most common question I get from students starting computational chemistry: what do I actually run first? Here is the answer. Six projects, three phases, two free codes. No expensive licences. No HPC needed for the first four projects. Phase 1: foundations on your laptop Project 1: Build and visualise molecules with ASE and VESTA Start by building H₂O, CO₂, and NH₃ from scratch in Python using the Atomic Simulation Environment. Visualise them in VESTA and Avogadro. Compute bond lengths and angles. Save as XYZ and CIF. This is not optional groundwork. Understanding how atomic coordinates, file formats, and the difference between periodic and molecular systems work will save you from confusion. Project 2: Your first DFT single point with ORCA ORCA is free for academic users, developed by Frank Neese's group at the Max-Planck-Institut fΓΌr Kohlenforschung, and runs entirely on a laptop. Write a five-line input file for H₂O using ! PBE def2-SVP. Run it. Open the output and find th...