Python - Hard Articles
A WhatsApp bot is application software that is able to carry on communication with humans in a spoken or written manner. And today we are… Read More
In this article, we will scrape Quotes data using scrapy items, from the webpage https://quotes.toscrape.com/tag/reading/. The main objective of scraping, is to prepare structured data,… Read More
Prerequisite: Selenium, Browser Automation Using Selenium In this article, we are going to see how to share your Web-WhatsApp with anyone over the Internet without… Read More
In this article, we will discuss how to access elements in a 3D Tensor in Pytorch. PyTorch is an optimized tensor library majorly used for… Read More
Given a positive integer N(at least contain two digits). The task is to write a Python program to add the first and last digits of… Read More
datetime.toordinal() is a simple method used to manipulate the objects of DateTime class. It returns proleptic Gregorian ordinal of the date, where January 1 of… Read More
Prerequisites: Pygame Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be… Read More
The object of the Date class represents the naive date containing year, month, and date according to the current Gregorian calendar. This date can be… Read More
Matplotlib is a data visualization library. It is difficult to analyze/get an insight into the data without visualizing it. And matplotlib is a great library… Read More
A Set in Python is a collection of unique elements which are unordered and mutable. Python provides various functions to work with Set. In this… Read More
Forecast prediction is predicting a future value using past values and many other factors. In this tutorial, we will create a sales forecasting model using… Read More
The previous article Teaching Learning Based Optimization (TLBO) talked about the inspiration of teaching learning-based optimization, it’s mathematical modeling and algorithms. In this article we… Read More
Introduction: Image Recognition plays an important role in many fields like medical disease analysis, and many more. In this article, we will mainly focus on… Read More
The ability to generate value for businesses by leveraging data and applying pertinent programming abilities is the fundamental component of both Data Science (DS) and… Read More
nltk stands for Natural Language Toolkit and is a powerful suite consisting of libraries and programs that can be used for statistical natural language processing.… Read More
In this article, we will make a KBC game with almost all the features in CLI(Command Line Interface) mode using Python. Features of the game:Random… Read More
In this article, we will discuss how to track the current location of ISS(International Space Station) and then maps the location. We will write a… Read More
So imagine that we’re starting a new restaurant or being appointed as one of the employees in a restaurant company, and we find out that… Read More
The program aims at controlling the pollution in a given area by suggesting the number of trees and the areas where they should be planted.… Read More
In this article, we will develop a GUI window using kivy framework of python, and we will add a Label having drag behavior on this… Read More