top of page
Search


Program to make Calculator in Python
Create a simple calculator which can perform basic arithmetic operations like addition, subtraction, multiplication, or division...

The Tech Platform
Jul 28, 2022


Introduction to Namespace in Python
A namespace is a system that has a unique name for each and every object in Python. An object might be a variable or a method. Python...

The Tech Platform
Jul 15, 2022


What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...

The Tech Platform
Jul 7, 2022


Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...

The Tech Platform
Jul 4, 2022


Python program to Convert Hours to Seconds
Convert Hours to Seconds In this program, we need to multiply hours with 60 (1 hour = 60 minutes ) so that we get in minutes, and once we...

The Tech Platform
Jun 17, 2022


Write a Program to Convert Number to Words in Python
Example 1, we are going to convert a number to its wording. For instance, if the number is 12, the wordings will be “one-two”. A similar...

The Tech Platform
Jun 14, 2022


What is "__Name__" in Python?
"__name__" is a built-in variable in python that stores the name of the current module/script being executed. If the current module is...

The Tech Platform
Jun 13, 2022


The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...

The Tech Platform
Jun 10, 2022


Best Python IDE
Python IDEs are essential tools for developers who work with Python. They provide a set of tools to write, test, and debug code, which...

The Tech Platform
Jun 2, 2022


The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...

The Tech Platform
May 28, 2022
bottom of page
