python

Back Open Paginator
15.12.2025 17:49
zelphirkaltstahl (@zelphirkaltstahl@mastodon.social)

Implemented new functionality in my language learning tool, that I currently call "Xiaolong Dictionary": A technically minded user can configure in which order which attributes of a word are revealed in the training window. This one can for example use to define a "hints" attribute and then reveal that first, and then phonetic script and then everything else. The number of phases is configurable, as is which attributes appear in which "reveal phase".




Show Original Post


15.12.2025 17:35
villares (@villares@pynews.com.br)

I'm back to this simple "graph" idea from 2021, re-doing it from scratch... it provides endless fun/explorations. In 2022 I think I did so much stuff with this... Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


15.12.2025 17:22
leobm (@leobm@norden.social)

There was still an error in the print output for Ruby, but it was still faster than Perl, Python, etc.
Here are all the languages again:

Language Per call
#Clojure JVM (native) 0.10ms
#Go 0.14ms
#Ruby 0.33ms
#Clojure JVM (single-pass) 1.48ms
#Perl 1.56ms
#Python 1.61ms
#Clojure JVM (apply) 2.04ms
#Clojure #Babashka 2.59ms
#Raku (native) 14.49ms
#Raku (builtins) 19.54ms




Show Original Post


15.12.2025 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Celonis is hiring Senior Staff Product Data Scientist

🔧 #python #sql #seniorengineer
🌎 Redwood City, California
⏰ Full-time
🏢 Celonis

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


15.12.2025 17:02
PythonPeak (@PythonPeak@mastodon.social)

Neon Pentagon Vortex

45 pentagons spiral into a vortex! Watch Python create this hypnotic tunnel effect with neon colors! 🌀⬟

youtube.com/watch?v=E4yLyYnujJg




Show Original Post


15.12.2025 16:48
creepy_owlet (@creepy_owlet@mastodon.online)

In fact, it's purely within urljoin. Despite having changes in 3.14, pathname2url does not seem to be involved. This has different outputs on #Python 3.10 and 3.14:

import urllib.parse; print(urllib.parse.urljoin('file:', '/some/path'))




Show Original Post


15.12.2025 16:43
creepy_owlet (@creepy_owlet@mastodon.online)

GoPLS integration breaking in ViM after upgrade to Fedora because of subtle differences in #Python 3.14 was definitely not on my bingo for today.

YouCompleteMe uses the following Python code:

urllib.parse.urljoin('file:', urllib.request.pathname2url('/path/to/project'))

This produces file:///path/to/project on Python 3.10 but file:/path/to/project on 3.14. Now I'm really curious why.




Show Original Post


15.12.2025 15:22
habr (@habr@zhub.link)

[Перевод] Pyrefly vs. ty: битва двух Rust-базированных анализаторов типов для Python

Команда Python for Devs подготовила перевод статьи о двух новых Rust-базированных анализаторах типов для Python — pyrefly и ty. Оба пока в ранней альфе, но уже демонстрируют впечатляющую скорость, разные подходы к выводу типов и новые возможности.

habr.com/ru/articles/971410/

#python #rast #типизация #анализатор #типы




Show Original Post


15.12.2025 15:15
ramikrispin (@ramikrispin@mstdn.social)

Kicking off my new newsletter about #forecasting with an introduction to piecewise regression for modeling changes in the trend 👇🏼

theforecaster.substack.com/p/p

Code is available both in #Rstats and #Python

Subscribe to get an email notification.




Show Original Post


15.12.2025 14:25
leobm (@leobm@norden.social)

By the way, I have implemented relatively identical versions of the #rakulang versions in #perl, #python, and #ruby. Although the Ruby version (which is installed on the Mac and is relatively old, 2.6.x) is unsurprisingly the fastest for 10,000 values. I wouldn't have expected that.
Language Per call Factor vs Raku
Ruby 0.03ms 77x faster
Perl 0.15ms 15x faster
Python 0.18ms 13x faster
Raku 2.32ms 1x (baseline)




Show Original Post


15.12.2025 13:58
hugovk (@hugovk@mastodon.social)

@bmispelon That's so last year. This year's DSF board election ended on 26th November, hoping for the results soon!!!
digitalsignagefederation.org/p




Show Original Post


15.12.2025 13:35
lobsters (@lobsters@mastodon.social)

Jubilant: Python subprocess and Go codegen lobste.rs/s/2nbzsq
benhoyt.com/writings/jubilant/




Show Original Post


1 ...811 812 813 814 815 816 817 818 819 820 821 ...1576
UP