This project is a part of the Udacity course "Front-End Web Developer Nanodegree Program." You'll be given a starter code, including HTML and CSS, to build the application. You'll write JavaScript code that lets the user create a grid of squares representing their design, and apply colors to those squares to create a digital masterpiece!
View ProjectThis game is built in python 3.5 version. It is a project of the course "Introduction to Computer Science and Programming Using Python". Hangman game is popularly knowing the paper and pencil guessing game. The same logic is applied in python 3.5 and makes a beautiful game. The player guessing the whole word. If the word is correct, the player wins otherwise the game is over!
View ProjectThis game is built in python 3.5 version. It is a second project of the course "Introduction to Computer Science and Programming Using Python". The word search game that we created the hands allows the user to play. Let the user making the correct word with appropriate points. Each word getting a distinct score based on the specific criteria.
View ProjectRock Paper Scissors is a hand game usually played between two people. The same concept I build in python 3.8 version with interactive GUI in Tkinter library.
View ProjectI conduct my own data analysis and create a file to share those documents' findings. I started by taking a look at the dataset and brainstorming what questions I could answer using the Numpy and Pandas to answer the questions you are most interested in and create a report sharing the answers.
view projectThe A/B test is run by the e-commerce company to attract customers who pay for the company's product. My role is to help the company understand if they should implement this new page, keep the old page, or perhaps run the experiment longer to decide.
view projectGather data from a Twitter API and in a variety of formats, assess its quality and tidiness, then clean it. I showcase wrangling efforts through analyses and visualizations.
view projectConducted an exploratory process on a Ford Go Bike System Data, then used Python data science libraries to explore the dataset’s variables and analyzed the data’s structure, oddities, and patterns. Analyzed from simple univariate to multivariate relationships.
view projectI perform encryption and decryption of messages using the Ceaser cipher algorithm. To pass an encrypted message from one person to another, it is first necessary that both parties have the 'key' for the cipher, so that the sender may encrypt it and the receiver may decrypt it. For the caesar cipher, the key is the number of characters to shift the cipher alphabet.
View Project