python

Back Open Paginator
10.09.2025 18:05
paulxthompson (@paulxthompson@mastodon.art)

Any #blender #python scripters can help me out? Basically looking to add some procedural scene generators, and I'm looking for tips on how to organise my code.




Show Original Post


10.09.2025 18:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Aircall is hiring Senior Software Engineer - Bellevue

🔧 #javascript #python #ruby #typescript #aws #azure #gcp #seniorengineer
🌎 Seattle, Washington
⏰ Full-time
🏢 Aircall

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




Show Original Post


10.09.2025 18:01
treyhunner (@treyhunner@mastodon.social)

This week's Python office hours are in 24 hours. They're free for all to attend.

Between answering questions, I may show off the absurd (but very useful) hacks I've been making to my local REPL environment.

Join me tomorrow!

pym.dev/office-hours/schedule/




Show Original Post


10.09.2025 17:54
metal3d (@metal3d@techlover.eu)

A simple project of #Python kernel for #Jupyter lab and hub. Uses uv to avoid duplication, and having one venv per notebook (automated !)

gitlab.com/metal3d/jupyter-uv-




Show Original Post


10.09.2025 17:40
pyohio (@pyohio@fosstodon.org)

We've gone live with the #PyOhio 2026 website, and with it, our new Sponsor Prospectus is available to review. For 2026 we're offering new tiers of sponsorship as well as speaking opportunities for #sponsors. While run by volunteers, events like PyOhio wouldn't be possible without the generous contributions of our sponsors, so please consider sponsoring or requesting that your employer sponsor us to make 2026 the best PyOhio ever!

pyohio.org/

#Python #Conference #Sponsorship




Show Original Post


10.09.2025 17:38
methark (@methark@mastodon.social)

🛰️ Starting a satellite image processing course with Python. Super exciting!





Show Original Post


10.09.2025 17:19
PyConUK (@PyConUK@fosstodon.org)

🎉 A massive thank you to the @django Software Foundation for supporting PyCon UK 2025! 🙌

Your generosity helps us create an inclusive and welcoming space for the Python community to grow and connect — we couldn’t do it without you 💜🐍

🌐 Learn more about the Django Software Foundation: djangoproject.com/foundation/

🐍 PyCon UK 2025 Sponsors page: 2025.pyconuk.org/sponsors/

#Python #Django #Community #PyConUK2025 #DjangoSoftwareFoundation #DSF #PythonProgramming





Show Original Post


10.09.2025 17:04
pyconfi (@pyconfi@fosstodon.org)

🇫🇮 PyCon Finland speaker spotlight!

🎤 Shiny for Python: Reactive Web Apps Made Simple by Mohamed El Fodil Ihaddaden

📅 Friday 17 October 2025, 14:30, Jyväskylä, Finland

🎟 Get your ticket now! fi.pycon.org

#Python #PyCon #Finland #PyConFI





Show Original Post


10.09.2025 16:52
kantel (@kantel@mastodon.social)

Zurück zum Code: Bouncing Balls mit Py5 und Proceso

Wie ich schon in meiner jüngsten Update-Meldung zu Py5, dem Processing-Python3-Modul, angedeutet hatte, interessiert mich, welche Code-Änderungen notwendig sind, wenn ich Py5-Skripte nach Proceso, der PyScript-Version von Processing und Python, portiere (oder vice versa). Also habe ich als ersten Test das sattsam bekannte Bouncing-Balls-Beispiel einmal in Proceso implementiert kantel.github.io/posts/2025091





Show Original Post


10.09.2025 16:09
wingware (@wingware@masto.ai)

Wing Python IDE version 11.0.4 has been released, with support for Python 3.14, improved Python code analysis and code warnings, and other minor enhancements: wingware.com/news/2025-09-08 #python #pythonlanguage #AIDevelopment





Show Original Post


10.09.2025 16:08
post (@post@programming.dev)

Scaling asyncio on Free-Threaded Python

programming.dev/post/37203525




Show Original Post


10.09.2025 16:03
jd7h (@jd7h@fosstodon.org)

Did you know the Python interpreter saves the result of its last expression to "_"? The cool thing is that it ignores None results, so you can call help() or print() and still have your expensive computation result in `_`.

so you can do this:
```
expensive_computation.run() # returns 5
print("oh no")
help(expensive_computation.run)
important_result = _
print(important_result)
5 # phew
```
#python




Show Original Post


1 ...1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 ...1551
UP