PyLadies San Francisco @ LinkedIn Β· Luma
Tentative Agenda
5:00 pm: Networking
6:00 pm: Welcome & Community Announcements
6:15 pm: From ER Nurse to AI Engineer: Building Real Healthcare AI Systems withβ¦
Come join PyLadies San Francisco at our next meetup at LinkedIn on Thursday, March 26.
π PyLadies San Francisco at LinkedIn
π
Thursday, March 26, 2026, from 5:00β8:00 PM
π LinkedIn Community Space, 222 Second Street (corner of Howard), San Francisco
π RSVP: luma.com/2pzcdclj
10.03.2026 21:17
π 1
π 2
π¬ 1
π 0
CPython: 36 Years of Source Code | Python Insider
An analysis of the growth of CPython's codebase from its first commits to the present day
Interesting post from @stan.ulbrych.org with an annotated chart showing the growth of CPython's source code over the decades:
blog.python.org/2026/03/cpyt...
#Python #CPython #history
09.03.2026 16:17
π 6
π 7
π¬ 1
π 0
Python Insider
The official blog of the Python core development team.
ICYMI, there is a new blog for #Python ! π₯³
blog.python.org
Give it a follow in your #RSS reader of choice, I am hoping to see more exciting Python content beyond just release notes published there.
09.03.2026 20:57
π 13
π 7
π¬ 0
π 0
π Happy International Womenβs Day from #PyLadies!
Today, we celebrate the women and non-binary members of our global community who organize, mentor, teach, and contribute to Python every day. πβ¨
Thank you for making our community stronger and more inclusive. π
#InternationalWomensDay #WomenInTech
08.03.2026 22:28
π 7
π 6
π¬ 0
π 0
My Resume - Alice Averlong Wiki
Hiya! Anyone in the SF Bay Area/Remote need a cool programmer for your team? I've been messing with computers for over 30 years now, I can program anything with bits, and I've got a lot of experience with all sorts of different systems, environments, and languages.
wiki.averlong.com/My_Resume
06.03.2026 22:15
π 313
π 162
π¬ 5
π 3
Thank you!
07.03.2026 07:54
π 0
π 0
π¬ 0
π 0
Thanks!
06.03.2026 18:49
π 1
π 0
π¬ 0
π 0
Thank you!
06.03.2026 18:48
π 2
π 0
π¬ 0
π 0
Did I forget to post this when my talk was confirmed a few weeks ago? Maybe
06.03.2026 18:26
π 2
π 0
π¬ 0
π 0
I'll be giving a talk about Rust for CPython at #PyConUS this year! Very excited to share about what we've been working on and our plans!
This will be my first time speaking at PyConUS, so I'm also a bit nervous π
06.03.2026 18:26
π 29
π 3
π¬ 4
π 0
I believe that it didn't advance beyond an IETF draft. It sounds like the author helped motivate (mailarchive.ietf.org/arch/msg/qui...) an IETF WG on SSH datatracker.ietf.org/group/sshm/a..., but SSH3 is not listed as a draft under that WG.
01.03.2026 09:13
π 4
π 0
π¬ 1
π 0
** Speaker announcement ** Boxy will walk us step-by-step through a hypothetical first contribution to rustc at RustWeek 2026!
Info & tickets: 2026.rustweek.org/talks/boxy/
See you in Utrecht May 18-23, 2026!
#rustweek2026 #rustlang
27.02.2026 14:04
π 25
π 6
π¬ 0
π 0
can I please piggyback off you as a Bigger Account that responses like "lol it's Kansas what did you expect" or "Kansas deserves to be hit by more tornadoes" are actually not helpful or comforting to the people being harmed most right now? Because no one bothers listening to me
26.02.2026 02:11
π 1111
π 143
π¬ 21
π 37
Infrastructure Engineer - Python Software Foundation - Career Page
Apply to Infrastructure Engineer at Python Software Foundation in Remote.
We're hiring! The PSF is looking for a full-time, remote, US-based Infrastructure Engineer to help keep PyPI, python.org, docs.python.org, and PyCon US running for millions of Python users worldwide π Apply here:
25.02.2026 15:27
π 23
π 18
π¬ 0
π 0
Travel Grants
PyCon US 2026
π£ Reminder π£ There are only two days left to submit a #PyConUS 2026 Travel Grant application!
The Travel Grant application deadline is Wed, Feb 25, 2026, 23:59:59 PST.
β Don't wait - submit now & join us in Long Beach!
Details: us.pycon.org/2026/attend/...
23.02.2026 20:22
π 3
π 4
π¬ 0
π 0
Documentation for the all() function in Python. It shows the argument yes an iterable of objects and the description from the CPython documentation below
Very cool project by @guoci.bsky.social which realizes something I've wanted for a long time
Documentation for Python with typeshed types!
guoci.github.io/typeshedded_...
Source is github.com/guoci/typesh...
22.02.2026 20:24
π 4
π 0
π¬ 0
π 0
- PYTHON ENHANCEMENT PROPOSALS
ARE SECOND NATURE TO US
DEVELOPERS, S0 IT'S EASY TO
FORGET THAT THE AVERAGE PERSON
PROBABLY ONLY KNOWS THE
NUMBERS FOR PEP517 AND PEP660.
- AND PEP8, OF COURSE
- OF COURSE.
EVEN WHEN THEY'RE TRYNG TO
COMPENSATE FOR IT, EXPERTS IN ANYTHNG
WILDLY OVERESTIMATE THE AVERAGE
PERSON'S FAMILIARITY WITH THEIR FIELD.
prompted by a discussion about naming things elsewhere
22.02.2026 19:55
π 15
π 14
π¬ 1
π 0
Subcommands with lazy imports
In case you didn't hear, PEP 810 got accepted which means Python 3.15 is going to support lazy imports! One of the selling points of lazy imports is with code that has a CLI so that you only import co...
I've started to play with lazy imports thanks to my WASI build script being in CPython's repo, and so I wrote a post about how to adapt your code for running subcommands with argparse to play nicely with lazy imports.
snarky.ca/subcommands-...
21.02.2026 22:46
π 18
π 7
π¬ 1
π 0
In a Python REPL, the following code is entered: 'π' > 'π'
The result is True
I regret to inform you the results are quite consistent across Apples.
21.02.2026 22:49
π 2
π 0
π¬ 1
π 0
Also TIL the actual Unicode name for U+1F34A is tangerine, not orange.
21.02.2026 22:34
π 8
π 0
π¬ 0
π 0
In a Python REPL, the following code is entered: 'π' > 'π'
The result is True
People say you shouldn't compare apples and oranges but it seems to work fine for me in Python 3.14, I don't see what the issue is...
21.02.2026 22:28
π 55
π 9
π¬ 4
π 0
Congratulations!
21.02.2026 21:22
π 0
π 0
π¬ 0
π 0
Python Developers Survey 2026
The official Python Developers Survey 2026. Join and contribute to the community knowledge!
Hey, whether you work in tech or not, if you use Python, please do take a couple minutes to fill out the 2026 Python Developers Survey: surveys.jetbrains.com/s3/python-de...
21.02.2026 03:09
π 10
π 6
π¬ 1
π 0
PEP 813 β The Pretty Print Protocol | peps.python.org
This PEP describes the βpretty print protocolβ, a collection of changes proposed to make pretty printing more customizable and convenient.
A new PEP was just posted by @pumpichank.bsky.social and Eric V Smith proposing a new pretty print protocol.
I'd love to see a unified interface to pretty printing! I can think of a number of places I could use this.
peps.python.org/pep-0813/
21.02.2026 19:30
π 4
π 0
π¬ 1
π 0
Picking talks for PyCon US 2026
In which I talk about how talks for PyCon US 2026 were picked.
This year I was asked to join the Program Committee for #PyConUS and I put together some thoughts on the process and advice for people proposing talks. If that's you, I hope this helps.
brassnet.biz/blog/picking...
20.02.2026 18:33
π 1
π 1
π¬ 0
π 0
Hidden Figures of Python | Trailer: Episode 11 with Sheena O'Connell
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Sneak peak into next episode of #HiddenFiguresofPython
Meet Sheena OβConnell!
From startups to nonprofit education, sheβs rethinking how people learn to code and support educators.
We talk Python & learning communities.
Hosts: @cheuk.dev & @terezaif.bsky.social
www.youtube.com/watch?v=BzIP...
19.02.2026 07:26
π 6
π 4
π¬ 1
π 0