About Us
Coding....
This is blogging website of Rakesh Giri developed by Rakesh Giri. This website contains various information regarding computer science, programming and various topics which may be useful for youths interested in technology.
I am just posting my views and thoughts on this website on my free time. This website is not owned by any company or organization. This is just a personal website. I just don’t want my time to invest in writing about me. If you have any queries or messages you can email me on info@rakeshgiri.com.
Latest

Python code to make GUI based calculator
This code will create a simple calculator with a GUI using tkinter. It includes number buttons, operator buttons, an entry widget for displaying and entering

python code to Convert images from one extension to another
To create a Python application that can convert images from one file extension to another, we can use the Pillow library, which is a fork

Digital coffee vendor machine – CLI Python code
Logic behind coffee vendor machine program This program is capable to vendor three flavors- Latte, Cappuccino, and Espresso. Dictionaries and list are created to store

Black jack card game – Python code
Logic of Program This program shuffles 1 deck of cards and gives 2 cards to both user and computer. Only one card of computer is

Love Compability Calculator using python
Input and Output Input: Takes two strings name1, and name2 as input. Output: Prints compatibility score between name1 and name2 in percentage. Logic Logic: After