amcasari, to python
@amcasari@hachyderm.io avatar

You can spell it out how you want, but in my heart and brain I will always hear "oh-PY-oh"

Speaking of - @pyohio has extended their CFP!!! Go go go go go friends!

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/

treyhunner, to python
@treyhunner@mastodon.social avatar

This is the first year that after the sprints, I find myself scanning the recent issues and pull requests on CPython's repository to watch the improvements happen on a Python feature in real-time. ⏳

I was planning to wait until the next beta to re-install Python 3.13, but I had to try it out again yesterday after seeing some fixes land. 💗

I'm not a core developer and I'm not usually an early adopter, but I am so excited for each new improvement in the new Python REPL. 🎉

pyOpenSci, to opensource
@pyOpenSci@fosstodon.org avatar

📣 pyOpenSci is looking for volunteers!

We’re receiving a record number of packages as part of our Open Peer Review process, and need to grow our Editorial Board. Volunteer Editors:

🔍 find reviewers
👷 oversee the review process
💜 support submitters
✅ determine package acceptance

We’re accepting applications from all scientific disciplines, with an immediate need for editors with a background in climatology and/or energy!

pyconzim, to python

Mark Your Calendars: Call for Papers Opens on May 27th, 2024!

Don’t miss out on this exciting opportunity to share your expertise and insights. Submit your proposals and be a part of the PyCon Zim experience. Full details and submission guidelines will be available on Monday. Start preparing your submissions now!

paulox, to python
@paulox@fosstodon.org avatar

At the end of the second day of PyCon Italia 2024, the lighting talks are underway ⚡

Valerio and Alessia are putting the speakers in difficulty with some pizza-based difficulties 🍕

CC @leriomaggio @pycon

Luca spinning the wheel
Peter presenting his talk with goggles
Rygel presenting his lightning talk

NorthBayPython, to python
@NorthBayPython@social.northbaypython.org avatar

It's a great week to buy your ticket to #NBPy 2024, Northern California's most one-track #Python conference:

  • 17 talks from Pythonistas from around California and the world (https://2024.northbaypython.org)
  • Outdoors in glorious California weather, in a very well-ventilated venue (a relaxed, data-informed hybrid masking policy compared with last year)
  • Beautiful scenery, friendly barn cats
  • Confirmed quite decent food

Convinced? See you there! Tickets at https://pretix.northbaypython.org/nbpy/nbpy-2024/

peterdrake, to python
@peterdrake@qoto.org avatar

Multiple assignment swapping is handy when implementing sorting algorithms (for teaching purposes) in :

a[i], a[i - 1] = a[i - 1], a[i]

pyOpenSci, to opensource
@pyOpenSci@fosstodon.org avatar

python -m pip install sciform

You can wrestle with scientific-formatting yourself, or you can use the sciform package from Justin Gerber!

sciform is used to convert python numbers into strings according to a variety of user-selected scientific formatting options including decimal, binary, fixed-point, scientific and engineering formats, using documented standards wherever possible!

📄 documentation: https://sciform.readthedocs.io/en/stable/

asx, to python
@asx@hachyderm.io avatar

Reminder that @pyohio CFP closes this Sunday May 26, 2024 AoE. If you have a proposal that you have in your drafts (in your brain or in writing) now is the time. Details: https://www.pyohio.org/2024/speaking/cfp/
Lets go!! :python_logo:

box464, to python
@box464@mastodon.social avatar

A free intro to python webinar for kids this weekend!

https://guruface.com/webinar/python-coding-classes-for-kids/416

mblayman, to python
@mblayman@mastodon.social avatar

🐍 I read all of the standard library documentation. Should you do that? Here's what I learned by taking that journey. https://www.mattlayman.com/blog/2016/readthrough-python-standard-library/

pamelafox, to python
@pamelafox@fosstodon.org avatar

My talk for Posette this year will be about "pgvector for Python developers" - two of my current fav things. The conf is virtual and free, so join us on June 12th!

https://www.citusdata.com/posette/speakers/pamela-fox#abstract

Pamela pointing at her slides about pgvector for Python developers

mmisamore, to neovim
@mmisamore@sigmoid.social avatar

I wrote a little custom terminal toggle for #neovim in #fennel: https://github.com/mmisamore/neovim-config/blob/c74c848d2abdb348687f850bb6fc7591d4da7c52/init.fnl#L151

Works well enough with ipython with autoindent disabled. Posting in case anybody finds it helpful as an alternative to fancy plugins.

#python

pamelafox, to python
@pamelafox@fosstodon.org avatar

My talk from VS Code Day is now live!

"Building a RAG-powered AI chat app with Python and VS Code"

I showed how to do RAG on a local PostgreSQL database, both with Ollama and OpenAI models.

https://www.youtube.com/watch?v=3ctFWU492xk

rvstaveren, to python Dutch
@rvstaveren@mastodon.online avatar

TIL: Need a turnkey terminal progress indicator for anything that is iterable in ? I discovered https://tqdm.github.io is perfect for that job

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) TIL about the plotnine library- the grammar of graphics in Python 🚀

I had never heard about the Plotnine library until I came across the Posit Plotnine contest (see the link below). The plotnine is a Python implementation of a grammar of graphics based on the ggplot2 library.

image/png
image/png

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

Tip: you can create an entry point to your package by adding a main.py module to it.

This makes it callable using: python -m my_package.

Example:

martinpeck, to python
@martinpeck@fosstodon.org avatar

A lot of of people on social media such as LinkedIn will post "What do you think this python code will do? A, B, or C" questions.

Are these useful to anyone?

The code is generally of a style I'd recommend people avoid writing, or that I'd question in a code review. Often it's using strange edge-cases for what's possible...but not what's idiomatic or "good".

I can't imagine they're useful to people learning . I imagine they deter some people from using . Am I wrong?

edsuom, to python
@edsuom@hachyderm.io avatar

To those who follow this account for rants and politely tolerate my posts about the wonderful and elegant programming language I’ve used almost daily for over a decade: The 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.

villares, to python Portuguese
@villares@pynews.com.br avatar
treyhunner, to python
@treyhunner@mastodon.social avatar

On the other hand, adding or removing items from the beginning of a list is very slow (it requires shifting all items after the change).

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

chrisjrn, to python
@chrisjrn@social.coop avatar

Also in CFP-time: plumbing the depths of my @kiwipycon 2022 keynote to see if there's anything there that needs a wider audience.

Or I guess you could watch the video. It was very good. Stunts and an actual useful message. https://www.youtube.com/watch?v=GCgzTWrwzxs

leanpub, to gpt
@leanpub@mastodon.social avatar

The Generative AI Mastery Bundle https://leanpub.com/b/the-generative-ai-mastery-bundle by Aymen El Amri is the featured bundle on the Leanpub homepage! https://leanpub.com

engiqueering, to python
@engiqueering@gaygeek.social avatar

trying to implement some functionality in I'm mentally calling an "echo" but that's probably got an actual name already. the idea is basically wrapping the setters of properties of one object so they store their values in an "echo" object as regular attributes.

this allows for objects that only stores property values (i.e. data only, no callables). these will be easier to persist to an object database, and with a reversal tool should function as a form of universal-ish storage

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