🐍 APUG SPECIAL GUEST: ŁUKASZ LANGA - PYTHON ROYALTY COMES TO ABERDEEN! 🐍
We're incredibly excited to welcome @Łukasz Langa to next week's Aberdeen Python User Group (APUG) on the 10th of September at The Soap Factory (111 Gallowgate)!
His talk "Discover 3D graphics with WebGL and PyScript" will show us how to create interactive 3D scenes in web browsers using Python - no JavaScript needed!
🎟️ REGISTER NOW: https://ti.to/code-the-city/apug-sep-2025
#APUG #Python #WebGL #3DGraphics #CodeTheCity #Aberdeen

Do I know anyone who's familiar with the #Python #GDAL library?
#GIS
S'ha publicat al dipòsit digital de la UB l'informe final del projecte de millora docent:
Implementació de simulacions interactives de física bàsica: informe final,
https://diposit.ub.edu/dspace/handle/2445/222429dle/2445/222429
https://hdl.handle.net/2445/222429
#simulacions #docencia #fisica #python #ub #informe
Granian : un serveur HTTP #rust pour les applications #Python : https://github.com/emmett-framework/granian
Exemple pour utiliser le serveur ASGI Granian à la place de Uvicorn avec le framework FastAPI.
- dépendances :
pip install "fastapi[standard]" granian
- hello_world.py :
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello world"}
- lancement du serveur sur le port 8000 :
granian hello_word:app --interface asgi --port 8000
Exciting to share that #Polars made it's first move into #distributed processing. They announced Polars Cloud just recently.
To me, it looks like self-hosting is on the agenda. I am waiting patiently :)
#datascience #dataengineering #distributedsystems #python
Особенности Python, о которых вас точно спросят на техническом собеседовании
Python кажется простым и понятным — именно поэтому с него так классно начинать карьеру разработчика. Но за этой простотой скрываются тонкости, которые любят проверять на собеседованиях. И тут начинающий разработчик может неожиданно попасть впросак: вроде бы код работает, но поведение совсем не такое, как ожидалось. Как автор курса
https://habr.com/ru/companies/yandex_praktikum/articles/940622/
#python #собеседование_pythonразработчика #собеседовние #техническое_собеседование
J'ai mis à jour https://git.afpy.org/mdk/python-versions
TL;DR : #Python 3.13 passe devant 3.7 et 3.8 !
9/26、27、広島で開催「PyCon JP 2025」タイムテーブル発表、チケット販売中
https://gihyo.jp/article/2025/09/pycon-jp-2025-timetable?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #Python #PyCon #PyCon_JP
Ok, well, it's something: https://codeberg.org/krapp/codeberg_nikola_widget
I barely know #Python, or how Mako templates work and the last time I touched #CSS was when Firebug was a thing. And I think I'm the only person left using Nikola.
But I finally have a widget for #Codeberg repos. Now I can work on project pages. And projects. I should probably do actual projects.
I'd be showing this off on my site but that's one of the projects I'm not doing.

My DjangoCon US 2025 Plans (and How to Find Me)
If you will be at DjangoCon US next week, let's meet up. If you can't attend, please buy an online ticket to help support our event and future online conferences.
https://micro.webology.dev/2025/09/03/my-djangocon-us-plans-and/
#Django #Python #DjangoCon #DjangoConUS
Just cut a new release of `pypi-publish` v1.13.0!
It's got internal runtime update, housekeeping, also diagnostic messages and security improvements from @yossarian.net!
github.com/pypa/gh-acti... / github.com/pypa/gh-acti...
#python #Packaging
Release v1.13.0 · pypa/gh-acti...