Live data from Hacker News

Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

inventwithpython.com

21–24 of 24 posts

Re: Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

#21

This author is an apologist for the slander of Tim Peters: https://www.reddit.com/r/Python/comments/1f00qdo/no_vote_of_... He cites Glyph Lefkowitz to support him, who now gives advice on lunch vs. dinner networking strategies at PyCons. Which should be taken seriously: Being in the right circles and talking is all that matters in the Python ecosystem.

Let the post stand on its own. I'm fucking sick and tired of people dragging unrelated politics into discussions.

Re: Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

#22

> playsound This library is unfortunately effectively abandoned -- it hasn’t received any updates in over four years, and its latest version doesn’t work at all : https://github.com/TaylorSMarks/playsound/issues/101 (A workaround exists: downgrading to version 1.2.2, but that comes with its own issues.) The last time I experimented with audio in Python, I was surprised by how lacking its multimedia libraries are. For…

Huh I recognize that library. Ran into the same issues last year and made a fork. https://github.com/acheong08/playsound https://pypi.org/project/playsound2/

Re: Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

#23
Back in school, after taking an intro to programming language course as an elective, I've been struggling to understand the missing link between knowing a programming language and writing a program. This book bridged that gap, and everything finally clicked. I'll definitely be checking out the new content as well. Thanks for changing my life!

Re: Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

#24

I'm curious why you didn't end up including this material?

Page count. Automate the Boring Stuff with Python is supposed to be a beginner book for people with no coding experience, but it's almost 600 pages. The biggest hurdle to coding isn't being "smart" enough, but rather getting over the intimidation factor. The editor recommended we cut this chapter. It made me realize that even though I work with multimedia stuff all the time, this isn't really something most office wo…

Makes sense: OpenCV is amazing, but has many rabbit holes and pitfalls. Thanks for posting the draft for us to peruse!
Post reply on HN