Posts

Image
  Build a simple calculator using the Python programming language. Here's not a complex calculator, but a very simple arithmetic, how to create a calculator that has only 4 addition (+), subtraction (-), division (/), and multiplication (*) that we almost always encounter on a daily basis. We present to you. This is a calculator that works through the terminal, not as a GUI that we encounter on a daily basis. This is designed only to describe the work inside a calculator. This way you can add more math to this calculator. It depends on your knowledge and skills. I am using software called "Visual Studio Code" to write this program. Write your code as shown in the image below. Then save your program as Calculator.py. Now when you open the saved program you will see as below. Our calculator is now done. Leave your comments below. Thank you.
Image
  Write a simple word counting program using the Python programming language. Python is currently the most popular programming language in the world. This has become very popular because of the ease of learning the language. This article presents a very simple word counting program that can be written using this language. For this, I use a code editor called Visual Studio Code. This can be done in a few simple lines. The image below shows the same program I wrote. You can download it here as a text file. In the "Enter your paragraph or word" field you can enter the paragraph containing the word you want to count. In the "Enter the letter or word to be counted" field, you can enter the word you want to count. Then you can get the correct answer. I think this article was important to you. Leave your comments below. Thank you.