Skip to content

this is my MIT Introduction To Computer Science And Programming In Python problem set submissions and other work involved in the course.

Notifications You must be signed in to change notification settings

ezratweaver/MIT-6.0001-Introduction-To-Computer-Science-And-Programming-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

        Mit Projec1t

                                   This personal repo consists of all the work required to complete the course

                      MIT 6.0001 OpenCourseWare Introduction To Computer Science And Programming In Python

Overview

Problem Sets

  • Problem Set 0 - Development Environment and Configuration

    In this problem set, I set up the basics of my development
    environment and wrote some simple scripts to ensure my enviroment
    was properly configured.

    PDF Assignment | Source Code

  • Problem Set 1 - Housing Price Calculations

    In this problem set, which is broken into three parts, I wrote three
    different scripts, each which interate on the problem of calculating
    the time involved in saving for a house.

    PDF Assignment | Source Code

  • Problem Set 2 - Hangman

    In this problem set, I implemented a classic game on hang man,
    as a C.L.I game. This program load words from a text file
    and picks one at random, and then plays a game with that word.

    PDF Assignment | Source Code

  • Problem Set 3 - Word game

    In this problem set, similiar to problem set 2, I implemented a C.L.I word
    game, that's very similiar to scrabble. The player would have a hand of letters,
    score counting for words, and wild card letters. The game would also pull from
    a large list of words to validate player words.

    PDF Assignment | Source Code

  • Problem Set 4 - String Permutation & Ciphering

    In this problem set, I wrote an algorithm to return all the permutations
    of any given string. In the second half of the problem set, I wrote a script
    that encrypted and decrypted messages using Caesar's Cypher.

    PDF Assignment | Source Code

  • Problem Set 5

    In this problem set, I created a object oriented news filtering script, that
    filters new stories that are parsing from news apis. The parsing is interfaced
    via triggers, so that you can specify what you do and don't want to see.

    PDF Assignment | Source Code

About

this is my MIT Introduction To Computer Science And Programming In Python problem set submissions and other work involved in the course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages