An explicit thread-safety proposal for Python
https://lemmy.zip/post/52336680
S1 EP6 T8 - Machine Learning in Python Graph Axis Changing Colour in Matplotlib #vscode #python #jupyternotebook #artificialintelligence #softwareengineer #learntocode #sql #codingbasics #linq #coding #statistics #algorithims #jupyterlabs #dataengineering #machinelearning #softwaredeveloper #datascience #computerscience #visualstudio #mathematics
Dzisiaj zacząłem kolejne szkolenia z #Python - tym razem kolejni nauczyciele

Se vocês quiserem presentear alguém com uma coisa diferente... Andei fazendo umas camisetas e canecas com uns desenhos meus:
https://villares-shop.fourthwall.com/ (internacional)
https://umapenca.com/villares/ (Brasil)
Tem coisa sobre as bibliotecas de #Python para computação científica e geometria que eu uso na #ProgramaçãoCriativa e tem também aviãozinho colorido, plantas fractais e uns outros desenhos abstratos, tudo feito usando programação. #shapely #trimesh #numpy #py5 #processing
Python Steering Council unanimously accepts "PEP 810, Explicit lazy imports"
Link: https://discuss.python.org/t/pep-810-explicit-lazy-imports/104131?page=23
Discussion: https://news.ycombinator.com/item?id=45800967
Why We Migrated from Python to Node.js
https://blog.yakkomajuri.com/blog/python-to-node
#HackerNews #Python #NodeJS #Migration #TechStack #Development
Finally, we want to share that everyone at the PSF is full of hope, courage, and strength- because of each and every one of you in the #Python community. We’ve continued to hear from you across a multitude of platforms with messages of support and encouragement– each of which we truly treasure 🥹
We are counting all of these donations and new members as the prequel to our end-of-year fundraiser 📈 Stay tuned for more information on the fundraiser– and if you’ve already donated, you can still support us through the end of 2025 by sharing your #Python stories and boosting our posts!
Learn more about how you can join the #PyTexas community or learn about our upcoming #PyTexasConference2026 event here: https://www.pytexas.org/2026
Great quote by @paulg 💛 #python

What's the "state of the art" of hosting static #Markdown files, and having them styled/rendered with #CSS?
Thinking of rebooting my website (currently built using MkDocs, exported to HTML, uploaded to AWS S3). Current process feels too unwieldy - I want more of an Obsidian-like experience, where I have folders or Markdown files, and those are just synced to a server directly.
Keywords: #KnowledgeBase #Website #AWS #Python
Why We Migrated from Python to Node.js
Link: https://blog.yakkomajuri.com/blog/python-to-node
Discussion: https://news.ycombinator.com/item?id=45800955
Today I wrote some Python code that looks like C# to me.
```
def find[T: Base](statement: Select[tuple[T]]) -> Sequence[T]:
…
```
I just wanted to make the linter and type checker happy! ![]()