d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development >
Poll > Would You Be Interested In This > For Those Of You Learning Programming
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
May 30 2018 06:06am
Would you be interested in a video series, ebook, textbook, etc., that teaches you programming by walking through examples of actual useful programs, instead of just basic "Hello, World!" type programs?

So for example, I googled searched for "Compute science 1 exercises" and found this: https://chortle.ccsu.edu/Java5/Notes/chap08/progExercises08.html . The exercises there are basically "compile and run this and see what happens." That's not a useful program. What I mean by a "useful" program is something like "write a program that moves every file in your MyDocuments folder that is more than 30 days old to a folder called MyDocumentArchives". It's not a super exciting program, but it is at least useful.

As the series progresses the examples would be less trivial and would solve more difficult, real-world problems.

This is something I am thinking about putting together for a friend at work who wants me to teach him how to code, so I was wondering if anyone else would find it useful.
Member
Posts: 31,394
Joined: Mar 25 2009
Gold: 99.00
Jun 1 2018 01:01am
definitely ^_^
Member
Posts: 11,095
Joined: Mar 2 2010
Gold: 0.00
Jun 2 2018 07:46pm
Quote (ferf @ Jun 1 2018 02:01am)
definitely ^_^


yes i agree useful!
Member
Posts: 27,890
Joined: Dec 21 2005
Gold: 7,342.78
Jun 3 2018 01:52am
Great idea :)
Member
Posts: 11,079
Joined: Sep 2 2015
Gold: 930,081.00
Jun 4 2018 08:36pm
This sounds interesting, how do you plan to make it happen?
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
Jun 5 2018 03:27am
Quote (mandarkkk @ Jun 4 2018 09:36pm)
This sounds interesting, how do you plan to make it happen?


What I'm thinking right now is to come with an idea of what kind of program we can make. Then do something like:

part 1: Making the basic control structures
part 2: Adding functions
part 3: Saving to a file
etc.

So it would be one program and over the course of like 8-10 videos I would just make improvements to it with more advanced programming concepts.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll