Problem Statement: You will be given a number in the form of the string, extract out digits at odd index then square and merge them. The first 4 digits will be the required OTP which shows as output. If 4 digit OTP is not generated then give output -1.
Agarose gel Electrophoresis: Principle and procedure
what is electrophoresis? Electrophoresis is the movement of particles/molecules under a spatially uniform electric field in a buffer. When charged molecules are placed in an electric field, they migrate toward the +ve or -ve pole according to the charge in the molecule. The rate of migration of the molecules depends on the strength of the […]
Python Fundamentals Quiz : Set – 1
This Quiz checks your python fundamentals knowledge.
Python – Dice Rolling Simulator GUI
In this post, we will see how to create a Dice Rolling Simulator GUI in Python using tkinter library.
Python – How to create a Counter Gui Application
In this post, we will see how to create a Counter Gui Application in Python using tkinter library.
ANTIGEN PROPERTIES AND TYPES
What is an antigen? An antigen is defined as any substance which can stimulate our body to make an immune response against that substance. Example Bacteria, Viruses, Chemicals PROPERTIES OF ANTIGENS Antigens are foreign in nature. Antigens are chemical (Proteins, polysaccharides) Antigens have a minimum molecular mass of 5000 Da. The complex structure of an […]
TCS Xplore CPA Python Coding Question – 3 with Solution
In this post, we will see the solution of the Python Coding Question which is already asked in the TCS Xplore CPA Exam.
QR Code Generator GUI in Python
For creating the QR code generator GUI application we will be using pyqrcode and tkinter modules of python. tkinter module is used For making the GUI. This is a built-in module in python so no need to install it explicitly.pyqrcode module is used to create the QR code.
QR Code Generator in Python
For creating the QR code generator we will be using pyqrcode module of python. This module needs to be installed explicitly on your system because this module does not come up with python already.
TCS Xplore CPA Python Coding Question -2 with Solution
In this post, we will see the solution of the Python Coding Question which is already asked in the TCS Xplore CPA Exam.