Programming MOOC: Week 2

Mar 09, 2014 14:27

Week 2 of the programming course focuses on looking at variables, data types and operators. I started going through it on Wednesday and got about half of it done but then I wasn't well and not able to do any until this morning. It's been a mad rush to get it finished off today before next week's starts ( Read more... )

online learnings

Leave a comment

Comments 10

ellierachael March 9 2014, 15:51:00 UTC
Maths has never been my thing. I think that would make me feel like my brain was going to implode!

Reply

ganimede March 12 2014, 22:25:21 UTC
I'm pretty sure my brain almost did implode. I didn't think there'd be maths involved!

Reply


momentsmusicaux March 9 2014, 17:00:33 UTC
Yay! Looks like you're getting the hang of it!

(Next thing you'll want is version control, so when you fuck something up that was working a minute ago you're not having to bounce on CTRL-Z hoping you'll spot what the problem was.)

Reply

ganimede March 12 2014, 22:39:38 UTC
Nothing has been said about version control and I've not seen any of the other students mention it so I don't know if it's going to be included or not. We've been given different versions of the actual game code though, one for each week of the course, and I presume the intention is that it builds up step by step. So if anything gets too badly fucked up, I can always go back to the clean code for the corresponding week. It doesn't seem ideal though, I've changed some of the graphics and the file names accordingly so it means I've got to make those changes again every week.

Reply

momentsmusicaux March 13 2014, 07:32:04 UTC
Definitely use version control, for your own sanity!

Reply

ganimede March 14 2014, 15:36:13 UTC
Too late now. I got most of this week's code added in but then managed to fuck it up and couldn't work out how so I'm going to have to go back to the clean code given for the start of this week and do it all again. GRRRR.

Reply


ftmichael March 11 2014, 03:17:50 UTC
Yay, fun! That looks a lot like the stuff Little D did in his programming class last year. And it's always a good feeling to realise that something's not as hard as it first seemed and that you feel a bit more like you can handle it, especially after that initial panic of 'omgcan'tdothis'. :)

If you want maths help to fill in some of the gaps in your knowledge, I can't remember whether you've tried Khan Academy before but it covers basic arithmetic - including long division - all the way to basic calculus and has exercises as well as videos, and might be v useful for you.

Reply


Leave a comment

Up