Pinned Repositories
blackjack
black jack game, made with so much difficulties and errors, which could've been avoided by the precise use of functions and flags. Anyways, this code also includes functions, while loops and a flag, so that a player can repeatedly play the game until he/ she lilkes. Kindly mention any corrections/ improvements to this code, if possible. Thanks.
blindAuction
A blind auction terminal that takes bidder's name and bid as input, till all the bidders are finished; then ouputs the name and bid of the highest bidder and marks him/her as the winner.
caesarcypher
This is the project of day 8 from #100DaysOfPython, all thanks to Angela Yu.
calculator
A simple calculator that takes input two numbers and prints out the result, where the result can be passed again, or a new calculation can be initiated.
chaimachine
A chai maker machine that gives 3 chai options to the consumers, where the only option of buying is through 4 types of coins.
CreditCardDefaultPrediction
daclaro
Daclaro Official Clothing and Fashion Website
hangman
hangman game that i made learning from #100DaysOfPython with Angela Yu.
heartDiseaseEDA
Heart Disease Exploratory Data Analysis
machinelearning
Personal
shashankgsharma's Repositories
shashankgsharma/daclaro
Daclaro Official Clothing and Fashion Website
shashankgsharma/blackjack
black jack game, made with so much difficulties and errors, which could've been avoided by the precise use of functions and flags. Anyways, this code also includes functions, while loops and a flag, so that a player can repeatedly play the game until he/ she lilkes. Kindly mention any corrections/ improvements to this code, if possible. Thanks.
shashankgsharma/blindAuction
A blind auction terminal that takes bidder's name and bid as input, till all the bidders are finished; then ouputs the name and bid of the highest bidder and marks him/her as the winner.
shashankgsharma/caesarcypher
This is the project of day 8 from #100DaysOfPython, all thanks to Angela Yu.
shashankgsharma/calculator
A simple calculator that takes input two numbers and prints out the result, where the result can be passed again, or a new calculation can be initiated.
shashankgsharma/chaimachine
A chai maker machine that gives 3 chai options to the consumers, where the only option of buying is through 4 types of coins.
shashankgsharma/CreditCardDefaultPrediction
shashankgsharma/hangman
hangman game that i made learning from #100DaysOfPython with Angela Yu.
shashankgsharma/heartDiseaseEDA
Heart Disease Exploratory Data Analysis
shashankgsharma/machinelearning
Personal
shashankgsharma/malwaredetectionsystem
This project uses machine learning and deep learning concepts and algorithms MLP to perform binary classification on a given data set of log files which contain API calls from virus and benign files for the use of behavioral analysis.
shashankgsharma/numberguessing
The higher-lower game wants the user to guess a particular number between the range of 1 - 100, having a fixed number of attempts.
shashankgsharma/shashankgsharma
shashankgsharma/sp
IIITD sp code
shashankgsharma/sunbird-collection-editor
Angular Library which supports to create all type of collections like Book, Course, PlayList & QuestionSet
shashankgsharma/temp
IIITD sp code
shashankgsharma/therealhigherlower
A higher-lower cricket game, where the user have to guess whether the international runs of a player is higher or lower than another player.
shashankgsharma/thesnakegame
the snake game that we played on our keypad phones, so you must know the rules. If you don't, just google it up.
shashankgsharma/thetriviaquiz
This repl prompts the user for three modes of play: Movies, IPL or CS, based on which the trivia questions are asked. The number of questions being asked depends upon the difficulty level selected by the user. The user gets a +1 score for a correct answer, 0 for incorrect. The Secret code for exiting the quiz in between is 'exit'.
shashankgsharma/turtlerace
a turtle racing game, made using turtle module of python, where the user gets to predict the winner of the race; the turtle speed and distance convered in each iteration are different; there are seven turtles.