PMPriyanshu Maheshwariinpriyanshu10.hashnode.dev·Aug 29, 2023 · 2 min readBasic Linux commands for working with Filesecho This command is used to print whatever you write followed by command echo example echo Hello, this will print "Hello" on the terminal ls This command will list all the files and directories in a folder syntax - ls Directory_name mkdi...00
PMPriyanshu Maheshwariinpriyanshu10.hashnode.dev·Jul 24, 2023 · 2 min readUse Python Code to send Text message/SMSSending SMS or text messages programmatically requires using an SMS gateway service, as Python's standard library doesn't have a built-in functionality for this. In this example, I'll show you how to use Twilio, a popular SMS gateway service, to send...00
PMPriyanshu Maheshwariinpriyanshu10.hashnode.dev·Jul 24, 2023 · 2 min readPython code to send emails to anyoneTo send emails in Python, you can use the built-in smtplib module, which allows you to connect to an SMTP (Simple Mail Transfer Protocol) server and send email messages. Additionally, you can use the email module to create and format email messages. ...00
PMPriyanshu Maheshwariinpriyanshu10.hashnode.dev·Jan 19, 2023 · 1 min readSmall blog on Static and Dynamic WebsitesStatic Website Static sites are those sites mostly do not have server-side logic and mostly work with Simple language like HTML/CSS/Javascript. The content present on the webpage does not change frequently like a simple brochure or portfolio. These s...00