Skip to content
Edopedia
  • Home
  • Courses
  • Questions
  • Blog
  • Log In
  • Sign Up

Tutorials

Modify/Update YAML Files Using Python 3 & ruamel.yaml

Published on: July 7, 2022 by Furqan
Default Featured Image

If you want to preserve the order of your mapping keys, the white space between the elements of the root-level sequence, and the comment, e.g. because this file is under revision control, then I would highly suggest you use ruamel.yaml Write your YAML code in a file called input.yaml. We are using this file inside … Read more

Categories Tutorials Leave a comment

Skip Youtube Ads Using OpenCV, PyAutoGUI & Python 3 AdBlocker

Published on: July 7, 2022 by Furqan
Default Featured Image

The below-mentioned Python 3 code-snippet allows you to skip/block Youtube ads. I’ve also used OpenCV and PyAutoGUI libraries to implement this project. At first, you must install PyAutoGUI and OpenCV Python libraries. To do so, simply execute the below commands in the command line. code.py

Categories Tutorials Leave a comment

Bypass CAPTCHA on Website Using Python 3 & Selenium

Published on: July 7, 2022 by Furqan
Default Featured Image

Today, you’ll learn how to use Python 3 and Selenium to bypass CAPTCHA on a website. The full source code of this project is given below. code.py

Categories Tutorials Leave a comment

Bypass CAPTCHA on Website Using Python 3 & pytesseract OCR

Published on: July 7, 2022 by Furqan
Default Featured Image

The below Python 3 code-snippet allows you to bypass text/image CAPTCHA on a Website using the OCR (Optical Character Recognition) technology. To implement OCR, I’ve used the pytesseract library. code.py

Categories Tutorials Leave a comment

Skip the First Line in a Text File Using Python 3

Published on: July 7, 2022 by Furqan
Default Featured Image

By using the below Python 3 code snippet, you can easily skip the first line of a text file. code.py

Categories Tutorials Leave a comment

Find Random Lucky Draw Number Using Python 3 & random Module

Published on: July 7, 2022 by Furqan
Default Featured Image

Today I’ll guide you on how to use Python 3 and random module to find Random Lucky Draw Number in the command line. code.py

Categories Tutorials Leave a comment

Open Notepad App and Write Text into it Using Python 3, PyAutoGUI & pynput

Published on: July 7, 2022 by Furqan
Default Featured Image

In this tutorial, I’ll use Python 3, PyAutoGUI & pynput to open the Notepad app and write text into it. code.py

Categories Tutorials Leave a comment

Build Port Scanner For Domain Name in Python 3 pyfiglet

Published on: July 7, 2022 by Furqan
Default Featured Image

In this tutorial, I’ll use Python 3 and pyfiglet library to create a port scanner for a given domain name in the command line. The complete source code/script is available below. code.py

Categories Tutorials Leave a comment

Python 3 Find IP Address of Domain Name Using Socket Module

Published on: July 7, 2022 by Furqan
Default Featured Image

code.py

Categories Tutorials Leave a comment

Python 3 Find Domain Name From IP Address Using Socket Module

Published on: July 6, 2022 by Furqan
Default Featured Image

code.py

Categories Tutorials Leave a comment
Older posts
Newer posts
← Previous Page1 … Page16 Page17 Page18 … Page23 Next →
  • Llama 3.1 vs GPT-4 Benchmarks
  • Transforming Manufacturing with Industrial IoT Solutions and Machine Learning
  • How can IT Professionals use ChatGPT?
  • ChatGPT in Cybersecurity: The Ultimate Guide
  • Add Cryptocurrency Price Widget in WordPress Website

Categories

  • Collections
  • Guides
  • News
  • Reviews
  • Tutorials
  • Uncategorized

Edopedia

  • Home
  • Blog
  • Services
  • About Us
  • Our Team

Training

  • Online Courses
  • Tutorials
  • Questions & Answers
  • Try Coding Online
  • Guides

Important links

  • Log In
  • Sign Up
  • Collections
  • Reviews
  • Tools for Developers

Support

  • Contact Us
  • Advertise
  • Write for Us
  • Privacy Policy
  • Terms of Use
Copyright © 2025 - Edopedia