Ask HN: What's after learn python the hard way? too easy.
I started on 'learn python the hard way' and I'm blowing through 5-10 lessons a day. What's next step that will really teach me to build a web app?
Before I switched majors to digital media (facepalm) I covered in C++ vectors, pointers, arrays, loops, constructors, strings, classes, recursion, various C functions, as well as basic data structures and algorithms that I can't quite remember. So this is all pretty basic review, just in a different language. (and after C it feels like I'm cheating, lol.)
What's going to be a lot more intense and teach me the type of data structures that I need to learn in order to produce web applications?
Is there an online resource that goes through your first big app like lpthw does with basics?
6 comments
[ 6.4 ms ] story [ 28.0 ms ] threadOh and finish LPTHW because Zed gets into the basics of a web app near the end and thats a fine start.
Start with simple idea. For example scrap instagram images trought their api and create wallpaper from 80 images (10x8 small thumbs 150x150 size each). Similar idea would get into basics of language like string manipulation, url fetch, handling exceptions, etc. For this stage all you need is diveintopython.com and stackoverflow.com (google.com).
Looking at the resources available I wonder, should I be learning RUBY instead?