Skip to content

TheQuickBlog

Learn Quick, Lead Quicker

  • How To
  • Django
    • Django Rest Framework
    • Django Session
  • Python
    • Jupyter Notebook
    • Machine Learning
    • Openpyxl
  • Data Science
    • Orange
    • Jupyter Notebook
  • Laravel
    • Installation
    • CRUD
  • Linux
  • SQL
  • Blockchain
  • Git
    • GitHub Pages
    • Jekyll Framework
    • GitHub Gist
    • GitHub Resume
    • GitHub Contribution
  • OS
  • Data Structure
  • AI

Category: How To

sending an email through gmail using python

Common cybersecurity threats and how to defend against them:

October 15, 2023 thequickblog How To

Cybersecurity threats are constantly evolving, and defending against them requires vigilance and a comprehensive approach. Here are some common cybersecurity threats and detailed explanations of
how to defend against them:

Continue reading
sending an email through gmail using python

How to Implement a Hash Table from Scratch in python?

September 19, 2023 thequickblog How To, Python

It might be rewarding to implement a hash table from scratch in your preferred programming language
in order to better comprehend data structures and algorithms. Here is how to make a simple hash table
step-by-step:

Continue reading
sending an email through gmail using python

How to convert an array to a set in JavaScript?

September 11, 2023 thequickblog How To

Here is a systematic explanation of how to convert an array to a set in JavaScript:

Create an Array: First, you create an array with some values. For example:

Continue reading
python list

How to Perform Parallel Processing in Python with Multiprocessing?

September 11, 2023 thequickblog How To, Python

The multiprocessing module in Python allows you to create and manage many processes to carry out tasks concurrently, enabling parallel processing. On multi-core CPUs, this can dramatically increase the performance of tasks that are CPU-bound.

Continue reading
sending an email through gmail using python

How to use INNER JOIN in SQL?

August 23, 2023 thequickblog How To, MySQL, Snowflake, SQL

In SQL, an INNER JOIN is utilized to merge rows from two or more tables based on a shared column. It only delivers the data from the intersection of the tables or the rows for which the stated condition is true. Here’s the basic syntax for using INNER JOIN in SQL:

Continue reading
sending an email through gmail using python

How to Rename Column Name in SQL?

August 13, 2023 thequickblog How To, MySQL, Snowflake, SQL

Using the ALTER TABLE statement and the RENAME COLUMN clause, you can rename a column in SQL. Depending on the database management system (DBMS) you are using, the precise syntax for renaming a column may differ slightly.

Continue reading
sending an email through gmail using python

How to implement Depth First Search in Graph?

August 12, 2023 thequickblog How To, Python

Depth-First Search is a fundamental algorithm used for traversing and exploring graphs. Below, I’ll outline the steps and provide a Python code implementation for DFS:

Continue reading
SQL cheat sheet

Professional SQL code guidelines:

May 14, 2023 thequickblog How To, MySQL, Snowflake, SQL

Best practices for writing professional SQL code require good formatting skills. In this article, we will learn different professional SQL code formatting techniques :

Continue reading

 kill an application that is running on a specific port.[Windows]

January 27, 2023 thequickblog How To, Terminal

n this post, we will discuss how to kill an application that is running on a specific port number using the command prompt. This is a useful technique to know if you are trying to free up a port that is already in use, or if you want to stop an application that is causing problems on your system.

Continue reading
Snowflake

Select all columns except a few specific column in snowflake [New Feature]. 

January 26, 2023 thequickblog Data Science, How To, MySQL, Snowflake, SQL

We all know that SELECT * FROM table_name gives us all the columns from table but sometimes we need to select all the columns except a few columns. One of the easiest ways is to manually specify columns and exclude unwanted columns, like:

SELECT column_1,column_2, column_3,…column_n FROM table_name;

Continue reading

Posts navigation

1 2 3 … 9 Next Posts»

Categories

  • AI
  • Blockchain
  • Data Science
  • Data Structure
  • Excel
  • Git
  • How To
  • Laravel
  • Linux
    • Terminal
    • Ubuntu
  • Machine Learning
    • Orange3 Data Mining Tool
  • MySQL
  • OS
  • PHP
  • Python
    • Django
    • Django Rest Framework
    • Jupyter Notebook
    • Openpyxl
    • Pandas
    • pip
  • Snowflake
  • SQL
  • Uncategorized

Recent Posts

  • Application of Binary Cross Entropy.
  • Code for Binary Cross Entropy quick implementation.
  • Pagination for retrieving large table records in SQL.
  • Complete Overview of Tree Data Structure.
  • Complete overview of Cryptocurrency.

Archives

  • April 2024 (9)
  • October 2023 (1)
  • September 2023 (4)
  • August 2023 (9)
  • July 2023 (2)
  • May 2023 (1)
  • January 2023 (3)
  • November 2022 (1)
  • July 2022 (1)
  • June 2022 (1)
  • January 2022 (4)
  • September 2021 (1)
  • July 2021 (1)
  • June 2021 (1)
  • May 2021 (1)
  • April 2021 (3)
  • March 2021 (2)
  • January 2021 (1)
  • November 2020 (4)
  • August 2020 (4)
  • July 2020 (5)
  • June 2020 (7)
  • May 2020 (33)
  • April 2020 (1)
  • March 2020 (3)
  • February 2020 (1)
  • January 2020 (2)
  • December 2019 (1)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (8)
  • June 2019 (1)
  • May 2019 (1)
  • April 2019 (1)
  • March 2019 (1)
  • February 2019 (2)
  • January 2019 (2)
  • December 2018 (1)

Tags

Algorithm (3) automation (8) Bitcoin (6) blockchain (8) blockchain technology (5) blog (3) computer science (4) cryptocurrency (4) cryptography (8) data (6) Database (4) datascience (4) Django (11) Django Tutorial (12) DSA (4) Excel (5) Git (6) Github (9) Google (4) How To (48) Jupyter (3) Jupyter Notebook (4) Laravel (12) Laravel5 (6) Laravel5.7 (9) Laravel Migration (3) Linux (12) Linux Terminal (6) MySQL (13) openpyxl (6) Php (8) php5.7 (3) PHP7 (9) pip (7) Python (30) Python3 (32) python module (9) python pacakge (3) Query (4) quickblog (5) SQL (6) terminal (5) Ubuntu (5) virtualcoin (3) windows (4)
WordPress Theme: Tortuga by ThemeZee.