Chevron Left
返回到 Principles of Computing (Part 1)

学生对 Rice University 提供的 Principles of Computing (Part 1) 的评价和反馈

4.7
584 个评分

课程概述

This two-part course builds upon the programming skills that you learned in our Introduction to Interactive Programming in Python course. We will augment those skills with both important programming practices and critical mathematical problem solving skills. These skills underlie larger scale computational problem solving and programming. The main focus of the class will be programming weekly mini-projects in Python that build upon the mathematical and programming principles that are taught in the class. To keep the class fun and engaging, many of the projects will involve working with strategy-based games. In part 1 of this course, the programming aspect of the class will focus on coding standards and testing. The mathematical portion of the class will focus on probability, combinatorics, and counting with an eye towards practical applications of these concepts in Computer Science. Recommended Background - Students should be comfortable writing small (100+ line) programs in Python using constructs such as lists, dictionaries and classes and also have a high-school math background that includes algebra and pre-calculus....

热门审阅

MA

Jan 29, 2020

It was a great course, I learned a lot about Computing throughout this course. It needs a little analytical mindset but if you work hard enough, I believe it wont be a problem.

SN

May 6, 2019

This course is very good for beginners and intermediate coders. Gives important basics about computer science from 3 very good professors.

筛选依据:

76 - Principles of Computing (Part 1) 的 99 个评论(共 99 个)

创建者 Ganapathi N K

Nov 11, 2017

Really challenging

创建者 Jesús P

Mar 6, 2019

Excelente curso

创建者 pierre j

Nov 11, 2016

Great as usual.

创建者 YG F

Aug 16, 2021

Well organized

创建者 Eugene

Feb 23, 2021

great course!

创建者 xin j

Apr 7, 2018

Learnt a lot

创建者 Tsz W K

Jun 27, 2017

Really great!

创建者 Sambhav J

Apr 3, 2019

Great Course

创建者 Guillermo C

Jun 4, 2018

Great course

创建者 Arthur-Lance

Jun 22, 2017

thanks a lot

创建者 Trim B

Dec 13, 2016

Excellent.

创建者 Aniruddh M

May 23, 2021

Awesome!

创建者 Tae J Y

Mar 26, 2017

Perfect!

创建者 Bakhmai B

May 29, 2019

Super!

创建者 G K N

Apr 15, 2024

good

创建者 Tom P

May 13, 2016

I started this course straight after finishing IIPP1 and IIPP2 (both of which I loved). I had no coding experience before those two courses but managed to work hard and got through them so kept on straightaway with PoC1. This was a mistake on my part. For me, there was a quite a step up and early on I was getting out of my depth and actually in the end did not finish the course. In hindsight (and actually what I am doing down to re-enroll) I would go and gain much more experience of Classes (they play a major part, and I am thinking or writing all the games as classes that I built in IIPP) and work through the Math Preparation to prepare. I'm giving the course 4 stars because the material, the lectures and the learning is great but I found the amount I was expected to do each week was well beyond my expectations of an MOOC and more than the two modules before.

创建者 Steven K

Oct 2, 2019

Good course exploring the computer science side of programming. Once I got used to it, I appreciated the machine grader for instant feedback (and ability to resubmit if you did something wrong). Not sure where I will use combinatorics, but it was good to learn anyway.

For the most part the quizzes were good, although the 'find the test cases' questions were very frustrating and hard to approach. I appreciate the intent of trying to get us to think about testing more, but it was very difficult to think of more than a few good test cases based on the logic of the program or the expected uses and it ended up being easier to randomly generate cases.

创建者 THOMAS

Nov 2, 2020

Excellent Course. In my view the main skill you gain from this course is learning how to read given python programs and use them in your own project. I found this course more difficult than i expected though. Some times the instructions were not as sufficient as i wanted. That led me to discussion pages where many students and members have done a great job helping each other. Without that help i wouldn't have completed the course.

创建者 Tyler B

Aug 26, 2017

Most of the course was awesome, just wasn't crazy about the testing questions at the end of each quizz

创建者 Renaud T

May 11, 2016

Great course ! Some assignments were not that easy and required time to be achieved. Enjoyed it !

创建者 Wynand

Dec 21, 2017

Course was a good progression on the Intro to Python courses

创建者 alejo g g o

Sep 12, 2018

Very interesting to expand the ways to solve a problem.

创建者 Chris L

Oct 16, 2020

I'm sure this is a great series, but Python 2 in the tail end of 2020 makes no sense. I may come back later just to audit and do the exercise in Python 3.

创建者 Ryan M

Feb 5, 2021

the quizzes are not meant to teach you not test you. But we weren't taught enough to help teach ourselves on the quizzes though and the forums are largely unhelpful.