home.social

Search

1000 results for “paulox”

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

    paulox.net/2023/04/23/pycon-us

    CC @pycon @PyConUS @djangoproject

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

    paulox.net/2023/04/23/pycon-us

    CC @pycon @PyConUS @djangoproject

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

    paulox.net/2023/04/23/pycon-us

    CC @pycon @PyConUS @djangoproject

  4. 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 👇
    paulox.net/2024/08/14/python-s

    CC @ThePSF @adamchainz

  5. 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! 🙂

    👉 paulox.net/2025/11/14/how-to-u

    #Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18

  6. 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! 🙂

    👉 paulox.net/2025/11/14/how-to-u

    #Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18

  7. 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! 🙂

    👉 paulox.net/2025/11/14/how-to-u

    #Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18

  8. 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! 🙂

    👉 paulox.net/2025/11/14/how-to-u

    #Python #Django #PostgreSQL #UUIDv7 #UUIDv47 #Python314 #Django52 #Postgres18

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

    github.com/pauloxnet/adventofc

    #AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD

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

    github.com/pauloxnet/adventofc

    #AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD

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

    github.com/pauloxnet/adventofc

    #AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD

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

    github.com/pauloxnet/adventofc

    #AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD

  13. 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 👇
    paulox.net/2025/10/21/django-c

    🏖️

    CC @djangochat @wsvincent @carlton @django

  14. 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. 😄

    fosstodon.org/@paulox/11536055

  15. 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:
    👉 paulox.net/2025/10/12/my-djang

  16. 🌠 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

    👇
    github.com/pauloxnet/adventofc

  17. 🌠 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

    👇
    github.com/pauloxnet/adventofc

  18. 🌠 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

    👇
    github.com/pauloxnet/adventofc

  19. 🌠 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

    👇
    github.com/pauloxnet/adventofc

  20. 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 👇
    paulox.net/2024/06/13/posette-

    [¹] UTC

    CC @posetteconf

  21. 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) 🐐

    Read it 👇
    paulox.net/2023/04/27/upgradin

  22. 📅 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 🤗

    CC @djangodenmark

    paulox.net/2022/04/08/django-d

  23. 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. 🤳

    paulox.net/2025/05/13/my-djang