Insightful Data Scientist recognized for high productivity and efficient task completion. Skilled in machine learning, big data analytics, and statistical modeling to deliver actionable insights. Strong in communication, problem-solving, and teamwork, enabling successful collaboration across departments to drive projects to completion.
Languages
EDA and Data Visualization
SQL
Machine learning
Hangman game, Hangman is a word game in which one player has to guess a word that the other player has thought of by guessing the letters in it., Random Word Selection: The project performs the random selection of words from a predefined list of words with the help of random.choice function from the random library., Hangman's gallow: Drawing parts of a hangman figure, leading to a loss if the figure is completed before the word is fully guessed., Win/Lose Conditions: The game comprises win and lose conditions., Feedback: The game provides immediate feedback to the player about the correctness of their guesses., Code Structure and Modularization: The project demonstrates good coding practices by organizing code into functions., Conditional Statements: Conditional statements are used to check whether a guessed letter is correct., Loops: A For loop is used to iterate through the characters of the word to check if a guessed letter is present., PyCharm: The Python IDE for data science and web development