Skip to content

PreetThakkar/HandsOn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hands On1

Table of contents

Programming in Python2

  • Game of Hangman

    It is an old school favorite, a word game where the goal is simply to guess the missing word one letter at a time.

  • Scrabble Word Game

    This game is a lot like Scrabble. Letters are dealt to the user, who then construct one or more words using their letters. Each valid word earns points to the user.

  • Permutation and Ciphers

    Generating permutations of a string in recursive fashion. Along with this, there is the implementation of Caesar Cipher - one of the earliest and simplest method of encryption technique.

  • RSS Feed Filter/Trigger

    A feed filter with the flexibility to mention custom triggers and conditions. With each poll the feed refreshes to display results as per the mentioned triggers.

Weather Plotting

One thousand weather stations were sent out all over the world at the beginning of 2016, ready to be assembled and begin collecting global weather data. The idea here is to get data from these stations and plot any particular dimension on a geo plot. You can check the end plot here

Pong Game

Python implemtation of Pong - one of the first computer games that ever created, this simple "tennis like" game features two paddles and a ball, the goal is to defeat your opponent by being the first one to gain 10 points.

Wiki Anonymous Edit Tracker

The application traces anonymous edits make on any given Wikipedia page by extracting edit IP addresses and transforming it to geographical coordinates. These coordinates are then utilized to plot the edits on the world map providing a visual representation of their locations. Tou can checn the end plot here

Footnotes

  1. You are looking at a collection of different problem sets or ideas tha in my opinion don't need a seperate repository of their own. Wherever possible, the source to a problem set will be mentioned.

  2. Introduction to Computer Science and Programming in Python - https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/assignments/

Releases

No releases published

Packages

No packages published