Posts

Showing posts from June, 2021

WINDOWS 11

Image
  WINDOWS 11                               The official information tends that the pre-installed windows 11 pc's will be in the market from later this year and the accessories will be compatible only " If your accessories worked with Windows 10 and meet the Windows 11 requirements, they should work with Windows 11. If you want to be sure, please check with your accessory manufacturer."                                   At present we may upgrade to windows 11 by satisfying this minimum system requirements... Processor 1 gigahertz or faster with 2 or more cores on a compatible 64-bit processor Memory 4 GB RAM Storage 64 GB or larger storage device System firmware UEFI, Secure Boot capable TPM TPM version 2.0 Minimum system requirements Graphics card DirectX 12 compatible graphics / WDDM ...

Python Programming Examples

Image
   INTRODUCTION TO PYTHON                          Python is a programming language,which is famous in machine learning and data science.  PYTHON DATATYPES                      There are 5 datatypes in python. Numeric  lists or sequence Boolean sets dictionaries   SOME EXAMPLE PROGRAMS IN PYTHON ARE  TO CHECK WHETHER A GIVEN YEAR IS A LEAP YEAR OR NOT  CODE :  OUTPUT :  AND THERE ARE MANY EXAMPLES ONE OF THE IMPORTANT CONCEPT OF THE PYTHON IS EXCEPTIONS :  SOME OF THE EXCEPTIONS DURING THE PROGRAM ARE 0/0 DIVISION ERRORS  This Exceptions are mainly used for an user friendly environment between an user and the application as shown in the below code CODE :  OUTPUT :  WILL COMING BACK WITH SOME MORE EXAMPLES STAY SAFE,BE HAPPY