PyTorch unveils Monarch, a scalable and fault‑tolerant distributed programming framework
PyTorchhas launchedMonarch, a distributed programming framework designed to simplify cluster-level machine learning development.
Contexto financiero con pandas
Gráfico de barras del porcentaje de celdas con 3 veces el símbolo 'e'
#python Finanzas booleanas Matematica software libre flisol #Anzoategui #Lecheria
When you type code into the Python REPL, it will be colorized as you type it.
Read more 👉 https://trey.io/flfwr9

The future of Python web services looks GIL-free - https://blog.baro.dev/p/the-future-of-python-web-services-looks-gil-free
There’s real hope of continuing to use WSGI without having to think about async, thanks to free-threaded Python.
How to learn Python fast for data analysis? #dataanalyst #python #pandas #numpy #matplotlib
source
woke up to a notice from datadog that their #python library had a transitive dependency cause an infinite recursion when interacting with postgres. Yes, that'd explain the day I had yesterday.
Draw Fibonacci squares in Python
https://rodstephensbooks.com/fibonacci_squares.html
#Python #FibonacciNumbers #FibonacciSquares

woke up to a notice from datadog that their #python library had a transitive dependency cause an infinite recursion when interacting with postgres. Yes, that'd explain the day I had yesterday.
turns out the transitive dependency went from 1.x.x to 2.0.0, and datadog had set an unbounded version constraint.
tl;dr: are you a library consumer? use lockfiles. are you a library author? SET YOUR FUCKING DEPENDENCIES CORRECTLY.
Django 6.0 beta 1 released | Weblog | Django
https://www.djangoproject.com/weblog/2025/oct/22/django-60-beta-released/
Django 6.0 beta 1 is now available. It represents the second stage in the 6.0 release cycle and is an opportunity to try out the changes coming in Django 6.0. #python #django #offrehacked
New #ROS video is out today! While topics are great for the pub/sub model, ROS also supports a client/server model with "services." Check out my tutorial creating custom client and server nodes in #Python:
https://www.youtube.com/watch?v=lxg1QJw5FgM
#robotics #programming #embedded
Python Mutability
https://programming.dev/post/39541721

An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening:
- Solution: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise14.py&breakpoints=9&continues=1&play
- Explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#Python #programming #memory_graph
