Sowmiya KNetworking: VLAN(Virtual Local Area Network) part-1:A VLAN is a logical grouping of devices within a network, even if they are not physically connected to the same network switch. VLANs are…May 28May 28
Sowmiya KPython program for symmetric encrypt and decrypt a messageIt imports the Fernet class from the cryptography.fernet module.Mar 8Mar 8
Sowmiya KFinding Phone No, Email id and DOB using RegEX in pythonfirstly we need to import regular expression by using “import re”Jun 30, 2023Jun 30, 2023
Sowmiya KWebsite blocker using PythonWhen you’re in school/college in computer lab some time we can’t access some of websites because administrator blocked those websites and…Oct 13, 2021Oct 13, 2021
Sowmiya KFile Translation with Google Translate API in PythonIn this project we gonna translate English text file to French text file. Before start the program we need to install the required…Oct 3, 2021Oct 3, 2021