11 years experience | 10 endorsements
Mentored lot of developers on python related issues .
Selected as a Python Expert by Codementor for a company Andela to mentor their d...
Mentored lot of developers on python related issues .
Selected as a Python Expert by Codementor for a company Andela to mentor their developer on a project called 'Genio'.
Genio is an intelligent personal assistant Slack bot inspired by Apple's Siri. It can perform tasks such as taking notes, setting reminders, getting weather forecast, language translation, arithmetic calculations and unit conversion, etc. It also runs on the command line interface for the lovers of the terminal.
Search engine : Application which searches for webpages in preprocess index for a given keyword and returns best results based on a rank algorithm and later I had done some optimization using Beautiful soup (Parse webpages) and made search engine polite using robotexclusionrulesparser to respect robots.txt .
Web Rank Tool : Program which contain a simple set of functions that take the graph representing the web and output a file in the DOT language .This file can be used by, for example, Graphviz (www.graphviz.org) to produce an illustrative image of the graph thus making easier to understand the results of the ranking algorithm