Skip to content
Advertisement

Tag: codec

Codec error while reading a file in python – ‘charmap’ codec can’t decode byte 0x81 in position 3124: character maps to

I am working on a Machine Learning Project which filters spam/phishing emails out of all emails. For this, I am using the SpamAssassin dataset. The dataset contains different mails in this format: For identifying phishing emails, first thing I have to do is finding out how many web-links the email has. For doing that, I have written the following code:

Python library to modify MP3 audio without transcoding

I am looking for some general advice about the mp3 format before I start a small project to make sure I am not on a wild-goose chase. My understanding of the internals of the mp3 format is minimal. Ideally, I am looking for a library that would abstract those details away. I would prefer to use Python (but could be

Advertisement