Posts by Deepak Reddy
Author Biographical Info: Not available
In this module, we are going to discuss finding the most occurrences of elements in an array in Java. Here, we print the elements with the most frequency. we print all those elemen.... Read More
In this module, we are going to discuss the maximum distinct elements from arr[] that are present after removing k elements from the given array. The input constraints areĀ follow.... Read More
In this module, we are going to learn how to draw various shapes like polygon, rectangle, circle, ellipse, etc. in pygame using Python programming. How to draw Shapes using pygame..... Read More
Learn how to play MP3 file in Python using Kivy. Play MP3 File in Kivy Using SoundLoader in Python Here we are going to play mp3 file in kivy using Python Programming Language. In .... Read More
In this module, we are going to learn how to display text on the pygame window using Python. Display Text Using pygame.font.Font() in Python Displaying Text on the pygame window ca.... Read More
In this module, we are going to discuss the movement of the object when the keys are pressed. It is one of the most common tasks when we design games making the spirit character mo.... Read More
In this module, we are going to discuss the creation of a simple login form using PyQt5 in Python. PyQt5 is a graphical user interface(GUI) tool kit that allows us to create variou.... Read More
In this module, we are going to discuss how to play a video file in Python using pygame. Here, we play a video file in pygame using pygame.movie. pygame.movie in Python to play vid.... Read More