Thursday, February 28, 2013

CodingBat

Today, at the suggestion of a classmate (thanks, Joon! :P) I started trying some of the CodingBat exercises for Python. CodingBat is a website that has lots of short exercises designed to develop your coding skill by giving you a chance to practice key concepts. In APCS, we used to be assigned Java CodingBat exercises for homework. I started easy with the Python ones, since I've never written any "real" Python code, and I'm just sort of wetting my feet in the code.
Going in, I was expecting to try one or two exercises, just for practice. However, an hour later, I'm having trouble peeling myself away from the... 20th? 25th? (I've lost count) exercise. They're horribly addicting! I suppose there are definitely worse things to be addicted to - these exercises really solidify what I've been reading, and get me used to some of the more subtle differences between Java and Python. Also, I can't deny that it'd really satisfying to be awarded a star, and that's part of my reasoning for doing them. *whistle*

Wednesday, February 27, 2013

Success!

Maybe day 1 of my new plan is a little hasty to be claiming success, but, so far so good! I got a good chunk of work done, which is more than I can say for recently. It's really useful to have the motivation to keep going when no one's technically "making" me. I suppose I'll have to keep at it and see if this new method of encouragement actually works, but for now, I'm just keeping my fingers crossed!

Tuesday, February 26, 2013

Time for a Change

Each day, I find myself doing my best to procrastinate on working on my project. "Oh, I have so much other stuff to do," or "I'll have time to properly work on it tomorrow." Not going to lie, it's gotten really bad. I've been thinking over ways to motivate myself, and I think I may've found the root of the problem. What I really want to do is start working on writing the card game. I'm bored by the learning Python part, and I just want to skip to the good stuff. So, I figure I need to give myself some incentive to build a solid foundation before jumping right in. I think, instead of having a deadline for when I switch phases of my project, I'll encourage myself to work by saying that if I get through two books on learning Python, then I can start the "real" project. That's not to say I won't use any of the other resources that I collected, but rather I'll use them as I need them. Hopefully, this change in plans will be enough to motivate me!

Friday, February 22, 2013

Connections

I've been perusing my classmates blogs, and it's been so interesting (and pretty relieving, I'll admit!) to see the experiences that other people have been through. It's nice to know that I'm not the only one who has to push myself to actually get down to business (no, not to defeat the Huns) and make myself work. It's also really cool to see how they've managed to tie their projects into the things they love and do on a day to day basis.
In fact, I had my own experience along those lines today - I went to a college open house at Wheaton College in MA, and one of the options that was available on the schedule was to sit in on a class. Deciding that it couldn't hurt, I chose to go to a Computer Science class. It wasn't a beginning level course, so I was fully expecting that the content would go right over my head, and that I would be completely lost. However, it was pretty exciting to find out that I could follow along with what the professor was saying and that I could even answer (in my head. so not brave enough to say it out loud) some of the questions that stumped the actual students! They were learning Python, and so much of what they were doing were things that I had/have been researching for my own project. I thought originally that it would be good experience to learn Python on my own, but I don't think I fully realized just how useful it would be for me until today. Suddenly, I'm way more excited about what I'm doing! :)

Tuesday, February 19, 2013

Back!

Ack! I've been totally MIA the past week. I got some nasty cold/flu thing, and all my free time was spent sleeping, which left very little time for my project. Thankfully, I've gotten through the worst of it (I hope I didn't just jinx that...) and can start functioning again. Yesterday, I picked up again where I left off in my project. I think I've finally reached the point in the book where I've started learning new things, and not just reviewing information that I already know. That's both a relief and an annoyance - while it certainly makes things more interesting, it also means that I actually have to pay attention to what I'm reading and try and absorb the new info. Blarg. Guess this means it's really time to get to work, Grace!

Sunday, February 10, 2013

Hello World

Chapter three consisted of the traditional "Hello world" program. With programming languages, it's pretty much standard for the first program you make to be one that prints "Hello world." Silly, yes, but also kind of cute, at least in my opinion. I'm starting to get a little more information on Python, at least compared to the beginning chapters of Sweigart's Invent with Python. Not super interesting information, but necessary information nonetheless. It would be hard to ever create programs without knowing the print function, or how to comment, or how to input data. I guess it's kind of hard for me to start slow - I'm itching to get to the good part. Everything needs a solid base, though, so I'll yawn through it and make sure I get all the info I need.

Friday, February 8, 2013

Day One

Started my project yesterday, though I didn't get around to blogging about it until today. I can't tell you how tempted I was to just blow off working on it yesterday. I really wanted to just say, "Hey, it's my first day, it won't matter if I just do my homework instead of starting." I knew that if I did this, though, that would just lead to me doing the same thing on the second day, and then the third day, and then... well, you get the point. So, I ignored that nagging little devil on my shoulder and started my project. Probably the most important part - I downloaded Python. Super easy, super quick, but if I had left that until I was at home, super not possible. I don't have broadband internet at home, so we have a very severe download limit, and downloading Python would be out of that range. I also went through the first real chapter of my e-book. It was boring. Readable, yes, but boring. I know that 2 + 2 = 4, and having me use the Python shell to do that kind of math was really not helpful. Also, even the next part of the chapter, which was about storing values and using variables, was exactly like what I'd learned in APCS, so awfully repetitive. I'm hoping that I'll reach new information soon, otherwise I might just have to give up on this book, and I had high hopes for it.