Hacker News new | ask | show | jobs
by abecedarius 1820 days ago
People are different. The high-order bit of learning is to come to the field in a way that sparks his interest, sustainably. For a minority of people that's "build a real foundation". If so it ought to be clear pretty quickly.
1 comments

I agree. Skip the "build a real foundation" and go directly to "minimal development environment".

I used a lot of Classic Visual Basic 6, and it's very easy to make a nice form with a few buttons and text fields, and perform simple calculations. It looks ideal for this, but it's proprietary, quite outdated, each year more difficult to install, and people make fun of you if you say "Basic".

Is there a nice library to build forms in Python? Something simple where he can build the logic behind a nice bunch of buttons.

(Another option is JavaScript, browsers are everywhere, but I don't like that "3"+7 is not an error.)