Search
494 results for “pamelafox”
-
I wrote up my #PyconUS 2026 experience: https://blog.pamelafox.org/2026/05/pycon-2026-reflections.html
(you can just scroll through the pics, it got kind of long - what a week!) -
RE: https://mastodon.social/@paulzuradzki/116592171081278322
Super fun improv time at #PyconUS today!
Here are the games we played:
https://github.com/pamelafox/improvlists/blob/master/setlists/Setlist:-Intro-to-Improv.md -
Just presented at EduSummit #PyConUS
"Your slides, but faster:
Building an AI-powered presentation workflow"https://pamelafox.github.io/ai-powered-presentation-workflow/
Tips: Use RevealJS, ASCII mockups, audits, agent skills -
@pamelafox 's prez about slides with agents at #pyconus was compelling as always
-
Slides from my #PyBay2025 talk:
"Just because AI can write your tests...should it?"
https://pamelafox.github.io/my-py-talks/ai-assisted-testing-pybay -
Slides from my #PyBay2025 talk:
"Just because AI can write your tests...should it?"
https://pamelafox.github.io/my-py-talks/ai-assisted-testing-pybay -
Slides from my #PyBay2025 talk:
"Just because AI can write your tests...should it?"
https://pamelafox.github.io/my-py-talks/ai-assisted-testing-pybay -
I turned my #pycon2025 poster about vector embeddings into a blog post:
https://blog.pamelafox.org/2025/05/a-visual-exploration-of-vector.html -
Getting ready for my 2pm talk at #FlaskCon: Testing Flask and Quart Apps with Playwright
Room 317, come on by!!
https://pamelafox.github.io/my-py-talks/testing-apps-playwright/ -
@pamelafox Black 25.1 made mostly similar changes to @pillow, plus adding a few trailing commas and trimming some whitespace from a docstring:
https://github.com/python-pillow/Pillow/pull/8729/commits/955d678ca201fd530027d90626f91aad07c64f0e
Smaller projects (that I've checked so far) had no change.
-
@pamelafox Black 25.1 made mostly similar changes to @pillow, plus adding a few trailing commas and trimming some whitespace from a docstring:
https://github.com/python-pillow/Pillow/pull/8729/commits/955d678ca201fd530027d90626f91aad07c64f0e
Smaller projects (that I've checked so far) had no change.
-
@pamelafox Black 25.1 made mostly similar changes to @pillow, plus adding a few trailing commas and trimming some whitespace from a docstring:
https://github.com/python-pillow/Pillow/pull/8729/commits/955d678ca201fd530027d90626f91aad07c64f0e
Smaller projects (that I've checked so far) had no change.
-
@pamelafox Black 25.1 made mostly similar changes to @pillow, plus adding a few trailing commas and trimming some whitespace from a docstring:
https://github.com/python-pillow/Pillow/pull/8729/commits/955d678ca201fd530027d90626f91aad07c64f0e
Smaller projects (that I've checked so far) had no change.
-
@pamelafox Black 25.1 made mostly similar changes to @pillow, plus adding a few trailing commas and trimming some whitespace from a docstring:
https://github.com/python-pillow/Pillow/pull/8729/commits/955d678ca201fd530027d90626f91aad07c64f0e
Smaller projects (that I've checked so far) had no change.
-
@pamelafox @charliermarsh gives me something to blog about at least 😜 #SummerProject
-
-
@pamelafox I wrote "coroutine" 469 times in Fluent Python Second Edition.
The main chapter about asynchronous programming is framework-agnostic.
The examples use #asyncio, #FastAPI, and #curio, to show that `async/await` are not tied to a specific runtime event loop or library.
https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
-
@pamelafox Wow, that's an interesting troubleshooting journey! 🔍🐳 It's amazing how a simple 'docker system prune' can work wonders and resolve the issue. Thanks for sharing your experience! #DockerTroubleshooting #TechFixes #sarcasm #punintended
-
@pamelafox Wow, that's an interesting troubleshooting journey! 🔍🐳 It's amazing how a simple 'docker system prune' can work wonders and resolve the issue. Thanks for sharing your experience! #DockerTroubleshooting #TechFixes #sarcasm #punintended
-
@pamelafox Wow, that's an interesting troubleshooting journey! 🔍🐳 It's amazing how a simple 'docker system prune' can work wonders and resolve the issue. Thanks for sharing your experience! #DockerTroubleshooting #TechFixes #sarcasm #punintended
-
@pamelafox Wow, that's an interesting troubleshooting journey! 🔍🐳 It's amazing how a simple 'docker system prune' can work wonders and resolve the issue. Thanks for sharing your experience! #DockerTroubleshooting #TechFixes #sarcasm #punintended
-
@pamelafox Wow, that's an interesting troubleshooting journey! 🔍🐳 It's amazing how a simple 'docker system prune' can work wonders and resolve the issue. Thanks for sharing your experience! #DockerTroubleshooting #TechFixes #sarcasm #punintended
-
@pamelafox @simon As a non-native English speaker, I really do appreciate tools like this. #DeepLWrite has been tremendously useful for me (although I'm not sure if it necessarily fits under the LLM umbrella).
-
I talked about using Bicep (infrastructure-as-code) to deploy PostgreSQL servers to Azure at #CitusCon today. Slides @ https://pamelafox.github.io/my-py-talks/postgres-bicep/
Recording up soon! -
Just presented "1-click deploys of Python Web Apps to Azure" at Python Web Conf. Thanks to attendees for great engagement and questions!
Slides @ https://pamelafox.github.io/my-py-talks/iac-deploys/
-
My latest sample uses #PythonFlask with Flask Blueprints, Flask-SQLAlchemy with PostgreSQL, pytest, ruff, black, pre-commit, Github actions, plus Docker for local dev and deployment to Azure Container Apps.
Code @
https://github.com/pamelafox/flask-surveys-container-app -
I gave a workshop today about containerizing #PythonFlask web apps, both for local development and deployment.
My first time teaching containers! As usual, teaching is helping me to understand #Docker better.
https://pamelafox.github.io/my-py-talks/containers-workshop/
-
Not all the #PyConUS posters are up yet, but the ones that are look amazing 🤩
I especially like...
@pamelafox - explains vector embedding visually in a way that finally helped tie everything together in my head. I feel like I actually *understand* the core concepts 1000% better now.
@simon - I love the dozens of little photos demonstrating real uses of #datasette. Now I want to explore all the niche museums within driving distance of home!
#Python is applied a mind-boggling variety of ways!
-
CW: Teaching introductory programming, Parsons Problems, Python + visual
Check here:
https://abav.lugaralgum.com/faded-parsons-visual/I have made it with lots of help from friends, specially https://bolha.us/@lucianoratamero, it's a prototype of a tool to make/run #ParsonsProblems with visual output (using the #Processing #p5js vocabulary).
As I prefer to teach with #Python, I'm using a #pyodide based #pyp5js hack, with names changed to match #py5. The #ParsonsPuzzles infrastructure is a fork from a tool by amazing @pamelafox you can also fork and adapt it easily (static pages, can be served from GitHub Pages).
The repository:
https://github.com/villares/faded-parsons-visual/blob/hack/README.md
-
TIL #PyAI on March 10th 2026 (just missed it). Small event, focused on unglamourous AI in production, some of the speakers were practitioners I know and respect. The description reminds me a bit of #NormConf !
- Talk videos will hopefully be released online soon
- Blogpost by @pamelafox, one of the speakers: https://blog.pamelafox.org/2026/03/learnings-from-pyai-conference.html
- Organisers plan to organize another one next year 👀