Skip to content

addy96/MITx-6.00.1x

 
 

Repository files navigation

MIT6.00.1xSolutions

Solutions for problem sets, quiz and final exam of the course MITx:6.00.1x Introduction to Computer Science and Programming Using Python.

It is highly recommended to solve the problem sets, quiz and final exam by your own, and only use these solutions as a guide in case of having trouble.

Update:

In January 2017, the contents of this course were updated to support Python 3. I am very glad they improved this course since the future of Python is Python 3 (at least for now). Though I originally provided solutions for the original version of this course, I will continue updating the contents of this repo in order to fit the new version.

Running a program

In order to run a module you can simply:

$ python3 module_name.py

This way you can test that the solution provided is working properly. Make sure to be inside the directory where the module is.

Problem Set 1

Problem Set 2

Problem Set 3

Problem Set 4

  • A Word Game

Problem Set 6

  • Encryption
  • Recursion

Problem Set 7

  • Monitor news feeds over the Internet

Quiz

  • Problem 4
  • Problem 5
  • Problem 6
  • Problem 7
  • Problem 8

Final

  • Problem 4
  • Problem 5
  • Problem 7

About

Solutions for the course MIT:6.00.1x Introduction to Computer Science and Programming Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%