Python is high level object oriented language and is getting acclaimed beacuase of its simple yet robust features to develop, automate and visualise the applications. Its data analystics capabilities are amazing. I am going to share the example programs that I am using while learining it …. Call a Function-: import os, time, sys print(“hello”)…
Category: Education
HTML Introduction
What is HTML? HTML is the standard markup language .HTML stands for Hyper Text Markup Language.HTML describes the structure of Web pages using markup.HTML elements are the building blocks of HTML pages.HTML tags label pieces of content such as “heading”, “paragraph”, “table”, and so on. HOW DOES IT WORKS HTML consists of a series of…
Block The Pendrive in Windows
BY REGISTRY EDITING 1. Press the Window key + R. This opens the Run command. 2. After that you can type “regedit”and then press enter 3. Go to “Computer\HKEY_LOCAL_MACHINE\SYSTEM\ CURRENT_CONTROL_SET\SERVICES”. 4. CLICK on “USBSTOR”. This folder controls USB storage on your computer. 5. Open the…
Network & Internet connection problems in Windows
Step1:- Enable or Disable Our Devices Wireless Card 1. Press the Window key + R. This open the Run command 2. After that you can type “ncpa.cpl” and then press enter. 3. After that you can see the network setting 4. After that Right click on the WIFI setting and you can…
WINDOWS RUN COMMANDS
Windows Function Run Command Add Hardware Wizard Hdwwiz Adding a new Device Devicepairingwizard Advanced User Accounts azman.msc Advanced User Accounts Netplwiz Backup and Restore Sdclt Calculator Calc Certificates certmgr.msc Character Map charmap Clear Type Tuner cttune Color Management colorcpl Command Prompt cmd Component Services comexp.msc Component Services dcomcnfg Computer Management compmgmt.msc Computer Management compmgmtlauncher…
RAM & ITS TYPE
RAM RAM stands for RANDOM ACCESS MEMORY. RAM is used to store data and instructions temporarily. RAM is volatile memory. It means that its contents are lost when the power is turned off. It is also known as the direct access memory. TYPES OF RAM 1SRAM [STATIC RANDOM ACCESS MEMORY] SRAM stands for Static Random Access…
General Knowledge
who is the current president of the India? -Ram Nath kovind Where is the Parliament of India? -New Delhi Name of National Flag ? -Tricolor Name…
PuTTY
What is putty? “Simon Tatham” was the person to discover Putty. 1. Basically,a putty is a free “open source”,network file transfer application and it supports several network protocol.And it was originally written for “Microsoft windows” but it supports many variations on the secure remote terminal to various other operating systems. It has also control over…
COMPUTER CABLES
VGA { VEDIO GRAPHICS ARRAY } Created way back in the 1980’s, the VGA connection cable was the standard cable used to connect a computer to a monitor. More recently, it has faded out of popularity due to the gradual shift towards digital connections over analog. Still, if you look on any video card or…
WINDOWS IP COMMANDS
Display Connection Configuration: ipconfig /all Display DNS Cache Info: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release Renew All IP Address Connections: ipconfig /renew Re-Register the DNS connections: ipconfig /registerdns Change/Modify DHCP Class ID: ipconfig /setclassid Network Connections: control netconnections Network Setup Wizard: netsetup.cpl Test Connectivity: ping whatismyip.com…