@anze3db@fosstodon.org
@anze3db@fosstodon.org avatar

anze3db

@anze3db@fosstodon.org

Writing Python :python:, Django :django: and surfing waves 🏄‍♂️

Projects:
🧪 https://flakytest.dev tame your test suite flakiness
🧑‍💻 https://fedidevs.com find awesome devs across the fediverse
💻 https://github.com/anze3db/django-tui a TUI for all your Django commands

This profile is from a federated server and may be incomplete. Browse more on the original instance.

paulox, to random
@paulox@fosstodon.org avatar

RT @ester

Going live in 1 hour!! 🎉🎉🎉

I will perform the opening ceremonies, and I'm super excited! It's going to be fun!

9.00 am ITA time CEST
8.00 am UK time BST
7.00 am UTC time

The room is Lasagna, but there is only one session/video

CC @pycon

https://2024.pycon.it/en

mariatta, to random
@mariatta@fosstodon.org avatar

The records you all broke at PyCon US:

  • of proposals in CFP

  • of registrations since pandemic

  • spike in new registrations (10%) so close to the conference that we had to lock it down
    (I thought we'd be done breaking records at this point)
  • of toots using official hashtag during the conference @fedidevs (each day we broke our own record from the day before)

  • $ PyLadies auction proceeds

So grateful for everyone for the support and making history!! 🤩🤩🤩

kjaymiller, to random
@kjaymiller@mastodon.social avatar

Okay y'all showed out!!

Yesterday I ask about 3000 folks at (In-person and virtual) along with folks on social media. 200 of y'all rose to the occasion and donated making us smash our hopeful goal for the first day of the event.

That funding will continue to support our initiatives - https://blackpythondevs.com/initiatives/.

That goal always day one and y'all did it! Day two we're continuing the push.

Let's we add $4000 as our goal today to help support Black Python Devs.

anze3db, to random
@anze3db@fosstodon.org avatar

I've just added the R programming language to Fedidevs! You can now find 194 programmers on fedidevs!

Thank you @smach for the suggestion! 💙

https://fedidevs.com/rstats

hynek, to random
@hynek@mastodon.social avatar

@anze3db Fedidevs spotted at Saturday morning opening!

simon, to random
@simon@simonwillison.net avatar

The tag on here is super active right now, great to have a functioning social media back channel again!

treyhunner, to random
@treyhunner@mastodon.social avatar

Out of curiosity, I searched for the hashtag on Mastodon and Twitter and scrolled back 16 hours and started counting posts. 🤔

I counted:

87 posts on Twitter on the PyCon hashtag 🐦

134 posts on Mastodon on the PyCon hashtag 🐘

The PyCon conversations have finally moved (mostly) to Mastodon! 🙌

Not a HUGE difference, but enough that I felt like there was more activity and decided to confirm my suspicion. 💗

glyph, to random
@glyph@mastodon.social avatar

At the airport en route to and feeling all kinds of feelings but let me start with this one, which too often remains unstated in the constantly frustrating and difficult world of software development:

I love Python. I love the Python community. It is such an enormous array of gifts (the code, the ecosystem, the social events) that has enabled so much of my career and my life that I want to express my gratitude.

hugovk, to python
@hugovk@mastodon.social avatar

#️⃣🐍 The official PyCon US hashtag is:

Feel free to also tag with , , , , , or if you want, but please include for visibility.

Source: last line of https://pycon.blogspot.com/2023/10/pycon-us-2024-launches.html

preslavrachev, to blogging
@preslavrachev@mastodon.social avatar

Blog Update: I have successfully migrated email sending away from ButtonDown Email to a self-hosted Ghost instance. Nothing bad with ButtonDown - simply, Ghost has by far a better editing and publishing experience (and can be self-hosted, of course).

Speaking of newsletters, one reason to migrate was because I want to explore email communication a bit further. So, if newsletters are your thing, be my guest and add your email here: https://preslav.me/subscribe/#via-email I won't spam!


hynek, to python
@hynek@mastodon.social avatar

In my quest to produce a shorter video, I’ve produced my longest so far:

tox vs Nox: What are they for & How do you choose?: https://www.youtube.com/watch?v=ImBvrDvK-1U

In which I introduce those two indispensable tools and reflect my own usage of BOTH. Enjoy!

fohrloop, to python
@fohrloop@fosstodon.org avatar

The new python 3.13 REPL looks so useful that I might be able to switch from IPython to it entirely!

https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/

chaotin, to random German
@chaotin@corteximplant.com avatar

Battery sizes explained 🔋

djangochat, to random
@djangochat@fosstodon.org avatar

Ep162: Self-Hosted Open Source with Michael Kennedy is now live!

@mkennedy hosts the Talk Python podcast, co-hosts Python Bytes, and runs courses at Talk Python Training. We discuss his recent shift to mainly self-hosted open-source options for everything from marketing emails to analytics and more.

https://djangochat.com/episodes/michael-kennedy

carlton, to random
@carlton@fosstodon.org avatar

One for the weekend! Neapolitan v24.4 is available for your pip install now.

$ pip install neapolitan==24.4

(I would say available on PyPI, but the website is not showing it instantly. 🤔)

Let's go with the changelog:

https://github.com/carltongibson/neapolitan/blob/main/CHANGELOG.rst#244

Enjoy! 🎁

adamchainz, to python
@adamchainz@fosstodon.org avatar

✍️ New post with a little recipe for generating “line number paths” for classes and functions.

from inspect import getsourcefile, getsourcelines
print(f"{getsourcefile(obj)}:{getsourcelines(obj)[1]}")

✏️ I use this pattern sometimes for batch edits.

https://adamj.eu/tech/2024/04/25/python-line-number-paths-inspect/

fraser, to random
@fraser@m.universetoday.com avatar

Last November, NASA's Voyager 1 sent home garbled data, and engineers traced the problem to the flight data subsystem (FDS). The problem turned out to be a single chip in the FDS memory. They couldn't repair the chip but could move the affected code into sections and store them in different parts of the FDS system. They tested the new system this week, sending signals to the Voyager 1, 22.5 light-hours away. It worked, and Voyager 1 is back.

https://blogs.nasa.gov/voyager/2024/04/22/nasas-voyager-1-resumes-sending-engineering-updates-to-earth/

czue, to django
@czue@mastodon.social avatar

I just published a new article!

It's a 4,000-word guide using websockets in Django that contains everything I wished existed when I set out to about them.

I use channels and htmx to build an async ChatGPT clone with streaming and memory.

https://www.saaspegasus.com/guides/django-websockets-chatgpt-channels-htmx/

mblayman, to django
@mblayman@mastodon.social avatar

🚀 Want to understand how Django keeps track of visitors between web requests? Then you want to understand how "sessions" work, and that is the topic of this Riffs episode! https://djangoriffs.com/episodes/user-session-data

mariatta, to random
@mariatta@fosstodon.org avatar

Dear event organizers, thanks for putting it all together, but please also state:

  • your time zone (and be explicit about "UTC+-???", instead of just "EST")

  • your event hashtag (is it # EventName?, or # EventNameWithYear?)

carlton, to random
@carlton@fosstodon.org avatar

I'm trying something new.

I'm going to do a monthly longer form piece on application development,
operations, and the process (and business) of making software.

https://noumenal.es/posts/the-stack-report/3Ak/

levlaz, to random
@levlaz@hachyderm.io avatar

I just published a new version of a module, cloud-utils/v0.1.0, check it out! https://github.com/levlaz/daggerverse/releases/tag/cloud-utils/v0.1.0

carlton, to django
@carlton@fosstodon.org avatar

It’s all go today! 🏎️

New @djangochat with ORM super hero Simon Charette 🤩

I was very excited to have Simon on. It only took me like four years to ask him 🤦‍♀️

Anyhow, it’s a goodie. Enjoy! 🎙️

https://djangochat.com/episodes/django-orm-simon-charette

webology, to random
@webology@mastodon.social avatar

💔 Hugs to our friends at Amazon who are impacted by today's layoffs.

I still can't find a public report of it, but I heard from a few trusted friends.

📈 They do this on a record, all-time high stock price day after record profits. 💸

Y'all deserve better than this. Greed is evil AF.

https://finance.yahoo.com/quote/AMZN/

carlton, to django
@carlton@fosstodon.org avatar

Channels v4.1 is now available on PyPI. 🎉

$ pip install -U channels

https://channels.readthedocs.io/en/latest/releases/4.1.0.html

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