@paulox@fosstodon.org
@paulox@fosstodon.org avatar

paulox

@paulox@fosstodon.org

🐍 #Python developer
🦄 #Django contributor
🗣 Conference speaker
🐧 #GNU / #Linux user
🥑 #FreeSoftware advocate
🧩 #PSF / #DSF / #PythonItalia member
🇮🇹 #PyConItalia co-organizer
🐬 #PythonPescara founder

© 2019 Paolo Melchiorre
⚖️ Creative Commons BY‐SA 4.0 (some rights reserved)

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

paulox, to random
@paulox@fosstodon.org avatar

"I think the PSF will be a better place if they improve the language inclusivity in the community to let also other cultures be part of this community."
-- Paolo Melchiorre

From my interview with @kjaymiller for "Python Community News" 🐍

Clip ✂️🎬
https://youtube.com/clip/UgkxcZhQvKAKvtd-kQWPG5HGWiiebhQHURqh?feature=share7

CC @ThePSF

paulox, to GNOME
@paulox@fosstodon.org avatar

GNOME Python binding 👣🐍

PyGObject changes for GNOME 45:

  • drop GTK2 and Python 3.7 🧽
  • support Python 3.12 ✨
  • GTK4 and Libadwaita documentation 📚

Info 👇
https://release.gnome.org/45/developers/index.html#gnome-python

CC @gnome

paulox, to food
@paulox@fosstodon.org avatar

One thing I love to do before leaving for a long trip is to cook a typical Italian dish based on the season 🧑‍🍳

For my trip to North Carolina I cooked: Paccheri pasta 🍝 with fresh tuna fish 🐟 , cherry tomatoes 🍅 and Taggiasca olives 🫒

https://www.giallozafferano.com/recipes/Pasta-with-fresh-tuna-and-cherry-tomatoes.html

Now I'm ready to go 🛫

Particular of dish of pasta

paulox, to random
@paulox@fosstodon.org avatar

I found a very old project of mine, which I would like to publish on GitHub, but I created it, I didn't use any version control system, not even SVN or CVS 🗿
I can read the creation and last modification date of those files 🕵️
I would like to create a Git repository so that the various commit dates are the date the files were created 🗓️
From an initial search, I found this question on StackOverflow
https://stackoverflow.com/q/3895453/755343

Have any of you done something like this? 💡

paulox, to django
@paulox@fosstodon.org avatar

The second leg of my trip to Durham, North Carolina is over ✅
London LGW 🛫 to Reykjavík KEF 🛬

An added value of conference travel is meeting old friends and eating great food 🍣

paulox, to programming
@paulox@fosstodon.org avatar

Fabio Pliger (PyScript co-creator and Principal Software Architect at Anaconda) just gave the talk "PyScript and the magic of Python in the browser" at PyCon US 2023 🇺🇲🐍

CC @pycon @PyConUS @conda

Lice captions for the Fabio talk
Fabio presenting his talk
Closing slide of Fabio talk

paulox, to italia
@paulox@fosstodon.org avatar

PyCon Italia 2024 is officially started with the opening session in Florence 🇮🇹🐍🤌

CC @pycon

Me at the opening session
A room full of attendees
Attendees gesturing pinched fingers

paulox, to random
@paulox@fosstodon.org avatar

At DjangoCon Europe 2023 David Vaz and Miguel Magalhães invited to join PyCon Portugal 2023 and announced DjangoCon Europe 2024 in Vigo (Spain) 🇪🇸🇪🇺🦄
https://2024.djangocon.eu/

CC @djangoconeurope @djangocon

David and Miguel on the stage of DjangoCon Europe 2023
David and Miguel on the stage of DjangoCon Europe 2023
David and Miguel on the stage of DjangoCon Europe 2023

paulox, to python
@paulox@fosstodon.org avatar

Everyone, welcome to the Fediverse for Antonio Cuni @antocuni , HPy founder, PyPy and PyScript core dev and a friend of mine. 👋

paulox, to python
@paulox@fosstodon.org avatar

I finally updated the first article on web maps with Django and SpatiaLite (SQLite) that I wrote in 2020. I tested the guide with Python 3.11, Django 4.1 and Ubuntu 22.10 and made some small improvements. ✨

I hope you find it interesting. 🤞

Any feedback is welcome. ✅

Happy reading. 👍

https://www.paulox.net/2020/12/08/maps-with-django-part-1-geodjango-spatialite-and-leaflet/

paulox, to django
@paulox@fosstodon.org avatar

The recording of my talk "All about djangoproject com", which I gave during DjangoCon US, in Durham, North Carolina in October 2023, is available 🎉

Watch it if you didn't attend the conference and are interested in the Django project site 👇

#Django #DjangoCon #DjangoConUS #DjangoConUS2023 #DjangoCon2023

https://youtu.be/2wwiFe1PKfU

CC @djangocon

paulox, to django
@paulox@fosstodon.org avatar

