I just start to learn Stata since early this week. My first time to Stata and I found it interesting.
For example, to generate logged for a variable. We just need to type in
gen lgdp = log(gdp)
In addition, we can create a do.file in the Stata itself, type in all the codes and with just one click of 'Run', it will run out the whole set of result.