Programming inspirations, ideas. - Printable Version +- nixers (https://nixers.net) +-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics) +--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix) +--- Thread: Programming inspirations, ideas. (/Thread-Programming-inspirations-ideas) |
Programming inspirations, ideas. - shtols - 06-08-2013 (There is no general programming talk subforum so I decided to post it here, language specific.) So I'm looking forward for a little bit of holidays in the next weeks and I decided that this would be a good opportunity to give programming another shot, beneath laying in the sun and desperately trying to relax. I don't have a shortage of books or any other material for learning a language or general programming techniques. My main problem was that I never had any idea what to actually do with the freshly aquired skillset .. writing pieces of code that add two randomly generated numbers is nothing but plain boring. I know of Project Euler, but due to my lack of mathematical understanding I can hardly do more than the third level. I have also been told to let my imagination go wild but, to be honest, I suck at that. So if anybody of a collection of exercises, tasks or ideas for aspiring programmers, even though I have no problem with these things be a little more complicated, because challenges help you learn, they'd be greatly appreciated. RE: Programming inspirations, ideas. - kirby - 07-08-2013 Reddit has a relatively large backlog of Daily Programmer challenges stacked up, you could give them a go. RE: Programming inspirations, ideas. - venam - 07-08-2013 The best way to learn is to read other people's code, assuming you are already assimilated the basis of the language. Most of the big projects are based on a library so if you want to contribute you'll need to learn how to use the library. RE: Programming inspirations, ideas. - Android16 - 07-08-2013 @NeoTerra That's a good idea. When I had free time I had the same problem as shtols. I wanted to start a project but couldn't think of any ideas but these days I have a lot of fun doing my university assignments. RE: Programming inspirations, ideas. - Android16 - 08-08-2013 Also check out some of MIT's open courseware. http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/ |