python

Back Open Paginator
07.11.2025 17:46
codedrome (@codedrome@mastodon.social)

I recently spotted an extraneous space after a dot in a bit of my Python code. Obviously invalid syntax apart from the fact that it isn't. Something like this

name = "Chris"
print(name. upper())

actually works! Why? How? Can anyone explain? It even works with a space before the dot as well.




Show Original Post


07.11.2025 17:28
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

📝🐍Шпаргалка про #Matplotlib: створення, налаштування та стилізація графіків у #Python, включаючи базові побудови, анімації, кольорові карти та форматування осей





Show Original Post


07.11.2025 17:23
openmp_arb (@openmp_arb@mast.hpc.social)

Excited for #SC25? We sure are! So excited that we couldn't wait! We are happy to announce that our OpenMP Tech Talks are now online! Five experts have submitted talks ranging from DTrace to parallel programming in Python. Wet your #HPC appetite now!

openmp.org/events/sc25/
#OpenMP #parallel #programming #dtrace #gpu #pyomp #python





Show Original Post


07.11.2025 17:14
tute_avalos (@tute_avalos@rebel.ar)

Al final salió la publicación por linkedin de que estoy abierto a cambiar de aire el año que viene... Como quién no quiere la cosa, hasta me había olvidado que lo había programado para esta fecha... Lo retransmito por acá:

Después de más de una década enseñando programación, robótica y sistemas embebidos en instituciones técnicas y universitarias, estoy buscando ampliar mis horizontes profesionales para iniciar nuevas actividades en 2026.

Me motiva especialmente trabajar en espacios donde la docencia se cruza con proyectos reales: cursos que formen profesionales listos para la industria, programas de capacitación intraempresa y actividades de investigación aplicada.

Si tu institución o empresa está planificando formaciones técnicas, cursos universitarios o alianzas educativas para el año que viene, me encantaría conversar.

Contacto: msavalos@gmail.com o DM.

#docencia #capacitacion #educacion #IoT #sistemasembebidos #python #cpp #programacion





Show Original Post


07.11.2025 16:49
Allyn (@Allyn@mastodon.ie)

RE: mastodon.ie/@Python_Ireland/11

Announcing the PyCon Ireland Saturday night after-party, featuring up and coming Dublin math rock band jigsaw!

Coming up right after the lightning talks we'll have:
Free food.
Free beer (or wine, or soft drink)!
Great music!!!

Remember when I said we had more news coming - we're not finished yet!

#PyConIE #PythonIE #Python #PyCon




Show Original Post


07.11.2025 16:16
ubuntu_touch (@ubuntu_touch@mstdn.social)

Agrupar datos similares con aprendizaje no supervisado

Modelado con numero de clusters diferente del verdadero

#ML #python software libre #Flisol #anzoátegui #Lecheria





Show Original Post


07.11.2025 15:50
alvinashcraft (@alvinashcraft@hachyderm.io)

Dew Drop Weekly Newsletter 456 - Week Ending November 7, 2025

zc.vg/jJKdu?m=0

#dewdrop #newsletter #aspnetcore #javascript #azure #xaml #windowsdev #dotnet #csharp #cpp #ai #mcp #devops #agile #python #IoT #appdev #podcasts #database #sqlserver #powershell #m365




Show Original Post


07.11.2025 15:50
r (@r@fed.brid.gy)

Dew Drop Weekly Newsletter 456 - Week Ending November 7, 2025 buff.ly/bDA3tnr #dewdrop #newsletter #aspnetcore #javascript #azure #xaml #windowsdev #dotnet #csharp #cpp #ai #mcp #devops #agile #python #IoT #appdev #podcasts #database #sqlserver #powershell #m365

Dew Drop Weekly Newsletter 456...




Show Original Post


07.11.2025 15:50
r (@r@bsky.brid.gy)

Dew Drop Weekly Newsletter 456 - Week Ending November 7, 2025 buff.ly/bDA3tnr #dewdrop #newsletter #aspnetcore #javascript #azure #xaml #windowsdev #dotnet #csharp #cpp #ai #mcp #devops #agile #python #IoT #appdev #podcasts #database #sqlserver #powershell #m365

Dew Drop Weekly Newsletter 456...




Show Original Post


07.11.2025 15:47
silentexception (@silentexception@mastodon.social)

Qwen3 VL 30B A3B Q4 is so cool at the same time. I had to plot that in FORTRAN 90 once upon a time, it was not as fast..
NB: python code needed a tiny bit of tweaking but it worked✅

It's the Feigenbaum Bifurcation Diagram, from the logistic map. (llama.cpp could present the maths correctly as well).

NB: it is pointless to do that without understanding what it means (I'm still trying to figure out 20 yrs+ later, it is not like if chaos is a simple subject).





Show Original Post


07.11.2025 15:26
pythonrennes (@pythonrennes@social.breizhcamp.org)

Parmi les PEP acceptées pour #Python 3.15, la 798 rend possible la destructuration de dictionnaires et d'itérables au sein de compréhensions (peps.python.org/pep-0798/) :

[*it for it in its] # aplatissement d'une séquence de séquences
(*it for it in its) # aplatissement d'une séquence de séquences en générateur
{*it for it in its} # aplatissement en set
{**d for d in dicts} # fusion d'une séquence de dictionnaires




Show Original Post


07.11.2025 15:06
villares (@villares@pynews.com.br)

#São Paulo, "walk networks", dados do #OpenStreetMap #OSM #osmnx Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


1 ...1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 ...1565
UP