Microsoft Python Driver for SQL Server
https://github.com/microsoft/mssql-python
#github #microsoft #python #sql
Based on a conversation with @matthiask I wrote up some of the things I like to do with Playwright and pytest. I use it for #django, but it should apply to any #python web framework.
https://www.better-simple.com/django/2025/09/17/playwright-pytest-that-brings-me-joy/
Day 1 of my Python project challenge: Word Frequency Analyzer. Messing with strings, dictionaries, and counting chaos in text. #Python #Coding

I'm not very good at self-promotion but I've started #writing a bunch of #linux #python and just general nerd stuff on a Medium site.
I made a simple random text generator in python that you can use to create random passwords on your local machine.
https://medium.com/@creativenameofseven/creating-complex-passwords-in-the-modern-era-b99589903d88
Trying to help people better understand the world around us. We have a lot of disinformation out there and I wanted to help.
Just released: Python Docs Sphinx Theme 2025.9.2! 🚀
Add German, Korean and Indonesian translations
Fix html page translation
Fix Copy button copying line numbers
Fix search button cutting off long translations
https://github.com/python/python-docs-theme/releases/tag/2025.9.2
#Python #docs #Sphinx #PythonDocsTheme #PythonDocsSphinxTheme
🟪 Python Code Interpreter in Copilot Studio
Copilot Studio can now generate and run Python server-side, delivering deterministic charts, reports, and Dataverse updates. This brings executable automation directly into prompt-driven workflows.
đź’ˇ Run Python from prompts to create charts, multi-sheet Excel reports,
🔍 Secure, sandboxed runtime handles Excel/Word/PDF/CSV inputs
⚖️ Embed Python into declarative agents to automate audits, data transforms
Ready to try it in your Power Platform flows? Explore the docs and start building an agent today.
#CopilotStudio #Python #PowerPlatform #Copilot

TIL that you can do "poetry run pip install <package>" and it works just great. #Python #PythonCrimes
We’re live in Atlanta — the first day of posit::conf(2025) keynotes, talks, and breakout sessions is here!
The energy is high, the sessions are packed, and the community is in full force.
Tag your first-day feels → #PositConf2025
#WeGoLive #ReadySetData #AtlantaConfVibes #rstats #python

Announcing the 2025 PSF Board Election Results!
https://lemmy.world/post/36056566
Hack to the Future — here's how you can write BASIC code on a modern-day PC
Now you can do the same in the 21st century. BASIC was the Python of its day and it inspired many bedroom coders to spend hours in their room, hacking around to make games and tools.
🚀 Join my Beginner-Friendly Zoom Lecture:
Intro to Machine Learning – Predicting Car Prices
📅 Sept 26, 2025 | ⏰ 11 AM CST
No prerequisites. Everyone’s welcome!
👉 Reserve your spot:
https://azamsharp.kit.com/9372926be4

Project update.
At ~700 lines of code (incl. documentation), the library now supports these main features:
- Automatic app creation through package discovery
- Layout and page composition (similar to NextJS)
- Pages with FastAPI dependencies
- Layouts with FastAPI dependencies
- Dynamic page metadata with support with FastAPI dependencies (similar to generateMetadata in NextJS)
- Independent page, layout, and metadata dependencies