qlp, to python
@qlp@linh.social avatar

This joke has probably been made a bunch of times, but...

Python 3.14, not to be confused with PyPI.

brainwane, to python
@brainwane@social.coop avatar

Here is a blog post with links and references to accompany my closing keynote today at , on stories from a few years working on packaging.

http://harihareswara.net/posts/2024/references-pycon-us-keynote/

ThePSF, to python
@ThePSF@fosstodon.org avatar

Enormous news! the Python Software Foundation now has a 5 year commitment with Fastly to deliver @pypi, us.pycon.org, and much more. We appreciate you and your continued investment in the #python community, Fastly! #PyConUS

edsuom, to python
@edsuom@hachyderm.io avatar

To those who follow this account for #Covid rants and politely tolerate my posts about the wonderful and elegant #Python programming language I’ve used almost daily for over a decade: The #pycon2024 conference required masks because they apparently haven’t stopped caring about the people behind the keyboards.

Yes, masks. In 2024. At a tech conference. It’s a beautiful thing.

phildini, to python
@phildini@wandering.shop avatar

Hi folks! Former chair of @ThePSF Conduct Working Group with a message that might be timely!

If you see a member of the community behaving against the spirit or the letter of the CoC, especially if the comments are in public about an official event, especially if using a hashtag, please report to conduct-wg@python.org as you are comfortable.

The WG might not be able to take action due to the CoC’s scope, but its useful background for the inevitable next incident.

Thanks! ✨

ThePSF, to python
@ThePSF@fosstodon.org avatar

📣Attn📣 @pycon US attendees: we've got a bunch of fun stuff planned for the PSF booth! Make sure to stop by starting tomorrow at the Opening Reception 🐍🎉

Look for posts over the next couple of days about everything you can do at our booth 🍪🖌️📸

#PSF #Python #PyConUS

pyohio, to python
@pyohio@fosstodon.org avatar

🎉 PyOhio Registration Is Open! #PyOhio is a FREE #Python conference this July 27-28th in #cleveland, #Ohio

https://www.pyohio.org/2024/attend/registration/

Join us to connect with folks who use Python in a vast number of ways: to solve problems around them, or make the world just a bit nicer or more fun, or just to make something small and lovely! If you’ve never programmed before, this is a great chance to see what you can do with Python. If you’ve used it for years, it’s a great chance to see different approaches!

glyph, to random
@glyph@mastodon.social avatar
hugovk, to python
@hugovk@mastodon.social avatar

🎉 We just had 3 successful core dev votes in parallel!

Each dev focuses on different yet important areas, reflecting the size & breadth of the CPython project.

Please give a big welcome to:

🍏 @freakboy3742 added iOS support ()
https://discuss.python.org/t/vote-to-promote-russell-keith-magee/53821

🐛 Tian Gao works on the pdb debugger
https://discuss.python.org/t/vote-to-promote-tian-gao/53895

🏎️ @mdboom works on benchmarking in the Faster CPython team
https://discuss.python.org/t/vote-to-promote-michael-droettboom/54227

That's 5 new so far this year, same as last year 🚀
https://hugovk.github.io/python-core-devs/by-year.html

nedbat, to python
@nedbat@hachyderm.io avatar

Are you sure you know how decorators work? This should be no problem! 😈 🤯 🤓

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

Okay, so you've seen the guides on what to do at PyCon.

But have you seen the guide for those of us that are not able to attend?

#PyConUS #PyConFOMO #Python

https://pythonbynight.com/blog/vicarious-pycon

Lorenanicole, to python
@Lorenanicole@mastodon.social avatar

Did you know @ThePSF gives out grants for amazing #Python events and workshops and other such things?

This past year some $697k USD!

Support @ThePSF by donating and/or becoming a member!

“Pero Lorena how do I become a member?” Great Q! Go learn more here 👉🏼 https://www.python.org/psf/membership/. FYI becoming a member is FREE! Free I tell you!

#PyConUS

iqbalabd, to python
@iqbalabd@mtd.pythonasia.org avatar

First thoughts coming back from : Do you know anyone who works hard but is unrecognized in your community? Nominate them for stuff at the @thepsf ! Don't know what or how? I've written a README here:
https://iqbalabdullah.net/en/posts/2024/05/nominating-pythonistas-at-the-psf/

asx, to python
@asx@hachyderm.io avatar

Now that PyCon is over and you are heading back to your home base with ideas on what to do, I want to remind you that CfP for PyOhio is open till May 26, 2024 AoE. Details on the CfP are here: https://www.pyohio.org/2024/speaking/cfp/
#pycon #pyconus #pyohio #python #cfp

nedbat, to python
@nedbat@hachyderm.io avatar

