Intro


I ❤️ Technology,
Collaborative and Passionate Computer Science Engineer.

• Software Engineering has always fascinated me right from my academic years. What has always intrigued me is how Code can be converted into valuable Softwares with a magic sauce of algorithms.

• Accomplished Tutorials/courses related to Python, Data Science and Development & developing my skills by participating in various Seminars and events.

• Looking for good projects where I can explore my knowledge and bring data-driven insights and produce optimal solutions to the real world problems.

• There's nothing better than using your problem solving skills and making better decisions with Code.

• Key Skills: Python, SQL, Web Scrapping, Browser Automation, Data Analysis & Interpretation, Data Science, Development.

• I believe that "Constant Learning, Experimenting & Determination" are the main keys to be successful.
--

" Trust the Wait, Embrace the Uncertainity. "

--
My Portfolio : https://Kamesh-Mishra.github.io/
My Github Profile: https://github.com/Kamesh-Mishra
My LinkedIN: https://www.linkedin.com/in/kameshmishra/
My Resume: https://bit.ly/2Xvi9x2



Projects

PROJECTS


1. ICC Rankings
• Browser Automation and web scrapping using selenium webdriver.
• scrapped data stored in pandas dataframe and saved in database file.
See Project

2. Admission Prediction using Machine Learning
A python project to predict admission chances using machine learning.
See Project

3. Daily-Horoscope
A Python web scrapping project.
See Project

4. Typing-Speed-Test
A basic Python project which measures typing speed of the User with accuracy.
See Project

Elements

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Icons