Skip to content

KHAPCHI.COM

One stick to rule all staffs!

  • Home
  • Technology
  • Tools
  • About
  • Toggle search form
  • Multilib problems while using yum. Technology
  • Begin! Uncategorized
  • 7 Commands to know your Linux Server Technology
  • How to make DNS lookup of an IP or Domain using Python3. Technology
  • How to store JSON response from an API to MySQL table? Technology
  • How to connect to Local MySQL Db using Python3 Technology
  • Store JSON response from API as separate columns in MySQL table? Technology
  • Install and configure Squid3 for Ubuntu20.04 for known hosts – IP Access Uncategorized

Tag: Python3

Store JSON response from API as separate columns in MySQL table?

Posted on December 8, 2022December 20, 2022 By Khapchi No Comments on Store JSON response from API as separate columns in MySQL table?
Store JSON response from API as separate columns in MySQL table?

To store the JSON response from an API as separate columns in a MySQL table, you will need to first create a table in your MySQL database with the appropriate columns for each field in the JSON data. The structure of the table will depend on the schema of the JSON data that you are…

Read More “Store JSON response from API as separate columns in MySQL table?” »

Technology

How to Query any REST API using Python3 easy.

Posted on December 8, 2022January 4, 2023 By Khapchi No Comments on How to Query any REST API using Python3 easy.
How to Query any REST API using Python3 easy.

To query a REST API using Python3, you will need to first install the requests module. The requests module allows you to send HTTP requests using Python, and is widely used in the Python community. You can install the requests module using pip with the following command: Once you have installed the requests module, you…

Read More “How to Query any REST API using Python3 easy.” »

Technology

How to fetch all DNS records of a Domain using Python3.

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to fetch all DNS records of a Domain using Python3.

To fetch all DNS records of a domain using Python3, you can use the dnspython module, which provides functions for working with DNS records. The dnspython module allows you to fetch the DNS records of a domain and access the individual fields of each record, such as the type of record, the TTL (time to…

Read More “How to fetch all DNS records of a Domain using Python3.” »

Technology

How to make DNS lookup of an IP or Domain using Python3.

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to make DNS lookup of an IP or Domain using Python3.

To make DNS lookups for a domain or IP using Python3, you can use the socket module, which provides functions for working with network sockets. Specifically, you can use the gethostbyname() and gethostbyaddr() functions to perform DNS lookups for domain names and IP addresses, respectively. Here is an example of how you might use the…

Read More “How to make DNS lookup of an IP or Domain using Python3.” »

Technology

How to connect to Local MySQL Db using Python3

Posted on December 8, 2022December 8, 2022 By Khapchi No Comments on How to connect to Local MySQL Db using Python3

To connect to a local MySQL database with Python3, you will need to first ensure that you have MySQL installed on your computer. You can check if you have MySQL installed by running the following command: If you do not have MySQL installed, you can download and install it from the MySQL website: https://www.mysql.com/downloads/ Once…

Read More “How to connect to Local MySQL Db using Python3” »

Technology

Recent Posts

  • Python3 regular expression to fetch Domains from a string or Paragraph.
  • Store JSON response from API as separate columns in MySQL table?
  • How to store JSON response from an API to MySQL table?
  • How to Query any REST API using Python3 easy.
  • How to fetch all DNS records of a Domain using Python3.

Recent Comments

    Archives

    • December 2022
    • July 2020
    • May 2020

    Categories

    • Technology
    • Uncategorized

    Archives

    • December 2022
    • July 2020
    • May 2020
    • Multilib problems while using yum. Technology
    • Store JSON response from API as separate columns in MySQL table? Technology
    • 7 Commands to know your Linux Server Technology
    • How to make DNS lookup of an IP or Domain using Python3. Technology
    • Begin! Uncategorized
    • Prepare a Linux server for first use. Technology
    • How to fetch all DNS records of a Domain using Python3. Technology
    • How to store JSON response from an API to MySQL table? Technology

    Copyright © 2025 KHAPCHI.COM.

    Powered by PressBook News WordPress theme