Je me suis amusé avec #Geopandas et #Python pour l’exploration de données géographiques. https://youtu.be/nmvyW3EygI0?si=ZehTesQnructOUGQ
Fine-Tuning and Deploying GPT Models Using Hugging Face Transformers
#Python #Pycharm #Datascience #Howtos #Gpt #Huggingface #Machinelearning
I am so excited to be at the 1st every #PyConGreece this week. I will be giving a #workshop and #FastAPI and doing #TeaWithCheuk if you want some 1-1 time with me. Link in the comments.
#Python #PyCon #Greece #Athens

#NumPy, #SciPy and The Wild Early Days of Scientific #Python with NumPy creator Travis Oliphant
https://www.youtube.com/watch?v=-xhai2iu_QY
Hackers Abuse Python eval/exec Calls to Run Malicious Code https://gbhackers.com/hackers-abuse-python-eval-exec-calls/ #CyberSecurityNews #cybersecurity #Vulnerability #Python
Tune in to our livestream for a fun-packed experience with an incredible guest lineup!
Dawn Wages will be joining us as a special guest! More to come
Get a Free ticket and join the conversation!
https://za.pycon.org/friends-of-pycon-africa
#FriendsOfPyConAfrica #Python #PyConAfrica #PyConZA

PyCon Africa tickets on sale now!
Join us in-person or remotely!
https://za.pycon.org/tickets

This whole virtual environment thing for #Python on #RaspberryPi is an atrocity.
If the OS uses Python, and it would be disastrous for me to load a library that was not liked by the OS, then Linux provides ways to protect itself, which the people putting the distribution together could have used.
Making me set up these fragile, clumsy "venv" things, in an obscure, overcomplicated way was lazy of the distribution developers.
/rant
Just released: humanize 4.13.0! 🚀
🤖 Optimise `naturalsize` algorithm by using `math.log`
🤖 Fix `precisedelta` rounding
https://github.com/python-humanize/humanize/releases/tag/4.13.0
#Python #humanize #release
Do I understand something wrong or does Python understand me wrong?
```
Python 3.13.6 (main, Aug 7 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> class A:
... def __init__(self, q: dict = {}):
... self.q = q
...
>>> a = A()
>>> a.q
{}
>>> a.q["x"] = "y"
>>> a.q
{'x': 'y'}
>>> b = A()
>>> b.q
{'x': 'y'}
>>>
```
It is the same in Python 3.11.13
Das kann doch echt nicht sein, dass sowohl in #Python als auch #Node.js alle Pakete für #CardDav ~10 Jahre alt, unmaintained und broken sind?!
Ich möchte doch einfach nur automatisiert Adressbücher sichern. Aber das scheint überall völlig kaputt zu sein, wenn man nicht gerade NextCloud oder Baïkal als Server hat. Und `vdirsyncer` braucht leider immer wieder manuelle Eingriffe und scheidet damit als Backup-Lösung leider auch aus.
📅 Saturday — July 26, 2025
⚔ Weekend warrior mode — Day 209!
🐍 Python + Codecademy progress
📖 2 articles read today
📌 Trello updated, logs posted
#Beyond365DaysOfCode #100DaysOfCode #Python #Codecademy #WeekendWarrior #CodeJourney #LearnToCode #StayConsistent