I need an idea for practise!

Chris Angelico rosuav at gmail.com
Thu Jul 17 10:20:56 EDT 2014


On Thu, Jul 17, 2014 at 7:59 PM, Nicholas Cannon
<nicholascannon1 at gmail.com> wrote:
> I have made 2 programs(with GUI). And basically they are quite boring(a text editor and calculator).

Just for reference, those may be simple concepts, but they're anything
but boring. Most of us use text editors all the time, and I have a
habit of incorporating calculators into basically everything I write
(if it has a command-line input system of any kind). It's worth
knowing how to write both programs, because some day you'll be doing
something where you want the program to just quickly pop up a little
editor and let you change something on the fly, or just quickly fire
up a calculator that drops the result into some part of the program's
core functionality. It can be EXTREMELY handy, and useful.

ChrisA



More information about the Python-list mailing list