MIT: Introduction to Computer Science and Programming Using Python

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
Just a heads up to those of you getting into Python or programming in general: MITx's 6.00.1x starts soon and it's free!

This course is the first of a two-course sequence: Introduction to Computer Science and Programming Using Python, and Introduction to Computational Thinking and Data Science. Together, they are designed to help people with no prior exposure to computer science or programming learn to think computationally and write programs to tackle useful problems. Some of the people taking the two courses will use them as a stepping stone to more advanced computer science courses, but for many it will be their first and last computer science courses.

Since these courses may be the only formal computer science courses many of the students take, we have chosen to focus on breadth rather than depth. The goal is to provide students with a brief introduction to many topics so they will have an idea of what is possible when they need to think about how to use computation to accomplish some goal later in their career. That said, they are not "computation appreciation" courses. They are challenging and rigorous courses in which the students spend a lot of time and effort learning to bend the computer to their will.

What you'll learn
  • A Notion of computation
  • The Python programming language
  • Some simple algorithms
  • Testing and debugging
  • An informal introduction to algorithmic complexity
  • Data structures

A certificate option is available.

https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x8
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
Good for you... I completed an MIT EDX course a while back on compilers; couldn't have been happier, plus it encouraged me to continue with studies.

Btw the varsity courses are the same ones that the on campus students take i.e. it's the best you can find -- you won't be disappointed, best time investment you can make.
 
Last edited:

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,957
Thanks for the link, I signed up. It starts the day of my final presentations (of the semester):D
 

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,957
So far I really like the first lesson, he speaks well.

second video
[video=youtube;jq5M5Gmf0do]https://www.youtube.com/watch?v=jq5M5Gmf0do[/video]
 
Top