Bonface Muriithi

Bonface Muriithi is an undergraduate student pursuing a degree in Computer Science. He is interested in Robotics, Machine Learning, and Cybersecurity.
Author Insights

3

0

0
Bonface Muriithi is an undergraduate student pursuing a degree in Computer Science. He is interested in Robotics, Machine Learning, and Cybersecurity.
3
0
0
Oct 12, 2021
In Python, you can save the definitions of functions in a file called a module. It is possible to import module definitions into your program file.
Aug 24, 2021
When fetching information from the web, we usually request for complete web pages, and extract information by parsing the HTML scripts. Similarly, an Application Programming Interface (API) performs the same...
Jul 6, 2021
As a programmer, many programs that you’ll write will solve an end user’s problem. You will always want to get some data from the user. This article will explain how to handle user input and how to...