Sheer ugliness. But sometimes there is beauty in the ugliness. But rarely...
Whole-tone chord progression. Whole-tone "melody." Simplistic bass-line based on the first note of a chord measure. An experiment in "What will this sound like?"
Generated fresh each time by this ugliness: https://github.com/ology/Music/blob/master/whole-tones.py
#Python #Music (if you could call it that)
- https://www.pycon.fr/2025/fr/full-schedule.html
- https://www.pycon.fr/2025/fr/index.html (Bienvenue à la PyConFR 2025 !)
Bienvenue à la PyConFR 2025 ! 16e édition
Du 30 octobre au 2 novembre 2025 à Lyon
Organisée par l'AFPy, cette conférence de quatre jours est gratuite, entièrement gérée par des bénévoles et dédiée au regroupement des personnes intéressées par le langage de programmation Python.
SteosMorphy: опенсорс замена давно умершему PyMorphy2
PyMorphy2 - самая популярная библиотека для обработки слов в русском языке. Однако последний коммит в репозиторий этой библиотеки был сделан более 5 лет назад, а её установка на Python версии 3.11+ вызывает трудности, что делает использование данной библиотеки в нынешнее время максимально затруднительным. Предлагаю рассмотреть новую Open Source библиотеку SteosMorphy , которая является аналогом PyMorphy, но делает всё быстрее и круче! Ознакомиться
https://habr.com/ru/articles/949604/
#pymorphy #steosmorphy #обработка_языка #nlp #nlp_обработка_текста #pymorphy2 #обработка_слов #морфология #python #golang
A python thing in Tucson
Come check us out.
https://sa.wentcloud.com/en/events/tucson-python-reboot-reconnect/
Celonis is hiring Associate Applied AI Engineer (Nordics) - Orbit Program
🔧 #python #sql
🌎 Madrid, Spain
⏰ Full-time
🏢 Celonis
Job details https://jobsfordevelopers.com/jobs/associate-applied-ai-engineer-nordics-orbit-program-at-celonis-com-jul-22-2025-c12a0d?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
When people have pushed that around me, I show them the Zen of Python. It's important enough that it's the climactic line.
> Namespaces are one honking great idea -- let's do more of those!
`from x import y` throws one of Python's greatest features in the trash, and mashes everything into a single namespace, with all the opportunities for collisions, accidental overwrites, thinkos, and other problems.
Don't do it.
#python #namespace #namespaces #ZenOfPython #zen #import
ZubanLS: A Mypy-compatible Python Language Server built in Rust via @hasnep https://lobste.rs/s/gl18mt #python
https://zubanls.com/
Is Fortran better than Python for teaching basics of numerical linear algebra?
Link: https://loiseaujc.github.io/posts/blog-title/fortran_vs_python.html
Discussion: https://news.ycombinator.com/item?id=45351624
theyre teaching me nested loops rn but i just did this and it STILL WORKS LMAO
screw you i aint nestin nothin

WIP Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_09_23
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

Spontane #Python übung gemacht.
import numpy
import numpy as np
np.set_printoptions(linewidth=65, precision=3)
print(np.linspace(1, 10))
print(np.linspace(1, 10, 7))
print(np.linspace(1, 10, 7, endpoint=False))
The Top Programming Languages 2025
https://spectrum.ieee.org/top-programming-languages-2025
#ycombinator #top_programming_languages #python #javascript #sql #vibe_coding #programminig