mpirnat, to random
@mpirnat@mas.to avatar

Maybe you wanted to give a talk at or one of our friends like , , or but it didn't work out? Maybe you saw or learned something that got you inspired?

is coming in July, and our CFP is open for the next ~20 hours -- we'd LOVE to hear from you while we still can! We gladly welcome speakers of all experience levels (❤️ new folks!) and a wide array of topics -- if you're excited about something, share it!

https://www.pyohio.org/2024/speaking/cfp/

Boosts appreciated!

offby1, to Seattle
@offby1@wandering.shop avatar

I have a / “missed contact" question; I spoke to a Tammy who was at and PyCon US, and we talked about GitHub's contribution graph; if anyone knows who that is, can you put her in touch? Thanks!

pycascades, to python
@pycascades@fosstodon.org avatar

🚀 We had a fantastic day of Sprints at 2024 yesterday!✨🐍🏔️
Thank you to everyone who joined us and made the most of the opportunity to collaborate and contribute. Your participation and enthusiasm truly make a difference in our community.

image/jpeg

hynek, to random
@hynek@mastodon.social avatar

Things I’ve been thinking about a lot lately:

  • code design pressure (good: testability, bad: coupling business code with validation and/or storage – interestingly there’s been a talk about just that, framed using an obscure German mathematician)

  • type state pattern, or: why I don't use state machines. This has nothing to do with static types but a continuation of “make illegal state unrepresentable”. Practically, this means that you’ll rarely see an | None in my class fields.

hynek,
@hynek@mastodon.social avatar

Those asking about the talk: I don't know whether they'll be posted, but the speaker has put a text version online: https://github.com/madrury/the-rising-sea

My key point is “model the problem in fine enough detail that the solution is self evident” vs “The Darkness”. It is the same problem when you allow the structure of your web API or the idiosyncracies of your data storage create pressure on the design of your business code.

davidism, to random
@davidism@mas.to avatar

Had a great time at the sprint. Always great to have a whole day to dip in and out of conversations, help people, and write some code. And network with other maintainers to find out we’re all thinking about and dealing with the same things.

pyOpenSci, to random
@pyOpenSci@fosstodon.org avatar

Shout out to everyone participating in the pyOpenSci sprint, let by @ucodery at this year's ! It's been great to see the PRs opened in our repos ⭐

davidism, to python
@davidism@mas.to avatar

I joined the PursuedPyBear @ppb sprint table, and fixed an issue where rectangles were rendering as squares! 😵‍💫 https://github.com/ppb/pursuedpybear/pull/700

hynek, (edited ) to random
@hynek@mastodon.social avatar

Me arriving on a Monday morning at the University of Washington for sprints just after the end of a class.

Some of them even gave me a deferential nod; presumably because they suspected I’m their new professor or something. Almost fell to dust.

christyheaton, to random
@christyheaton@mas.to avatar

I'm honored to have been on a panel with these ladies. Thanks for the wonderful discussion ❤️

image/jpeg

pycascades, to random
@pycascades@fosstodon.org avatar

📢 Attention PyCascades attendees!🚀🐍
The Panel has officially started! Join us for an insightful discussion on "Talking about experiences and roles within Tech communities" and listen to the inspiring voices of these amazing women.
Don't miss out!✨👩‍💻🎓

crazy4pi314, to python
@crazy4pi314@mathstodon.xyz avatar

I am loving the PyLadies panel at @pycascades 💖💖💖

@mariatta's efforts as a core Python developer to the development tools and making sure the language summit is not all men ever again is truly incredible.

@christyheaton shared how her organizing work started and how it was really helpful to just jump in and start giving talks. Find a topic or project you like (in her case mapping in Python) and just speak about it everywhere!

mariatta, to random
@mariatta@fosstodon.org avatar

Thank you Temporal for letting my kids win the Star Wars Lego set at @pycascades

mariatta, to accessibility
@mariatta@fosstodon.org avatar

Jupyter notebooks in 2024 is still not accessible.

In his talk, Venkatesh Potluri (who is blind) noted that popular Python libraries like matplotlib etc still can't embed alt text.

He made a patch for it, but the notebooks still don't pick up alt text.

christyheaton, to random
@christyheaton@mas.to avatar

There's an eclipse tomorrow! So fun presenting my lightning talk on mapping the totality path with and !

tim, to random
@tim@tds.xyz avatar

Learning about Playwright (https://playwright.dev/), a powerful tool for testing modern web applications, with an impressive demo from @sheena. Selenium can do all of this, but this seems a lot more pleasant and Pythonic. 😌

SamEdwardes, to random
@SamEdwardes@fosstodon.org avatar

Here are the code/slides from my lightning talk at today ⚡ Create beautiful reports with Python and Quarto: https://github.com/SamEdwardes/pycascades-2024-beautiful-reporting-with-quarto

glyph, to random
@glyph@mastodon.social avatar

Dang I am feeling some serious FOMO about . While I feel like I done goofed by passing on this event (although I am not sure that it would have been possible given some personal logistics in the next few weeks) I gotta say it is really nice to see lively posting coming out of folks attending. Feels like Twitter before everything got really bad.

mariatta, to random
@mariatta@fosstodon.org avatar

There's still time to submit a lighting talk at !

https://tinyurl.com/pyc2024lightningtalks

pycascades, to python
@pycascades@fosstodon.org avatar

📢Day one at 2024 was a wrap! 🚀
It was packed with enlightening talks and valuable networking opportunities.
Thanks to all who joined us today. Prepare for more insights and connections as we gear up for day two tomorrow!✨🐍

🌐https://2024.pycascades.com

image/jpeg
image/jpeg

mariatta, to python
@mariatta@fosstodon.org avatar

Slides from Fabio Pliger's talk: Next Level Python Applications with PyScript

https://fpliger.pyscriptapps.com/talks-pycascades-2024/latest/

crazy4pi314, to python
@crazy4pi314@mathstodon.xyz avatar

Talk starting in 10 min! If you want to hear about one of my longest term special interests and the new experiment I am trying with @nix and Python come join!

https://mathstodon.xyz/@crazy4pi314/112225369658338054

mariatta, to python
@mariatta@fosstodon.org avatar

I felt inspired about Python typing after watching
Piper Thunstrom's talk at this morning.

On her talk, she mentioned typing.Union as one of the useful typing features.

I've used typing.Union on the version of Python before the | symbol was introduced. As you can imagine, it is the source for the typo of the day "from typing import Onion".

tim, to random
@tim@tds.xyz avatar

We're hearing about introspection in Python from @ucodery. Excited to discover inspect.getmembers(x) and inspect.getmembers(type(x)), which together tell you about all of the attributes of an object, even if they're slots, even if they're inherited, which I've somehow failed to learn about for years.

mariatta, to random
@mariatta@fosstodon.org avatar

One of the stories shared by Ian Zelikman in his talk, The Stories of the most Infamous Bugs:
The underlying bug in the Mars Climate Orbiter boils down to the difference in measuring unit used by Lockheed Martin (metric) and NASA (imperial)

I empathize 🥹

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • GTA5RPClips
  • thenastyranch
  • ethstaker
  • everett
  • Durango
  • rosin
  • InstantRegret
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • mdbf
  • slotface
  • tacticalgear
  • JUstTest
  • kavyap
  • modclub
  • cisconetworking
  • cubers
  • ngwrru68w68
  • khanakhh
  • tester
  • anitta
  • normalnudes
  • Leos
  • osvaldo12
  • provamag3
  • lostlight
  • All magazines