Search
1000 results for “paulox”
-
I just gave my talk "A Python full-text search" at PyCon US 2023 in Salt Lake City. 🐍🇺🇲
It was a wonderful experience to have such a large room full of listeners. 😀
#PyCon #PyConUS #Django #FullTextSearch #PythonSpeakingTour
-
I just gave my talk "A Python full-text search" at PyCon US 2023 in Salt Lake City. 🐍🇺🇲
It was a wonderful experience to have such a large room full of listeners. 😀
#PyCon #PyConUS #Django #FullTextSearch #PythonSpeakingTour
-
I just gave my talk "A Python full-text search" at PyCon US 2023 in Salt Lake City. 🐍🇺🇲
It was a wonderful experience to have such a large room full of listeners. 😀
#PyCon #PyConUS #Django #FullTextSearch #PythonSpeakingTour
-
Here, at the end, is my article on my 2024 review. 😀
Happy New Year! 🎉
#Goodbye2024 #Welcome2025 #YearInReview #YearInReview2024 #HappyNewYear #NewYearsEve #NewYear
-
I am honored that Python Software Foundation announced yesterday that I have been named a PSF fellow member, along with Adam Johnson 🐍
I wrote about it on my blog 👇
https://www.paulox.net/2024/08/14/python-software-foundation-fellow-member/ -
I'm running for a seat on the 2023 Python Software Foundation (PSF) board for the first time 🐍
I've published my nomination statement on my blog 👇
https://www.paulox.net/2023/06/20/2023-python-software-foundation-board-nomination/#Python #PSF #PythonSoftwareFoundation #Board #Election #Software #Foundation
CC @ThePSF
-
Just published a new article on how to use UUIDv7 today with Python 3.14, Django 5.2 and PostgreSQL 18 🐍
I walk through Python generation, Django models, db_default, PostgreSQL functions, GeneratedField and even UUIDv47 for safer public IDs 🤖
Hope it's useful! 🙂
👉 https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
#Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18
-
Just published a new article on how to use UUIDv7 today with Python 3.14, Django 5.2 and PostgreSQL 18 🐍
I walk through Python generation, Django models, db_default, PostgreSQL functions, GeneratedField and even UUIDv47 for safer public IDs 🤖
Hope it's useful! 🙂
👉 https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
#Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18
-
Just published a new article on how to use UUIDv7 today with Python 3.14, Django 5.2 and PostgreSQL 18 🐍
I walk through Python generation, Django models, db_default, PostgreSQL functions, GeneratedField and even UUIDv47 for safer public IDs 🤖
Hope it's useful! 🙂
👉 https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
#Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18
-
Just published a new article on how to use UUIDv7 today with Python 3.14, Django 5.2 and PostgreSQL 18 🐍
I walk through Python generation, Django models, db_default, PostgreSQL functions, GeneratedField and even UUIDv47 for safer public IDs 🤖
Hope it's useful! 🙂
👉 https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
#Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18
-
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
-
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
-
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
-
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
-
Two weeks ago, I joined Will Vincent and Carlton Gibson on the DjangoChat podcast to talk about Django On The Med 🏖️
We had just returned from Palafrugell after three amazing sprint days, and it was the perfect moment to share how it all came together, what we built, and what’s next. 🎙️
You can listen or watch the full episode 👇
https://www.paulox.net/2025/10/21/django-chat-episode-187-django-on-the-med-paolo-melchiorre/ -
As you asked, @wsvincent, here's my Django On The Med 2025 🏖️ experience post, for those of you who want to see the pictures in one place. 😄
-
It’s such a joy to see the first Django On The Med sprints come to life so beautifully. 🏖️
I had first suggested this idea back in 2022, and helping organize it together with @carlton made it even more special. 😊
I’m truly grateful to everyone who joined, shared their energy, and made these three days such a positive experience. 🙌
Read my post collecting all the Mastodon moments from the event:
👉 https://www.paulox.net/2025/10/12/my-django-on-the-med-2025/ -
🌠 I created a #GitHub repository with my #Python solutions for the #AdventOfCode puzzles
🧩 All solutions use only the #PythonStandardLibrary with no need for external packages
🔬 #Tests are included in function #docstrings and can be run using the #doctest module
⚠️ I don't think I will be able to enter the #solutions every day and definitely not in the morning
🐍 I participate in #AoC to #improve my Python #knowledge rather than to compete in the #leaderboard
-
🌠 I created a #GitHub repository with my #Python solutions for the #AdventOfCode puzzles
🧩 All solutions use only the #PythonStandardLibrary with no need for external packages
🔬 #Tests are included in function #docstrings and can be run using the #doctest module
⚠️ I don't think I will be able to enter the #solutions every day and definitely not in the morning
🐍 I participate in #AoC to #improve my Python #knowledge rather than to compete in the #leaderboard
-
🌠 I created a #GitHub repository with my #Python solutions for the #AdventOfCode puzzles
🧩 All solutions use only the #PythonStandardLibrary with no need for external packages
🔬 #Tests are included in function #docstrings and can be run using the #doctest module
⚠️ I don't think I will be able to enter the #solutions every day and definitely not in the morning
🐍 I participate in #AoC to #improve my Python #knowledge rather than to compete in the #leaderboard
-
🌠 I created a #GitHub repository with my #Python solutions for the #AdventOfCode puzzles
🧩 All solutions use only the #PythonStandardLibrary with no need for external packages
🔬 #Tests are included in function #docstrings and can be run using the #doctest module
⚠️ I don't think I will be able to enter the #solutions every day and definitely not in the morning
🐍 I participate in #AoC to #improve my Python #knowledge rather than to compete in the #leaderboard
-
The Posette conference 2024 will start this afternoon¹ and will end on Friday morning¹ with my talk "Semantic search with Django, PostgreSQL, & pgvector" 🐘
More info 👇
https://www.paulox.net/2024/06/13/posette-2024/[¹] UTC
#posetteconf #posette #posetteconf2024 #postgres #django #pgvector #vectors
CC @posetteconf
-
I just published a short guide explaining how to upgrade PostgreSQL 🐘 from version 14 to 15 on Ubuntu 23.04 (Lunar Lobster) 🦞 after upgrading it from version 22.10 (Kinetic Kudu) 🐐
-
📅 On this same day last year, I was in Copenhagen at my first in-person conference after two years of online-only conferences, to present the opening talk of DjanogDay 2022, the conference organized by DjangoDenmark 🇩🇰
I send a hug to everyone I met during that fantastic experience 🤗
#Django #DjangoDay #DjangoCPH #DjangoDenmark
https://www.paulox.net/2022/04/08/django-day-copenhagen-2022/
-
Here, at the end, is my article on my 2024 review. 😀
Happy New Year! 🎉
#Goodbye2024 #Welcome2025 #YearInReview #YearInReview2024 #HappyNewYear #NewYearsEve #NewYear
-
Here, at the end, is my article on my 2024 review. 😀
Happy New Year! 🎉
#Goodbye2024 #Welcome2025 #YearInReview #YearInReview2024 #HappyNewYear #NewYearsEve #NewYear
-
Here, at the end, is my article on my 2024 review. 😀
Happy New Year! 🎉
#Goodbye2024 #Welcome2025 #YearInReview #YearInReview2024 #HappyNewYear #NewYearsEve #NewYear
-
Here, at the end, is my article on my 2024 review. 😀
Happy New Year! 🎉
#Goodbye2024 #Welcome2025 #YearInReview #YearInReview2024 #HappyNewYear #NewYearsEve #NewYear
-
I posted a summary of my experience at the "DjangoCon Europe 2025" conference. 🇪🇺🇮🇪
I listed in chronological order all the posts published on Mastodon during the conference. 💬
Lots of selfies guaranteed. 🤳
-
I just gave the talk "The incredible Djangonaut Space project" in Dublin, during DjangoCon Europe 2025 🇮🇪🇪🇺
https://www.paulox.net/2025/04/25/djangocon-europe-2025/
#DjangoConEurope #DjangoConEurope2025 #DjangoConEurope25 #DjangoCon #Europe #Django #Conference #Dublin #Speakers