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
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.
https://www.izmb.uni-bonn.de/en/pbb/teaching
#Python #Bioinformatics # #TeachingTips #EdTech #ProgrammingEducation #PythonCourse #TeachingTrick #LowTechHighImpact #SmartTeaching #LearningByDoing #ClassroomInnovation
@PuckerLab

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.
#python #coding #programming #juniordevelo...
https://www.youtube.com/watch?v=oSPjJCn1ths
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.
https://spatialists.ch/posts/2026/01/13-spatial-data-science-languages/ #GIS #GISchat #geospatial #SwissGIS
Show HN: SnackBase – Open-source, GxP-compliant back end for Python teams
Link: https://snackbase.dev
Discussion: https://news.ycombinator.com/item?id=46600092
@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 💛
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+.
https://codeberg.org/autostatic/rtcirqus/releases/tag/v0.2.4
#Python #Programming #LinuxAudio
Hackathon du Libre (2026 Suite)
7 février 2026, 09:00:00 UTC - GMThttps://mobilizon.fr/events/c1868709-6ac4-4257-800e-3764b61b446e

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ê
https://dev.to/emilioxavier/msuthemes-building-consistent-analytics-through-thoughtful-tooling-4lln
Wanted to make a #Python 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
:
https://github.com/cmodi306/stock_market_alert

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 -- https://github.com/tox-dev/tox/issues/3656
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:
https://bodhi.fedoraproject.org/updates/FEDORA-2026-f4f2c6bb32
https://bodhi.fedoraproject.org/updates/FEDORA-2026-995bb86cb3