{"id":1323,"date":"2012-02-16T12:16:54","date_gmt":"2012-02-16T17:16:54","guid":{"rendered":"http:\/\/www.iamdann.com\/?p=1323"},"modified":"2012-02-16T12:16:54","modified_gmt":"2012-02-16T17:16:54","slug":"a-students-thoughts-after-almost-two-months-of-code-year","status":"publish","type":"post","link":"https:\/\/www.iamdann.com\/2012\/02\/16\/a-students-thoughts-after-almost-two-months-of-code-year","title":{"rendered":"A Student’s Thoughts After (Almost) Two Months of Code Year"},"content":{"rendered":"

Earlier this year, I made a pledge<\/a> to learn to code in 2012. Not only did I make the pledge, but I’ve kept the pledge, generally completing each weekly course within three to four days after its release.<\/p>\n

I really am Codecademy<\/a>‘s ideal student: an extremely competent non-programmer (did you read about how I made my iPhone app<\/a>?) with a strong desire to learn to code. I’ve attempted to learn programming numerous times before (investing in books, online classes, and continuing adult education classes) without much success. But I’m willing and ready to put in the time<\/a>.<\/p>\n

Even with all the prior attempt to learn to code, it wasn’t until the Functions section of Codecademy’s classes that coding “clicked.” It all suddenly made sense. I finally understood why every class that I had attempted always recommended prior knowledge of another language. I understood where math and algorithms fit into the equation. I understood how a language’s ability to return 2 + 2 impacted a program.<\/p>\n

As with any other skill, the more you learn, the more questions you have and the more you realize you don’t know. Codecademy has been fantastic for opening the door to learning to code (so they have succeeded in their goal) but I still see areas where I want to know more and don’t know where to find answers. Maybe these gaps will be filled as the year progresses, but as a student for two months, I wanted to share what I feel some of my thoughts thus far.<\/p>\n

Why am I Learning JavaScript?<\/h1>\n

Codecademy is teaching me JavaScript. But why am I learning JavaScript? I know that courses teaching\u00a0other languages are on the way<\/a>, but why start me with JavaScript and not, say, Python? There are countless articles I’ve read about learning to code by starting with Python. The MIT OpenCourseWare class Introduction to\u00a0Computer\u00a0Science and Programming<\/a> uses Python as the language to teach computer science concepts. When I talked to other coders about my desire to learn application development and mentioned starting with Python, the feedback was largely positive.<\/p>\n

So why am I learning JavaScript?<\/p>\n

Don’t get me wrong, JavaScript is definitely a language that will be insanely useful. And I’m sure the Codecademy team put a lot of thought into what language to teach first. But I’m not educated enough to know the strengths and weaknesses of different languages yet, so I’m just left confused. As I make my way concurrently through the Google Python Class<\/a>, I’m left wondering Codecademy’s thought process.<\/p>\n

How to Use Code in Real World<\/h1>\n

I’m following along with all the code lessons and projects. I’m understanding the concepts. But how do I actually use this code on a website? One of the very first things you learn at Codecademy is how to create an alert box or a prompt. If I, say, wanted to add an alert or a prompt to this website, how would I do that? Where would I put JavaScript? How would I call the code? How does that process work?<\/p>\n

I understand that teaching real world deployment of code may go beyond the scope (or goals) of the class, but maybe Codecademy can point me in the right direction? Or create a bonus project where basic knowledge of HTML is required (or even briefly explained) and JavaScript is deployed. Or at least link me to an example of basic JavaScript in the real world.<\/p>\n

I’m aware that the best way to learn code is to look at other people’s code. I often view the page source of websites I stumble upon to see how they work. I now view every link to a JavaScript project that’s posted to Hacker News<\/a>. But most of this code is still too advanced for me. And I can sort of<\/em> see how the language is being used in the real world by viewing the page source of websites using JavaScript, but even a lesson or two explaining exactly what<\/em> I’m looking at would be extremely helpful.<\/p>\n

Learning to Think Like a Programmer<\/h1>\n

Codecademy is great for walking me, step by step, through the process of building an application. The projects are especially great because functionality is added bit by bit until we have a large and functional project built from smaller bits and steps taught in the lessons. But I feel like too many of the answers are given away in the instructions. If I’m told to wite a function that takes a certain\u00a0perimeter, I can do that. But if I was given a problem without being told which specific tools to use, how long would it take me to figure out that I need to utilize a function rather than an object, a constructor, a switch, or anything else? This<\/em> is the difficulty of programming.<\/p>\n

The Blackjack challenge was great because it challenged the student to think about which tool to use before actually using the tool. At this point in my studies, there is where I need the most help and practice. If even the\u00a0instructions\u00a0were hidden at first, in the same way that hints are hidden, it would give me more of a time to think about how<\/em> to solve a problem. I can build an object or a class with no real problems; my coding errors usually result from syntactic mistakes and are usually easily caught and fixed. Where I really need help is thinking like a programmer.<\/p>\n

My Brain Wants More<\/h1>\n

I’m always extremely excited for a new lesson on Monday, and then sad on Wednesday when I have no more lessons or projects to complete. I don’t know where to turn for more. Not just more lessons but more puzzles, more math, and more related brain exercises.<\/p>\n

I’ve started taking the Google Python class<\/a>\u00a0in addition to the Codecademy courses.\u00a0My girlfriend even humored my inner nerd and got me an Introduction to Algorithms<\/a> textbook for Valentine’s Day. I’ve also been reading a bit through the MIT book Structure and Interpretation of Computer Programs<\/a>\u00a0(the full text is available online!). \u00a0But should I really be learning two different languages at this point in my studies?\u00a0All these extra books and classes leave me feeling very unfocused. I have gone, in just two months, from knowledge of zero computer languages to learning computer science concepts with four different<\/em> languages. I even attempted to start the Try Ruby course at Code School<\/a>, but don’t feel ready to throw another language into the mix at this point.<\/p>\n

I’m basically stuck,\u00a0because\u00a0I want to learn more, but I don’t know where to turn. I want puzzles to solve, algorithms to figure out, and a forum to discuss my questions with other Codecademy students (much like the invaluable Q&A section for each lesson and project). This problem may be solved son since \u00a0Codecademy is opening up their system to allow programmers to create new classes. However, for the moment, I have a strong desire to learn more and no direction about where to turn.<\/p>\n

Codecademy Spoiled Me<\/h1>\n

Finally, Codecademy has spoiled me rotten. They walk me through concepts, step by step, and let me physically try each step as<\/em> I’m learning it. Their website shows which lines in my code have errors. Their Q&A help section is amazing, and helped answer my questions every time.<\/p>\n

Other courses, such as the Google Python class<\/a>, now seem cumbersome with all the pausing and switching back and forth between my video player and the terminal. With my textbooks, it’s easy to think<\/em> I understand a concept and then be completely lost when it’s time to try it out. Or to get lost trying to search the internet for answers when I’m not even sure what question I should be asking.<\/p>\n

Codecademy really is changing the way people interact and learn to code. It really has opened a whole new, exciting world for me and made me want to learn more. I also recognize that Codecademy is still in its infancy, and will only grow and become more feature filled over time.<\/p>\n

So, thank you Codecademy, for all you’re doing. I can’t wait for more.<\/p>\n","protected":false},"excerpt":{"rendered":"

It’s been almost two months since Codecademy started Code Year, a year dedicated to teaching people to program. I’ve been keeping up with the courses and here are my thoughts thus far.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[479,75],"tags":[616,615,617],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p123kB-ll","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/posts\/1323"}],"collection":[{"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/comments?post=1323"}],"version-history":[{"count":4,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/posts\/1323\/revisions"}],"predecessor-version":[{"id":1330,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/posts\/1323\/revisions\/1330"}],"wp:attachment":[{"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/media?parent=1323"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/categories?post=1323"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iamdann.com\/wp-json\/wp\/v2\/tags?post=1323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}