Search
1000 results for “paulox”
-
Andrew Mshar is presenting the first lightning talk session at DjangoCon US 2024 in Durham, North Carolina (US) 🐂
#Django #DjangoCon #DjangoConUS #DjangoConUS2024 #LightningTalk
-
Ryan Cheley is giving the talk "Error Culture" at DjangoCon US 2024 in Durham, North Carolina (US) 🐂
https://2024.djangocon.us/talks/error-culture/
#Django #DjangoCon #DjangoConUS #DjangoConUS2024 #ErrorCulture
-
Chris May is giving the talk "Choosing Wisely: SPA vs. HTMX for Your Next Web Project" at DjangoCon US 2024 in Durham, North Carolina (US) 🐂
https://2024.djangocon.us/talks/choosing-wisely-spa-vs-htmx-for-your-next-web-project/
-
Sheena O'Connell is giving the first keynote "Power to the People who Teach the People" at DjangoCon US 2024 in Durham, North Carolina (US) 🧑🏫
https://2024.djangocon.us/talks/keynote-monday/
#Django #DjangoCon #DjangoConUS #DjangoConUS2024 #Teaching #Learning
-
DjangoCon US 2024 just kicked off in Durham 🐂, North Carolina (US) with Kojo Idrissa orientation and Perer Grandstaff introduction 🚀
CC @kojoidrissa @djangocon
#Django #DjangoCon #DjangoConUS #DjangoConUS2024 -
Pandoc 3.4 has been released 🎉
Pandoc (the universal markup converter) changed the default PDF engine via HTML from wkhtmltopdf (now deprecated) to WeasyPrint (written in Python) which is the easiest-to-install, maintained alternative 🐍
https://pandoc.org/releases.html#pandoc-3.4-2024-09-09
#Markup #Python #Converter #WeasyPrint #PDF #HTML #Pandoc #OpenSource #FreeSoftware
-
I'm looking for advice on the best way to install Python on a new MacBook Pro 🍎
On my Dell XPS 13 with Ubuntu 24.04 the time to install Python and start programming is literally 0 seconds, since it is pre-installed 🐧
I would like to avoid bloatware (eg: Xcode or similar), Docker (at least for now) or GUI, unless absolutely necessary to create a virtualenv in the terminal and start programming with Django (if it's possible) 🐍
Less is more ✨
-
I made my first contribution to Lapce ✅
https://github.com/lapce/lapce/pull/3495Lapce is a lightning-fast and Powerful Code Editor written in Rust 🦀
-
TIL @courtbouillon ⭕
They conceive high-quality #OpenSource 👏🏻
#WeasyPrint the awesome document factory
#CairoSVG convert your vector images
#tinycss2 a tiny CSS parser
#pydyf a low-level PDF creator
#Pyphen hy-phen-ation made easy
and many more…Support them 👇🏻
https://opencollective.com/courtbouillon -
TIL @courtbouillon ⭕
They conceive high-quality #OpenSource 👏🏻
#WeasyPrint the awesome document factory
#CairoSVG convert your vector images
#tinycss2 a tiny CSS parser
#pydyf a low-level PDF creator
#Pyphen hy-phen-ation made easy
and many more…Support them 👇🏻
https://opencollective.com/courtbouillon -
TIL @courtbouillon ⭕
They conceive high-quality #OpenSource 👏🏻
#WeasyPrint the awesome document factory
#CairoSVG convert your vector images
#tinycss2 a tiny CSS parser
#pydyf a low-level PDF creator
#Pyphen hy-phen-ation made easy
and many more…Support them 👇🏻
https://opencollective.com/courtbouillon -
TIL @courtbouillon ⭕
They conceive high-quality #OpenSource 👏🏻
#WeasyPrint the awesome document factory
#CairoSVG convert your vector images
#tinycss2 a tiny CSS parser
#pydyf a low-level PDF creator
#Pyphen hy-phen-ation made easy
and many more…Support them 👇🏻
https://opencollective.com/courtbouillon -
TIL @courtbouillon ⭕
They conceive high-quality #OpenSource 👏🏻
#WeasyPrint the awesome document factory
#CairoSVG convert your vector images
#tinycss2 a tiny CSS parser
#pydyf a low-level PDF creator
#Pyphen hy-phen-ation made easy
and many more…Support them 👇🏻
https://opencollective.com/courtbouillon -
🎂️ Happy birthday to Linus Torvalds 👨💻️
🗣️ He announced Linux 🐧️ in 1991 on the newsgroup comp.os.minix with this message: 📰️
💻️ "I'm doing a (free) operating system (just a hobby, won't be big and professional like GNU) for 386(486) AT clones." 👇️
https://groups.google.com/g/comp.os.minix/c/dlNtH7RRrGA/m/SwRavCzVE7gJ?hl=en
#Linux #LinusTorvalds #NewsGroup #Minix #Free #OperatingSystem #OS #Hobby #GNU #Wednesday
-
pgvector 0.6.0 has been released 🎉
It now supports parallel index builds for HNSW 🗂️
Building an HNSW index is now up to 30x faster for unlogged tables ⚡
For full release notes, please review the pgvector changelog 👇
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#060-2024-01-29#pgvector #vectors #embeddings #postgresql #darabase #release #hnsw #indexes
-
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 -
Django 5.0 has been released 🎉
After months of work, everyone can use this great new version 🙌
My favorite features are:
• 🤖 generated fields
• ✅ database default values
• 🔑 prefetch related for generic foreign keysWhich are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/#Django #GeneratedField #GeneratedColumn #Database #ORM #SQLite #PostgreSQL #MySQL #MariaDB #Default #ForeignKey #Django5 #Python #Python312 #Web #Framework #Release #ORM
-
I'm working on the 2nd article in the series on #GeneratedField and #PostgreSQL ✍️
While doing some tests with models with multi-table inheritance, I found an error that I reported on the Django issue tracker 🐛
Help us fix it before #Django 5.0 release 👇
https://code.djangoproject.com/ticket/34985 -
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. 🆘
-
I found my second bug in Django 5.0 after the feature freeze 🐛
It's related to GeneratedField and DecimalField and maybe you can help to fix it 👇
https://code.djangoproject.com/ticket/34877#django #django5 #bug #generatedfield #decimalfield #sql #orm #migrations
-
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
-
@felixxm here is a fresh PR to be reviewed 😇
https://github.com/django/django/pull/16417Ref ticket 31300
https://code.djangoproject.com/ticket/31300 -
I look forward to seeing the completed PR for Gnome Software with the Open Source software only filter. 😁
It will be a big improvement brought by Gnome 44 and going back to promoting all the great Free Software available instead of the often insecure and buggy closed source alternatives. 💪
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1515
#gnome #gnome44 #opensource #freesoftware #foss #license #gnomesoftware
-
Today January 31st is the birthday of Guido van Rossum creator of the Python programming language for which he was the benevolent dictator for life 🎉
“Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another’s code; too little and expressiveness is endangered”
Thank you for your contribution to the FOSS community and Happy Birthday 🎂
His personal page 👇
https://gvanrossum.github.io/© Michael Cavotta (CC BY-NC-ND 4.0)
-
Happy birthday to Guido van Rossum, born January 31, 1956 🥳
He is a Dutch programmer best known as the creator of the Python programming language, for which he was the "benevolent dictator for life" (BDFL) until he stepped down from the position on 2018 🐍
Guido website 👇
https://gvanrossum.github.io/Photo credit: Michael Cavotta
License: CC BY-NC-ND 4.0 -
During my vacation (it's almost over) I finally climbed Monte Camicia (on Gran Sasso) not the highest peak I've been, but quite challenging to reach 🏔️
I hope you also did something you've been putting off for a long time ✅
My track 🗺️
https://www.wikiloc.com/hiking-trails/hiking-to-monte-camicia-from-fonte-vetica-180873277#hiking #abruzzo #montecamicia #gransasso #peaks #vacation #holydays
-
Yesterday Python Pescara, GDG Pescara and Lean StartUp Lab Pescara spent a day in the mountains at Campo Imperatore, cooking and eating "arrosticini" at Ristoro Mucciante and visiting the locations of the Bud Spencer and Terenche Hill films 🤠
#Python #Trinita #SpaghettiWestern #CampoImperatore #Abruzzo #GranSasso #Pescara #PythonPescara #BudSpencer #TerencheHill
-
I spent the first hours of my summer holidays as I love: walking on the high peaks of the Gran Sasso, in the Italian Apennines ⛰️🇮🇹
The alarm went off really early and the fresh wind blew non-stop, but it was worth it 🧗✨
-
RT @psycopg
Psycopg 3.1.5 released. A few bug fixes and *big* speedup improvements: networking, namedtuples, arrays...
Try it out now! 😄🚀
https://github.com/psycopg/psycopg/blob/master/docs/news.rst#psycopg-315