All Basic Articles
To start developing Android applications, one has to set up a proper development environment. It facilitates developers to use the tools needed in creating an… Read More
Disk Partitioning is the process of dividing a disk into one or more logical areas, often known as partitions, on which the user can work… Read More
Most of us love to surf our desktop and apps through dark mode as it will reduce our eye strain and resultantly makes us more… Read More
Prerequisite: Tkinter Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used method.… Read More
Web development and Android development are the two most emerging career sectors for developers. Both of these sectors require different skills, have different markets, and… Read More
Android is an operating system based on Linux kernel, developed by Google. Linux is an Open Source and free operating system and with some modifications… Read More
Recruitment Process: Accenture conducts 4 rounds to select freshers as ASE and FSE. I was applied for ASE(Associate software engineer). Round 1 (Cognitive, Technical 90min):… Read More
In this article, the task is to create a background transparent of the image in Python Library Required : First Install pillow library on your… Read More
In this article, we are going to see how to search for a string in text files using Python Example: string = “GEEK FOR GEEKS”Input:… Read More
Given a dictionary, the task is to write a python program to shuffle its values to different keys. Examples: Input: test_dict = {“gfg” : 1,… Read More
CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. A CSV file stores tabular… Read More
The full-form of JSON is JavaScript Object Notation. It means that a script (executable) file which is made of text in a programming language, is… Read More
In this article, we will design a simple fun project “Instagram Bot” using Python and InstaPy. As beginners want to do some extra and learning… Read More
Prerequisite: Tkinter Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used… Read More
Outliers are the data points that differ from other observations or those which lie at a distance from the other data. They are mainly generated… Read More
Matplotlib is a plotting library in Python to visualize data, inspired by MATLAB, meaning that the terms used (Axis, Figure, Plots) will be similar to… Read More
CPU usage or utilization refers to the time taken by a computer to process some information. RAM usage or MAIN MEMORY UTILIZATION on the other… Read More
Selenium is a tool which is used to automate browser instructions. It is utilitarian for all programs, deals with all significant OS and its contents… Read More
In this article, we will discuss on how to get Geolocation when you enter any location name and it gives all the useful information such… Read More
Prerequisite: Python GUI – tkinter, winsound, time, and datetime. As we all know, nowadays wake up on time is a very difficult task. The solution… Read More