
Python Scraper that queries Yahoo Finance for latest market information for all NASDAQ tickers. For each ticker, market data is saved as .csv file on local drive. TA is applied on each Dataframe before it is exported as .csv

Regression model to predict type of surface robot is walking on. K-folds cross-validation was used to evaluate and improve model accuracy.
Stack
- NumPy
- Pandas
- sklearn
- Seaborn

Predicting House Prices using RandomForest Regression from scikit-learn. Train/Test Datasets were cleaned and scaled for model fitting and prediction

A Simple, yet extremely fun, terminal-based word game written in Python. Image result for hangman game descriptionHangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. Guess the word right or, its game over!

Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against another player controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth. Use UP and DOWN for right opponent, W and S for left opponent.

Snake is a video game that originated during the late 1970s in arcades becoming something of a classic. The player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food, trying to avoid hitting its own tail or the edges of the playing area.

Imagine you are a turtle, trying to cross the highway. Show your skills by safely and smoothly crossing the highway without letting any of the cars run you over. The more levels you pass, the faster the cars move. Use UP arrow to move.