I just noticed that the website https://www.djangosites.org was shut down last week by its creator @rosspoulton with the article "Goodbye, Djangosites". 🥲

I thank him for creating this site in 2007 and for maintaining it for almost twenty years .🙏

paulox, to python
@paulox@fosstodon.org avatar

RT @charliermarsh

Ruff v0.2.0 is out now 😎

From v0.1.0 to v0.2.0, we saw...

  • 891 PRs
  • 118 contributors (including 80 new contributors)
  • Over 100 new rules

https://astral.sh/blog/ruff-v0.2.0

CC @charliermarsh

paulox, to python
@paulox@fosstodon.org avatar

⭐⭐ Here's my Advent of Code 2023 Day 6 "Wait For It" solution in pure Python 🐍

https://github.com/pauloxnet/adventofcode/

paulox, (edited ) to books
@paulox@fosstodon.org avatar

✍️
“Remember:
There are three things
all wise men fear:
the sea in storm,
a night with no moon
and the anger of a gentle man.”

-- Patrick Rothfuss
“The wise man's fear”
The Kingkiller Chronicle





paulox, to django
@paulox@fosstodon.org avatar

I found my first bug in Django 5.0 after the feature freeze 🐛

It's related to GeneratedField and JSONField and maybe you can help to fix it 👇
https://code.djangoproject.com/ticket/34861

#django #django5 #bug #generatedfield #jsonfield #json #sql #orm #migrations

paulox, to django
@paulox@fosstodon.org avatar

Continuing with my experiments with Django 5.0 generated fields I found two error situations that I reported in this potentially blocking release issue. 🐛

Any help in the resolution could be useful since the release of Django 5.0 is only a month away. 🆘

https://code.djangoproject.com/ticket/34944

paulox, to italia
@paulox@fosstodon.org avatar

At PyCon Italia 2024 we take food very seriously, and this year we have several lunch options, all of which are delicious. 🇮🇹🐍🍷🍝

CC @pycon

People eating at tables outside
Vegan kiosk
People eating on the garden

paulox, to django
@paulox@fosstodon.org avatar

DjangoCon US 2023 ended with this second day of sprints ✅
It was fantastic to meet this wonderful community 🤗
I tried to say goodbye to them all before leaving🫂

CC @djangocon @timb07 @webology @kojoidrissa @BajoranEngineer @kjaymiller @CodenameTim @ryancheley

#Django #DjangoCon #DjangoConUS #DjangoCon2023 #DjangoConUS2023 #DjangoJourney #Conference

People at DjangoCon US 203
People at DjangoCon US 203
People at DjangoCon US 203

paulox, (edited ) to fediverse
@paulox@fosstodon.org avatar

I joined the Open Space about Takahe and ActrivityPub at PyCon Us 2023 🐍🇺🇲

CC @pycon @PyConUS @andrew @takahe

paulox, to KindActions
@paulox@fosstodon.org avatar

My submission proposals for PyCon US 2024 were rejected. 🥲
Congratulations to all the speakers, especially first-time-speakers. 👏
Thanks to all the volunteers who worked to review all the proposals. 🙏
Have fun everyone in Pittsburgh. 🎉
https://us.pycon.org/2024/

paulox, to django
@paulox@fosstodon.org avatar

The last leg of my trip to Durham, North Carolina is over ✅

Reykjavík KEF 🛫 to Durham RDU 🛬

Finally, after a long journey, I met some friends on this side of the ocean 🤗

Sky view from an airplane
Me inside an airplane
Friends at Django Social meetup in Durham

paulox, (edited ) to python
@paulox@fosstodon.org avatar

At PyCon Italia 2024 Lorenzo Mele is presenting his talk "Beyond code: what role does philosophy have in programming?" 🐍

CC @pycon @greenkey

Follow it live now👇
https://2024.pycon.it/en/event/oltre-il-codice-che-ruolo-ha-la-filosofia-nella-programmazione

#PyCon #PyConIT #PyConIT24 #PyConIT2024 #PyConItalia #Python #PyCon #Italia #Philosophy

paulox, to python
@paulox@fosstodon.org avatar

Today at 12.35 PM CEST I'll present the talk "Many ways to be a Python contributor" at PyCon Italia 2024 🚀

You can follow the talk in the Tagliatelle room or watch it live online on the website 👇
https://2024.pycon.it/en/event/many-ways-to-be-a-python-contributor

#PyCon #PyConIT #PyConIT24 #PyConIT2024 #PyConItalia #Python

paulox, to italia
@paulox@fosstodon.org avatar

Closing out the second day of PyCon Italia 2024, Sheena O'Connell is presenting her keynote "A Tale from the Trenches"

CC @pycon @sheena

Follow it live now 👇
https://2024.pycon.it/en/keynotes/a-tale-from-the-trenches

#PyCon #PyConIT #PyConIT24 #PyConIT2024 #PyConItalia #Italia #PyCon #Python

Audience during the Sheena keynote
Portrait of Sheena during her talk
A selfie of Paolo and Sheena

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