Slashdot Mirror


User: dpearceMN

dpearceMN's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Take a look at AutoIT3 on How Should I Teach a Basic Programming Course? · · Score: 1

    Take a look at AutoIT3 (http://www.autoitscript.com/autoit3/). Yes, it's a form of Basic, not transferable anywhere else, closed source, but it allows the person learning to program a means to create useful program within just a few minutes. There is great community support with code snippets and DLLs available to do many things. It includes SQLite (a lite SQL) that can be used to teach database concepts also. It's a great way to get started quickly and easy to learn.