Giter VIP home page Giter VIP logo

handson's Introduction

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/

handson's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.