Posts

Send Message on Instagram Using Python

Code : from instabot import Bot bot=Bot() bot.login(username="your_username",password="your_password") bot.send_message("Hello",["receiver_username"]) Thank You

7 GREAT WEBSITES TO LEARN NEW TECH SKILLS

Hello Guys, In these websites you can learn new technical skills that will be helpful for your career.   1.PLURALSIGHT         It is a technology and multimedia-focused online learning platform. All of it's courses are edited and vetted for production quality, leading to many courses that are of higher quality than most other generic online platforms. You can find individual courses for almost every software language or tool you can imagine. You can also find various learning paths as well as skill tests to gauge your level in a particular path. Link -  https://www.pluralsight.com/ 2.KATAKODA     It is a free, interactive, and tool-based learning platform. What makes it unique is it's built-in shells in the web browser, where you can read prompts and click-through tutorials while actually running commands in a real terminal side-by-side. The lesson will spin up instances in the cloud and you can immediately observe the fruits of your lessons. Link -  https://www.katacoda.com/ 3