Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Python | Alternate character addition
Sometimes, while working with Python, we can have a problem in which we need to add a character after every character in String. This kind of problem can have its applicat...
Read More
Python
Python Programs
Python string-programs
Python - Index Mapping Cypher
Sometimes, while working with Python, we can have problems in security or gaming domain, in which we need to create certain cyphers, they can be different types of. This i...
Read More
Python
Python Programs
Python string-programs
Special 21 - Coding Interview Preparation in 21 Days Lockdown
The whole nation is in the state of lockdown due to COVID-19 and to win a war against this outbreak, all we can do is staying at home for 21 Days! We know 21 days is quite...
Read More
GBlog
GFG-Update
Python | Test if String is Monotonous
Sometimes, while working with Python strings, we can have a problem in which we have a string and we wish to check if a string is consecutively increasing or decreasing. T...
Read More
Python
Python Programs
Python string-programs
Tkinter - Read only Entry Widget
Python has a number of frameworks to develop GUI applications like PyQT, Kivy, Jython, WxPython, PyGUI, and Tkinter. Python tkinter module offers a variety of options to d...
Read More
Python
Python-tkinter
Completely Fair Queuing (CFQ) in Operating System
Several Linux I/O schedulers have been proposed. Some of these are:Completely Fair Queuing (CFQ)DeadlineNOOPAnticipatoryCFQ is one of the input/output scheduler for the Li...
Read More
Operating Systems
Operating Systems Questions
Python - Selectively Split in Strings
Sometimes, while working with Python strings, we may have to perform a split. Not sometimes, normal one, depending on deliminator but something depending upon programming ...
Read More
Python
Python Programs
Python string-programs
Matplotlib.axes.Axes.errorbar() in Python
Matplotlib is a library in Python and it is numerical - mathematical extension for NumPy library. The Axes Class contains most of the figure elements: Axis, Tick, Line2D, ...
Read More
Python
Python-matplotlib
Plot the magnitude spectrum in Python using Matplotlib
A Signal is an electromagnetic field or an electric current to transmit data. There are various components of a signal such as frequency, amplitude, wavelength, phase, ang...
Read More
Python
Write From Home
Python-matplotlib
Python | Vowel indices in String
Sometimes, while working with Python Strings, we can have a problem in which we need to extract indices of vowels in it. This kind of application is common in day-day prog...
Read More
Python
Python Programs
Python string-programs
Python | Reverse Incremental String Slicing
Sometimes, while working with Python strings, we can have a problem in which we need to perform the slice and print of strings in reverse order. This can have applications...
Read More
Python
Python Programs
Python string-programs
Maximum repeated frequency of characters in a given string
Given a string S, the task is to find the count of maximum repeated frequency of characters in the given string S.Examples:Input: S = "geeksgeeks"Output: Frequency 2 is re...
Read More
DSA
Printing String with double quotes - Python
Printing a string with double quotes means displaying a string enclosed in double quotes (") as part of the output. This can be helpful when we want to make it clear that ...
Read More
Python
Python Programs
Python string-programs
Python | Extract odd length words in String
Sometimes, while working with Python, we can have a problem in which we need to extract certain length words from a string. This can be extraction of odd length words from...
Read More
Python
Python Programs
Python string-programs
Test if String is Subset of Another - Python
We are given two strings s1 and s2 and the task is to check whether s2 is a subsequence of s1. A subsequence is a sequence that appears in the same relative order but not ...
Read More
Python
Python Programs
Python string-programs
1
...
8834
8835
8836
...
12077