Mostly you shouldn't subclass built-in types. But if you do, dict subclasses can define missing: it's called when a key is missing. Instead of hiding a dict in a function as a cache, how about hiding a function in a dict!? A Fibonacci dictionary:

pyohio, to python
@pyohio@fosstodon.org avatar

🚨 🚨 🚨 We're approaching the Final Call for Proposals for 2024!!! 🚨 🚨 🚨

This Sunday, Anywhere on Earth (AoE) Will be your last chance to submit a talk for our awesome conference!

If you had fun at and want to keep hanging out with the Community, or have something you want to share with the rest of us, please submit a talk! We love first time speakers!

Find out more here:
https://www.pyohio.org/2024/speaking/cfp/

pyconafrica, to python
@pyconafrica@mastodon.social avatar

🌍✨ Great news!! PyCon Africa’s Financial Grant is now open.

Interested in attending PyCon Africa but worried about the costs? We’ve got you covered! 🎉 Our generous financial assistance programme is here to support attendees who would otherwise find it difficult to join us.

🔗 For more information kindly visit -: https://africa.pycon.org/2024/fin-aid/

cheukting_ho, to python
@cheukting_ho@fosstodon.org avatar

Hey, do you want to vote in the upcoming @ThePSF elections? Don't forget to affirm your intention to vote (please check your email, including spam). Deadline: June 25th 2024. Not a member yet? Check how you can become a voting member here: https://buff.ly/3X2cLhL

brainwane, to python
@brainwane@social.coop avatar

http://www.crummy.com/2004/05/20/1

"But other parsers know too much about HTML. They choke on or try to rewrite bad markup. They assume you care about the whole document. A pirate might make you walk the plank, but only a parser would make you walk the whole tree."

Happy 20th birthday to the screen-scraping library Beautiful Soup by @leonardr .

chrisjrn, to python
@chrisjrn@social.coop avatar

Now that #PyConUS is over, why not attend and support a regional #Python conference?

PyCon US sold out this year, and it will probably continue to do so. Smaller, regional events are going to be a more important part of how we support the growth of our community, but we need your support -- attendance and sponsorship -- to fulfil that role.

I run @NorthBayPython (#NBPy), but there's plenty of others in the US, including fellow @ThePSF events @pycascades and @pyohio off the top of my head.

codeandsupply, to Pittsburgh
@codeandsupply@hachyderm.io avatar

Hey folks, one last entreaty before the hashtag trails off.

We could really use your financial support. Our non-profit is the travel sponsor for US 2024.

We've recouped only 4% of what we gave. We're here to serve & happy to do it but could really use some boosts across the fediverse to drive donors so we can do it again.

Pls donate to help more people experience through tech conference travel:

https://codeandsupply.fund/donate

And then boost!

leahawasser, to python
@leahawasser@fosstodon.org avatar

Friends, don't let friends package alone. Come learn about how we are helping scientists make their software better by demystifying the #python packaging ecosystem . Whether you are a new or seasoned packager this talk is for u. My first pycon main track talk is today at 1030 am in hall c. I'm nervous ! I need friends to get me through 😅 #pyconus @pyOpenSci

ThePSF, to python
@ThePSF@fosstodon.org avatar

🗳️📣 Are you interested in running for or nominating someone in the upcoming PSF Board election? Join the Office Hours on Discord to learn more and ask current Board Directors your questions on June 11th, 4 PM UTC, and June 18th, 12 PM UTC #python
https://pyfound.blogspot.com/2024/05/blog-post.html

hroncok, to python
@hroncok@floss.social avatar

#Python 3.13 in #Fedora is now built with -03, which seems faster.

https://discussion.fedoraproject.org/t/f41-change-proposal-python-built-with-gcc-03-self-contained/112743/13

It also has the python3.13-freethreading subpackage with disabled GIL (parallelly installable).

https://peps.python.org/pep-0703/

I'm working on building the experimental JIT (enabled on runtime via PYTHON_JIT=1).

https://peps.python.org/pep-0744/

Python 3.13 is now future-complete and I encourage you to test your projects with it. It will be the default Python in Fedora 41.

https://fedoraproject.org/wiki/Changes/Python3.13

hugovk, to python
@hugovk@mastodon.social avatar

📣🐍📚 Calling all Python library maintainers!

Python 3.13 is now in beta, with the second of four beta releases out later today!

It's now time to start testing your libraries with 3.13 and report any problems back to CPython so they can be fixed before the big October release. And make any updates you need to upgrade your library; keep an eye out for removals and deprecations.

Here's how to test 3.13 on GitHub Actions:

https://dev.to/hugovk/help-test-python-313-14j1

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