pyOpenSci, to python
@pyOpenSci@fosstodon.org avatar

Want to participate in our pyOpenSci PyCon sprint remotely? Check out our HELP WANTED board: https://github.com/orgs/pyOpenSci/projects/3/views/1

Got questions? Tag us and we'll help get you sorted 💜

See you online!

hugovk, to python
@hugovk@mastodon.social avatar

I just kicked off PyCon 2024 with the first talk of the Language Summit (and my first talk at PyCon!): "Should Python adopt CalVer?" It was an interesting discussion, let's see!

The view of the language summit from the lectern.

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

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

treyhunner, to python
@treyhunner@mastodon.social avatar

It's also possible to use the http.server module in code to make your own custom server

Read more 👉 https://trey.io/IiyLcg

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

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

In our latest @pybites podcast I list out 10 essential things to add to your project on .

Hope it helps you if you're not sure where to start.

Check it out here: https://youtu.be/eBq4v_eOD-Y

jhx, to blender
@jhx@fosstodon.org avatar

Digging a little into #CGI programming via #Apache in the coming days. Many cool things one can do with a webserver on hand. (Leveraging #Python personally) 😎

This is a nice introduction:

https://www.tutorialspoint.com/python/python_cgi_programming.htm

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/

clacke, to python
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.


conansysadmin, to opensource
@conansysadmin@mstdn.social avatar

I now hunt the great hairy mammoth. Learn to enchant a great snake to send messages here: https://cromwell-intl.com/open-source/python-mastodon-twitter-automation/?s=mc #OpenSource #Python #TwitterMigration

clacke, to python

3.13 has an experimental feature "Free-threaded CPython" to disable the GIL. Extensions can indicate whether they rely on the GIL or not.

docs.python.org/3.14/whatsnew/…

peps.python.org/pep-0703/

@python

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!

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

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!

driscollis, to python
@driscollis@mastodon.social avatar

The latest episode of The Python Show Podcast is out!

This week I chatted with Antonio Cuni @antocuni who works on @pypyproject, HPy, and other packages!

@ThePythonShow

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) 🍕 🤷🏻‍♀️

leahawasser, to python
@leahawasser@fosstodon.org avatar

Wow! Thank you to everyone who came to my packaging talk!! I was nervous but it went well!

What's next? We r holding a @pyOpenSci open space tomorrow at 10am in room 309. Thank u @ucodery for grabbing the room . Join us to talk all things community and

Finally we will hold a one day sprint on Monday. If you want to contribute to our guidebook, test drive a tutorial, or help us with some of our technical ci and other challenges, we welcome u!

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.”

oliverandrich, to python
@oliverandrich@fosstodon.org avatar

Learned more about await than I wanted to. But I love the code I created with it.

# Init a sync fetcher object  
f = Fetcher()

# Init an async fetcher object and using __await__ to   
# emulate an async __init__.  
af = await AsyncFetcher()  

qlp, to python
@qlp@linh.social avatar

Pip-pip hooray!

phildini, to random
@phildini@wandering.shop avatar

Wow @brainwane one-upping @freakboy3742 ‘s “Modern Django ModelForm” with the #PyPi #Wellerman

The gauntlet has been dropped for best song performance in the #python community #PyConUS

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