Uncategorized

HOW TO DETERMINE A PYTHON VARIABLE’S TYPE

In this topic,  we will discuss how to easily and interestingly to determine a python variable’s type in Python programming.  Let’s explore the methods and function we will use to determine a variable’s type  in Python. TO DETERMINE A PYTHON VARIABLE’S TYPE Table of Contents: Introduction Program Output Conclusion Introduction: To determine a variable’s type …

HOW TO DETERMINE A PYTHON VARIABLE’S TYPE Read More »

Build SIP investment calculator using JavaScript

Building a SIP (Systematic Investment Plan) investment calculator using JavaScript can be a great way to provide users with a tool to estimate their potential returns over time. Key points about building this calculator: 1.HTML Structure: Provides input fields for investment amount, interest rate, and investment period. 2.JavaScript Function (cal <!DOCTYPE html> <html lang=”en”> <head> …

Build SIP investment calculator using JavaScript Read More »

Aadhar card number validation using Python

Python script for validating and generating Aadhar card numbers using verhoeff algorithm. File aValidate.py can be used for generating given Aadhar number. File aGenerate.py can be used for generating aadhar numbers. The numbers are generated using verhoeff algorithm so most of the aadhar verification services wont be able to differentiate between legit aadhar numbers and …

Aadhar card number validation using Python Read More »

Scroll to Top