photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

242
active users

#pythonprogramming

1 post1 participant0 posts today

📣📣 Keynote speaker announcement: Hynek Schlawack 🎤🎉

Hynek has been a pillar of the Python community for years, exploring its internals and applications and sharing his knowledge with audiences all over the world.

As one of our keynote speakers, he'll be revealing Python’s secret superpower.

We’re really excited to have you join us, @hynek — roll on September! 🚀

🌐 hynek.me/
:github: github.com/hynek

Hynek SchlawackHynek Schlawack
More from Hynek Schlawack

Modern Good Practices for Python Development

An outline of best practices for #Python development, including using tools like #pyenv, #pipx or Development Containers for managing Python versions. It also recommends using pyproject.toml for project configuration, virtual environments for package management, and tools like Black, #Ruff, and #pytest for code formatting, linting, and testing.

#PythonBestPractices #PythonDevelopment #PythonTools #PythonProgramming

stuartellis.name/articles/pyth

Hi all, #PythonProgramming question:
What is the most real-time-accurate way to emit a sound in #Python? 🔊
Which module would you use for it? Any basic example code that generates & plays simple sounds (i.e. beep of a chosen frequency)?

By real-time I mean that it’s OK to have to generate a sound object at initialization, but I want it to play exactly when I send the instruction to play, say with around 10-50 ms precision. 🙏