python

Back Open Paginator
13.01.2026 23:36
Popolon (@Popolon@snac2.popolon.org)
Mise à jour mineure de #python (de 3.13 à 3.14) sous #ArchLinux, le seul truc mal fait qui casse tout.

mettre à jour tous les AUR (mode ultra bourrin):

pacman -Qo /usr/lib/python3.13/*| awk '{print $4}'| sort | uniq| while read pkg; do yay -S $pkg; done

Mettre à jour searxng:

sudo -H -u searxng -i
python3 -m venv /opt/seaxng/searx-pyenv # met à jour la base du pyenv
logout # delog/relog pour que ça soit pris en compte
sudo -H -u searxng -i
pip install -U pip # (re)install les paquets de base du pyenv
pip install -U setuptools
pip install -U wheel
pip install -U pyyaml
pip install -U msgspec
cd searxng-src
make clean
# rebuild habituel des mises à jour
git pull
pip install --use-pep517 --no-build-isolation -e .
logout
systemctl restart uwsgi@searxng.service



Show Original Post


13.01.2026 23:03
boas_pucker (@boas_pucker@mastodon.social)

Why is there a tube on every monitor in our Python course? 🐍

It is a simple progress signal: students put the tube up while working on exercises and take it down when they are finished. This makes it easy to see who is still working and who is ready for the next step.

izmb.uni-bonn.de/en/pbb/teachi

#
@PuckerLab





Show Original Post


13.01.2026 23:01
PythonPeak (@PythonPeak@mastodon.social)

Python Shortcut: Why Trend Check Flag

Python Shortcut: Why Trend Check Flag This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.

...

youtube.com/watch?v=oSPjJCn1ths




Show Original Post


13.01.2026 22:53
spatialists (@spatialists@mapstodon.space)

Spatial data science languages: A recent #JOSIS publication by @edzer et al. highlights common challenges and opportunities across #RStats, #Python, and #Julia in spatial #datascience. The paper makes interesting recommendations for fostering cross-language collaboration and advancing geospatial tooling for researchers, developers, and educators.
spatialists.ch/posts/2026/01/1 #GIS #GISchat #geospatial #SwissGIS




Show Original Post


13.01.2026 22:00
hn50 (@hn50@social.lansky.name)

Show HN: SnackBase – Open-source, GxP-compliant back end for Python teams

Link: snackbase.dev
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


13.01.2026 21:56
pytexas (@pytexas@fosstodon.org)

@baconandcoconut thanks for the shout-out! And yes @frank - we have our #PyTexasConference2026 event in April and our early bird tickets are available through Jan 19! Would love to see you there with the Texas #python community 💛




Show Original Post


13.01.2026 21:51
jeremy (@jeremy@mastodon.autostatic.net)

And another release of #rtcirqus. I added logging when a device gets disconnected and rtcirqus doesn't bail out anymore when a device gets disconnected on a #RaspberryPi 5/500/500+.

codeberg.org/autostatic/rtcirq

#Python #Programming #LinuxAudio




Show Original Post


13.01.2026 21:23
events (@events@mobilizon.fr)

Hackathon du Libre (2026 Suite)

7 février 2026, 09:00:00 UTC - GMT

mobilizon.fr/events/c1868709-6





Show Original Post


13.01.2026 21:15
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

MSUthemes – gói R và Python cung cấp bảng màu & theme nhất quán cho Michigan State University và 18 trường Big Ten. Giúp tạo visualizations đồng nhất, chuyên nghiệp, đáp ứng tiêu chuẩn truy cập màu, giảm thời gian cập nhật phân tích đồng đội. #DataViz #Analytics #R #Python #MSU #MichiganState #TrựcQuan #PhânTích #ThốngKê

dev.to/emilioxavier/msuthemes-




Show Original Post


13.01.2026 20:48
machinelearningsite (@machinelearningsite@mastodon.social)

Wanted to make a web app that monitors the stock market price. Yeah there are number of them out there but want to build something by myself. There is still some work to be done but this is how it currently looks like... Feel free to clone and modify the code from
:
github.com/cmodi306/stock_mark





Show Original Post


13.01.2026 20:28
hroncok (@hroncok@floss.social)

Thanks to @adamw, who dared to suggest we try it, we now have a small patch for #virtualenv in #Fedora to enable creation of #Python 3.6 virtual environments.

Hence, you can use #tox to test your code on Python 3.6 to 3.15, without the need for nasty hacks -- github.com/tox-dev/tox/issues/

Supporting testing on 3.6 is important to us, as many developers targeting #RHEL 8 still need to support it. (Python 3.6 is the new Python 2.6.)

Anyway, test it out:
bodhi.fedoraproject.org/update
bodhi.fedoraproject.org/update




Show Original Post


13.01.2026 20:17
feed (@feed@feedsin.space)

Python 3.15.0a4

Release date: 2026-01-13 18:38:44+00:00

python




Show Original Post


1 ...657 658 659 660 661 662 663 664 665 666 667 ...1584
UP