One simple idea that I like is writing a little program to open commonly used files instead of manually navigating and double clicking. It touches on basic GUI use (creating a window & some buttons) as well as using built-in OS operations. This obviously doesn't cover a very wide range of features, but still could prove somewhat useful if expanded upon.
2
26 Jun 2015 17:39
u/mikwaheeri
in v/programming
One simple idea that I like is writing a little program to open commonly used files instead of manually navigating and double clicking. It touches on basic GUI use (creating a window & some buttons) as well as using built-in OS operations. This obviously doesn't cover a very wide range of features, but still could prove somewhat useful if expanded upon.