Programming How Create a Tic-Tac-Toe Game Using Python Tabby Mungai, October 6, 2023October 9, 2023 Many say that tic tac toe is impossible to win. However, this does not diminish the fact that tic tac toe to play is highly nostalgic. Creating a tic tac toe Continue Reading
Programming How to Create a GitHub Repository for Your Website Tabby Mungai, October 4, 2023October 5, 2023 Why GitHub is used, it is a platform for hosting code where GitHub actions run in addition to allowing for version control and collaboration. For GitHub job the GitHub workflow are defined by a YAML file that checked into the repository and run when triggered by an event in the repository, the trigger can be manually or within a definite schedule. Continue Reading
Programming How To Create A Web Application Database Tabby Mungai, September 27, 2023October 3, 2023 A database is generally a collection of information that one can store within a centralized location. Therefore, creating a database with python can be instrumental in allowing user input data to a given website. Continue Reading
Programming Adding Features To A Python-Flask Website Tabby Mungai, September 22, 2023September 25, 2023 Providing additional features in a website is immensely beneficial. As it allows website users to have ease of navigation through the website. Continue Reading
Programming How To Set Up A Simple Website Tabby Mungai, September 14, 2023October 4, 2023 This blog is a guide to making a website with python. The blog provide insights of creating a website is highly rewarding one can make a website and earn money. Continue Reading
Programming Coding: How To Start Your Journey Tabby Mungai, September 11, 2023September 11, 2023 Coding translating instructions from our language to computer’s language. Coding is regarded as a modern language that enables individuals to communicate instructions to device and guide the operation process. Continue Reading