Python

Python

  • Published on

    Zomato OTP Prank

    python
    scripting
    prank
    zomato
    otp
    tutorial
    A Python script tutorial for sending Zomato OTPs to phone numbers, intended for educational purposes and responsible pranking.
  • Published on

    How to block a domain or IP using Python Script

    python
    networking
    security
    automation
    tutorial
    A step-by-step guide on using Python to block domains or IP addresses by modifying the hosts file, including verification methods and customization options.
  • Published on

    Python Script to Block Websites

    python
    networking
    system-administration
    domain-blocking
    tutorial
    A comprehensive guide on creating a Python script to block websites by modifying the hosts file, including customization options and verification methods.
  • Published on

    Unblocking Domains or IP with Python Script

    python
    networking
    security
    automation
    tutorial
    A step-by-step guide on using Python to unblock previously blocked domains or IP addresses by modifying the hosts file, including verification methods and customization options.
  • Published on

    How to Migrate Data from BigQuery to PostgreSQL

    bigquery
    postgresql
    data-migration
    python
    database
    tutorial
    A comprehensive guide to migrating data from Google BigQuery to PostgreSQL using Python, including code examples and best practices for efficient data transfer.