Python simpleaudio

This article covers the audio library, simpleaudio in Python. Audio files can play a significant role in the creation of software, most notably in large GUI programs or Games. Python with it’s vast community and resources has multiple Libraries which can be used to play high quality sound files. One of these many Python libraries … Read more

JavaFX Video Player with MediaView

This is a tutorial on creating a Video Player with JavaFX MediaView. Creating a Video Player (or Media Player) in JavaFX is much simpler than it sounds. The JavaFX MediaView component takes care of almost all the work, so we only have really have to worry about the settings and the GUI window. We’ll be … Read more

Python Books by Al Sweigart

This article reviews several Python Books by Al Sweigart. Al Sweigart is a Python Influencer who has over the years created dozens of different Python resources, most notably books. In this article we’ll be exploring some of his most popular books that have been published. Many of these are highly reputed and widely read by … Read more

Best Python Book Recommendations

This article is for people looking for the Best Python Book recommendations out there. There are all kinds of different ways of learning Python in today’s era. With the rise of the internet, Web Tutorials, Coding sites and Online Video Courses have attracted alot of people. None of these however can compete with a well … Read more

Python Game projects with source code

This article is a compilation of several game projects in Python along with the source code. This page serves as a compilation point for all the game projects available on our site, Coderslegacy. Each Game project is listed with the following details. An Image of the game A brief description of the game A brief … Read more

Python playsound – play mp3 sound files

This article covers the Python playsound library. It’s fairly common to see the use of mp3 files in various kinds of software and games, ranging from simple 1 second sound effects to hour long sound tracks. The Python playsound library offers you a easy and simple way to play sound files in Python. There are … Read more

Best Python Libraries to learn

This article covers the best Python libraries out there. A language that relies heavily on it’s library, Python has amassed hundreds of thousands of libraries over the years. Here we have selected over a dozen of Python’s best libraries to show case their abilities. The libraries mentioned in this article will cover a wide range … Read more

Python Advanced

A compilation of all the Advanced Python topics we have. If you’ve been going through our Python Basics and Python Intermediate sections, you’ll find that the topics in this section are much greater in size, and much more complex. All this however means that these are more powerful than what you’ve been learning uptil now. … Read more

Learn PYTHON

This is a compilation of tutorial series on the programming language Python What is Python? Python is a High Level, Object Oriented language released in the 1990’s. It gained massive popularity in the 2000’s for it’s easy and simple to use syntax. For the same reason, it’s become an entry point for many programmers into … Read more

Python Libraries

Our in depth articles on the use of Python Libraries are spread out among-st the Python Basics, Python Intermediate and Python Advanced. This page is a list of all the tutorials present on this website regarding Libraries in Python. Alongside the name each library, a brief explanation regarding it’s use is provided and a link … Read more

Playing Sound Files in Python

This article explains how to play sound files in Python. Python with it’s vast libraries has more than just one way of playing sound files. In this article we’ll be going through a few of the most popular of useful sound libraries that can be used to play sound, and in some cases, even record … Read more