Lecture 1

Jan. 3rd, 2010 03:34 pm
winterthunder: (Default)
[personal profile] winterthunder posting in [community profile] intro_to_cs
All right! Computer science skillz, here we come!

If you haven't already, take a look over at this page and make sure you have the correct version of Python installed on your computer. Remember, if you install 3.0 the code you write in this course will not be compatible.

Lecture 1 video is here, and covers definitions and other introductory things. In an ideal world, I would have watched it already, but it's currently playing in another window while I multi-task, and I didn't want to wait any longer to put this post up. It seems basic thus far, but I shall edit this post if I come up with any questions. Also, feel free to comment with anything that doesn't make sense to you. We have over 25 people following along and we're all beginners, so we should be helping each other out. :)

Edit 1:

Ok, I've watched the lecture, and aside from not being able to see what he's typing on the computer screen, I'm feeling pretty good. I'm going to take some time over the next few days to dig into the readings and see if I can't get an idea of what was on the screen.

Date: 2010-01-04 01:43 am (UTC)
smc1225: (Default)
From: [personal profile] smc1225
I was able to complete problem set 0 but at first couldn't figure out how to get it to run. You actually need to open a new window to write your code and then run it. This is where I got stuck!

I went back to a previous post on lecture 1 and someone posted a link to a site for getting started with Python in IDLE. That helped a lot!

WQdAMJMkgImzc

Date: 2012-01-09 06:14 am (UTC)
From: (Anonymous)
The purchases I make are entirely based on these articels.

Date: 2010-01-04 05:50 am (UTC)
dodificus: (Default)
From: [personal profile] dodificus
You actually need to open a new window to write your code and then run it. This is where I got stuck!

Thank you *very* much for that, I'd hate to have gotten stumped right at the very beginning:)

Date: 2010-01-05 11:32 pm (UTC)
smc1225: (Default)
From: [personal profile] smc1225
No problem. I actually got frustrated and gave up because I couldn't get it to run correctly. Then I gave it one more shot and found the link above or I probably wouldn't have continued.

Date: 2010-01-04 09:54 pm (UTC)
purpleyin: Cameron from Sarah Connor Chronicles looking to the side (Default)
From: [personal profile] purpleyin
Bit tardy to this. One thing I didn't get was "recall" exercise on the IDLE getting started...I just don't know what it means, not come across that in math terms.

Date: 2010-01-05 11:30 pm (UTC)
smc1225: (Default)
From: [personal profile] smc1225
This threw me off too. I thought it was a math term as well. But they were just giving a reminder for the quadratic equation to use to answer the problem.

Formula:
a*x^2 + b*x + c
x1 = ( - b + sqrt ( b*b - 4*a*c ) ) / ( 2*a)

Use this formula to solve the problem to find the positive root of the following equation:
34*x^2 + 68*x - 510

a=34
b=68
c=-510

solve for x
x1 = (-68 + sqrt (68*68 - 4*32*-510))/(2*32) (this will give you the value of x) which you put in place of x in the problem above.

I think I did this right - it's been a while.

ucDaGmfmfBKEdm

Date: 2012-01-09 06:19 am (UTC)
From: (Anonymous)
Furearlz? That's marvelously good to know.

Date: 2010-01-08 04:30 am (UTC)
thene: petals flying away in the breeze. (flying away)
From: [personal profile] thene
Not even remotely on topic, but I just realised your default icon is an image I had on my wall about 8-10 years ago. :)

I just got my internet connection back after a 3-week break - I'll try to catch up asap!

OHrTEktUYYknXrtAwlN

Date: 2012-01-09 05:35 am (UTC)
From: (Anonymous)
This atrlice achieved exactly what I wanted it to achieve.

Profile

Introduction to Computer Science

July 2010

S M T W T F S
    123
45678910
11121314151617
18192021222324
2526272829 3031

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 10th, 2025 04:28 am
Powered by Dreamwidth Studios