python

Back Open Paginator
04.09.2025 09:45
ctc (@ctc@mastodon.me.uk)

🐍 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: ti.to/code-the-city/apug-sep-2

#APUG #Python #WebGL #3DGraphics #CodeTheCity #Aberdeen





Show Original Post


04.09.2025 09:33
PeteBleackley (@PeteBleackley@wandering.shop)

Do I know anyone who's familiar with the #Python #GDAL library?
#GIS




Show Original Post


04.09.2025 09:28
cataquark (@cataquark@mathstodon.xyz)

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,

diposit.ub.edu/dspace/handle/2
hdl.handle.net/2445/222429

#simulacions #docencia #fisica #python #ub #informe




Show Original Post


04.09.2025 09:20
pythonrennes (@pythonrennes@social.breizhcamp.org)

Granian : un serveur HTTP #rust pour les applications #Python : github.com/emmett-framework/gr

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




Show Original Post


04.09.2025 08:51
resingm (@resingm@infosec.exchange)

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




Show Original Post


04.09.2025 08:32
habr (@habr@zhub.link)

Особенности Python, о которых вас точно спросят на техническом собеседовании

Python кажется простым и понятным — именно поэтому с него так классно начинать карьеру разработчика. Но за этой простотой скрываются тонкости, которые любят проверять на собеседованиях. И тут начинающий разработчик может неожиданно попасть впросак: вроде бы код работает, но поведение совсем не такое, как ожидалось. Как автор курса

habr.com/ru/companies/yandex_p

#python #собеседование_pythonразработчика #собеседовние #техническое_собеседование




Show Original Post


04.09.2025 06:48
mdk (@mdk@mamot.fr)

J'ai mis à jour git.afpy.org/mdk/python-versio

TL;DR : #Python 3.13 passe devant 3.7 et 3.8 !




Show Original Post


04.09.2025 06:40
gihyo (@gihyo@rss-mstdn.studiofreesia.com)

9/26、27、広島で開催「PyCon JP 2025」タイムテーブル発表、チケット販売中
gihyo.jp/article/2025/09/pycon

#gihyo #技術評論社 #gihyo_jp #Python #PyCon #PyCon_JP




Show Original Post


04.09.2025 06:16
notes (@notes@fed.interfree.ca)
Just for the heck of it, I decided to try #AI to fix an addon to run in the latest #NVDA alpha. I knew exactly what was wrong with it: it was importing a module included for #Python 3.11, and new alphas of NVDA are built with Python 3.13. I gave chat GPT the addon file, with this instruction: "In the latest alphas of NVDA, NVDA is now built with Python 3.13. That means this addon won't work. Please fix it." The simple solution would be to go get the right precompiled module from pip. But I didn't know if it would even be able to figure out what a .nvda-addon file was or how to fix it. Turns out it did. It spent six minutes, unpacked the addon, did things to the python code, then gave me back a new .nvda-addon file. But instead of just getting the right version of the module, it...rewrote the entire addon to not use that module. And its rewrite included some new features, while removing some existing ones. I'm kind of both impressed that it was able to handle the entire task on its own, and baffled that it did it in the hardest possible way. It even updated the manifest file correctly. It also left commented out sections of code, and created some Python files it never wound up using for anything. You could kind of see it doing something, forgetting what it was doing, then going to do the same thing a different way, but not deleting the half-completed evidence of the first attempt it abandoned for some reason. If more and more people use AI, code is going to get really, really weird and organic, y'all.


Show Original Post


04.09.2025 04:25
krapp (@krapp@krapp.masto.host)

Ok, well, it's something: codeberg.org/krapp/codeberg_ni

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.





Show Original Post


04.09.2025 04:03
webology (@webology@mastodon.social)

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.

micro.webology.dev/2025/09/03/




Show Original Post


04.09.2025 03:52
r (@r@fed.brid.gy)

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...




Show Original Post


1 ...1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 ...1550
UP