DEV Community

Cover image for 6.0001 Introduction to Computer Science and Programming in Python by The 9-to-5 Scholar : Introduction
Suraj Singh
Suraj Singh

Posted on

6.0001 Introduction to Computer Science and Programming in Python by The 9-to-5 Scholar : Introduction

According to official Website, 6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python 3.5 programming language.

Although I have experience with programming with JavaScript and C++, I have minimal experience with python. Hence I am taking this class to brush up basic programming course and get hands on with python.

Topic:

Here are topic that will be cover in this course:

  • Represent knowledge with data structures
  • Iteration and recursion as computational metaphors
  • Abstraction of procedures and data types
  • Organize and modularize systems using object classes and methods
  • Different classes of algorithms, searching and sorting
  • Complexity of algorithms

Top comments (0)