/codedex

Primary LanguageJupyter Notebook

codedex

here, i upload my practice projects

The legend of Python

+Checkpoint project : Rock paper scissor lizard and spock game

Game The rules are very similar to the ones from the classic “Rock Paper Scissors” but with two new options, “Lizard” and “Spock”:

  • Scissors cut Paper.
  • Paper covers Rock.
  • Rock crushes Lizard.
  • Lizard poisons Spock.
  • Spock smashes Scissors.
  • Scissors beat Lizard.
  • Lizard eats Paper.
  • Paper disproves Spock.
  • Spock vaporizes Rock.
  • Rock breaks Scissors.

+Final project : soon

Gif making with imageio library

Made this cute little cat gif

Predict Home Prices with Python and Linear Regression

Created a linear regression model to predict house prices based on house sizes. Using a scatterplot of test data, the model will form a relationship between the two variables and then make predictions . Libraries used: scikit-learn, Pandas, Numpy, Matplotlib .

Pong Game

Made this Game Using PyGame