Skip to main content

Posts

Showing posts with the label python

Article 370 Verdict - Supreme Court Calls for Restoration of J&K Statehood

 Article 370 Verdict - Supreme Court Calls for Restoration of J&K Statehood The Supreme Court of India has recently passed a monumental verdict on Article 370, calling for the restoration of statehood and an elected government in Jammu and Kashmir. This landmark judgment has major implications for the future of J&K as well as center-state relations in India. Introduction to Article 370 and its Abrogation Article 370 was a constitutional provision that granted special autonomous status to Jammu and Kashmir. Under this article, J&K had its constitution, flag, and autonomy over all matters barring defense, communications, and foreign affairs. However, in August 2019, the central BJP-led government unilaterally abolished Article 370 through a presidential order. J&K was also bifurcated into two union territories - Jammu & Kashmir and Ladakh. This move was extremely controversial with opposition parties calling it 'unconstitutional'. Key High...

PYTHON TURTLE GRAPHICS PROJECT: HOW TO MAKE PYTHON TURTLE GRAPHICS ANIMATION

 PYTHON TURTLE GRAPHICS PROJECT: HOW TO MAKE PYTHON TURTLE GRAPHICS ANIMATION  Hey! Everyone Welcome To Technical Om, Today in these blog you will know   PYTHON TURTLE GRAPHICS PROJECT: HOW TO MAKE PYTHON TURTLE GRAPHICS ANIMATION   This Blog Is Only For Demo Purpose Procedure    TO MAKE PYTHON TURTLE GRAPHICS ANIMATION   MODULE REQUIRED:-                                                       01. PIP INSTALL TURTLE                                                       02. PIP INSTALL COLORSYS STEP 01:- First Open Command Prompt from Your Computer.   STEP 02:- Then Install TWO Module  By Typing " Pip Install Turtle  " T...

PYTHON MOBILE TRACKING PROJECT: HOW TO TRACE MOBILE NUMBER, CURRENT LOCATION & INFO

PYTHON MOBILE TRACKING PROJECT: HOW TO TRACE MOBILE NUMBER, CURRENT LOCATION AND INFO Hey! Everyone Welcome To Technical Om, Today in these blog you will know How To Trace Mobile Number, Current Location And Info By The Help Of Python. Just Like Phone Number Belongs To Which Country,Carrier Of Phone Number,Which Sim Card Belongs To , And Time Zone Of That Number. This Blog Is Only For Demo Purpose Procedure To Trace Mobile Number, Current Location And Info By The Help Of Python. STEP 01:- First Open Command Prompt from Your Computer.   STEP 02:- Then Install A Module  By Typing " Pip Install Phonenumbers " STEP 03:- Open Visual Studio And Type The Following Commands   import phonenumbers from phonenumbers import timezone , geocoder , carrier number=input ( "Enter You Number With Your Countary Code" ) phone=phonenumbers.parse(number) time=timezone.time_zones_for_number(phone) car=carrier.name_for_number(phone , "en" ) reg=geocoder.description_for_number(...