Member-only story
The weirdest Python packages
Welcome back! Python is one of my favorite programming languages ever, if you’re new to Python, check out the link below to learn more about it:
So, let’s take a look at some of the weirdest Python packages ever!
Dingsound
First up we have Dingsound, this package is actually pretty useful, but I’ve never really seen a package like this before. Essentially, this package will play a sound of a ding when the project has ran successfully, here is the pip command to install this package:
!pip install dingsound
If you want to learn more about this package, check out the link below:
Hello World
Next up we have another very interesting package, this specific import command is the __hello__ import, here is how to do…