Best dev environment for a novice?
My wife would like to make a fairly straightforward address book app & learn more sql. She's been using SQL Server at work, knows a little HTML, but no programming.
My day job is C# and .net mvc, which is probably a pretty good choice & easy to pick up, but I'm wondering if there are easier options compatible with windows.
I'd love to start her with django, but visual studio might be less different concepts at once.
Any thoughts?
5 comments
[ 2.0 ms ] story [ 25.1 ms ] threadI also enjoyed taking Udacity's CS 101 course which is great as an intro programming course overall.
http://www.realpython.com/ https://www.udacity.com/course/cs101
Granted, it explains the language through games, so after that one can't just go and write a web application since these work a bit different, but it explains programming in a really good way. From there to understanding of client/server is pretty easy.
(Also, a good IDE really helps if you're not sure what you're doing.)