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/

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.

hroncok, to python
@hroncok@floss.social avatar

3.13 in 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

davidism, to random
@davidism@mas.to avatar

Sprint on Flask, Quart, Jinja, Click, and the Pallets ecosystem in room 316. Grab some stickers as well! #PyConUS #Python #Flask

rochacbruno, to python
@rochacbruno@social.rochacbruno.com avatar

I wish I could stay on the GOOD line only, but my coworkers decided that we are crossing the EVIL line.
Maybe I am the only one who doesn't own a wide screen display, and maybe I am the only one using font-size 18.


henryiii, to python
@henryiii@fosstodon.org avatar

New cibuildwheel release, with free-threaded Python support for Linux and Windows! Also container-engine is now a non-global option, we use hatchling to package our wheel, and a few other things. https://github.com/pypa/cibuildwheel/releases/tag/v2.18.1

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/

rih4krc, to python
@rih4krc@mastodon.social avatar

Early AM, we begin to work on the Django framwork via Python. I've feared the framework for a while, but today I am going to handle it. Never let the programming lang handle me. lol.

clacke, to python
davidism, to python
@davidism@mas.to avatar

@tonybaloney showing off a Flask app running in Hypercorn by @pgjones with workers in subinterpreters that themselves each have the GIL disabled. Running parallel requests that themselves can have parallel processing. This talk has so much insight into web app and parallel performance.

offby1, to python
@offby1@wandering.shop avatar

Next will, of course, be here in Pittsburgh. I'm stoked as hell to learn that in 2026 it'll be held in Long Beach, California, chaired by @elthenerd!

I can't wait to see all of my peeps there!

pyOpenSci, to python
@pyOpenSci@fosstodon.org avatar

We're inviting YOU! to our pyOpenSci sprint, happening Monday morning at PyCon!

All skill levels are welcome - and we mean that! We have something for everyone! Whether it's contributing to our guidebook, test driving a tutorial, or helping us with some of our technical CI and other challenges, there's a way for you to contribute to open source.

🥪 Lunch will be provided!

We'll see you there!

webology, to python
@webology@mastodon.social avatar
davidism, to opensource
@davidism@mas.to avatar

@brainwane standup comedy keynote “So many workshops on how to get into open source but none on how to get out. Yeah some people aren’t laughing just going uh-huh.”

cheukting_ho, to rust
@cheukting_ho@fosstodon.org avatar

is very inclusive - we have an open space for a meetup this evening at 7:30 in room 310. Folks who are interested in learning more about Rust and how it works with please come! (bring your own food we don’t have pizzas) 🍕 🤷🏻‍♀️

oliverandrich, to python
@oliverandrich@fosstodon.org avatar

Struggling a bit with the API of a library I write. I want to provide classes with sync and async methods. I am not sure if I prefer to use a single class with unprefixed and a-prefixed methods. Or if I want one class for sync and one for async behaviours. And if I split it in separate classes would you prefix the methods with an ‚a‘ in the async class?

Lorenanicole, to python
@Lorenanicole@mastodon.social avatar

Last night’s @pyladies Auction $60,000 USD fundraising goal was not only met but surpassed! Super thankful to the community for the support to empower women in , to language creator Guido van Rossum for always being an advocate and champion for us, and to the many many amazing volunteers and who make our community that much richer!

@roguelynn @marsbarlee @cheukting_ho

image/jpeg
image/jpeg
image/jpeg

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 .

cheukting_ho, to python
@cheukting_ho@fosstodon.org avatar

PSA at : is starting again and @nedbat of the Editorial Board is giving a presentation

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

MLX Examples 🚀

The MLX is Apple's framework for machine learning applications on Apple silicon. The MLX examples repository provides a set of examples for using the MLX framework. This includes examples of:
✅ Text models such as transformer, Llama, Mistral, and Phi-2 models
✅ Image models such as Stable Diffusion
✅ Audio and speech recognition with OpenAI's Whisper
✅ Support for some Hugging Face models

🔗 https://github.com/ml-explore/mlx-examples

paul, to python
@paul@fedi.nlpagan.net avatar

I'm working on removing an important spreadsheet from Google Docs, and maintain that in LibreOffice.
Thing: In G Docs I wrote a few macros to sort the file in various ways, using 4 and 5 fields.
Libre Calc only allows 3 sort fields, and the G-Doc macros don't work in Libre Calc.

I've written a program to convert a CSV to a file with fixed length, and writing a program to do the sorting for me.

Sorting multiple columns in Python is a PITA. In COBOL it's laughably simple.

I wish something like the IBM S/34 would exist for Linux. That would make this even simpler.

pyOpenSci, to python
@pyOpenSci@fosstodon.org avatar

Good morning, PyCon friends! We'll be holding a pyOpenSci Open Space today (Sunday) at 10:00 AM in Room 309.

Stop by, say hello, connect with friends, and make new ones! Everyone is welcome, and we can't wait to see you 💜

#PyConUS #pyOpenSci #Python

Spyder, to python
@Spyder@fosstodon.org avatar

Spyder is at PyCon US! 🎉 We're hosting a Spyder meetup this morning at 11 AM in room 308!

Join us for a meet and greet, a Q&A with Spyder devs, sharing user feedback, and free T-shirts! 👕🙌 Don't miss it!

adarsh, to python
@adarsh@ruby.social avatar

Congratulations to our #python cousins on a (by all accounts) successful #PyConUS! 👏🏽.

Community work is complex, difficult, and so very vital to everything we do technically. PSF shows us how it can be done well in so many ways.

linuxaustralia, to sydney
@linuxaustralia@fosstodon.org avatar

We have a wonderful pipeline of Linux Australia-auspiced events coming up for the back half of 2024, after fantastic conferences earlier in the year by the teams at in and @everythingopen in

meetups:
https://drupalsouth.org/events/drupal-meetups-2024

, brought to you in conjunction with @nzpug is on in August in for the fans
https://kiwipycon.nz/

Back over the ditch, @pyconau heads to Naarm/Melbourne in November
https://2024.pycon.org.au/

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