python

Back Open Paginator
25.08.2025 14:27
cot (@cot@mastodon.social)

Je me suis amusé avec et pour l’exploration de données géographiques. youtu.be/nmvyW3EygI0?si=ZehTes




Show Original Post


25.08.2025 13:55
pycharm (@pycharm@techhub.social)

Fine-Tuning and Deploying GPT Models Using Hugging Face Transformers
#Python #Pycharm #Datascience #Howtos #Gpt #Huggingface #Machinelearning

blog.jetbrains.com/pycharm/202




Show Original Post


25.08.2025 13:09
cheukting_ho (@cheukting_ho@fosstodon.org)

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





Show Original Post


25.08.2025 12:25
lpryszcz (@lpryszcz@genomic.social)

#NumPy, #SciPy and The Wild Early Days of Scientific #Python with NumPy creator Travis Oliphant
youtube.com/watch?v=-xhai2iu_QY




Show Original Post


25.08.2025 12:20
jos1264 (@jos1264@social.skynetcloud.site)

Hackers Abuse Python eval/exec Calls to Run Malicious Code gbhackers.com/hackers-abuse-py #CyberSecurityNews #cybersecurity #Vulnerability #Python




Show Original Post


25.08.2025 12:00
sheena (@sheena@fosstodon.org)

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!
za.pycon.org/friends-of-pycon-

#FriendsOfPyConAfrica #Python #PyConAfrica #PyConZA





Show Original Post


25.08.2025 12:00
pyconafrica (@pyconafrica@mastodon.social)

PyCon Africa tickets on sale now!

Join us in-person or remotely!
za.pycon.org/tickets





Show Original Post


25.08.2025 11:50
Walrus (@Walrus@toot.wales)

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




Show Original Post


25.08.2025 11:44
hugovk (@hugovk@mastodon.social)

Just released: humanize 4.13.0! 🚀

🤖 Optimise `naturalsize` algorithm by using `math.log`

🤖 Fix `precisedelta` rounding

github.com/python-humanize/hum




Show Original Post


25.08.2025 11:43
white_gecko (@white_gecko@chaos.social)

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

#python #isitmeorisitabug




Show Original Post


25.08.2025 11:42
frederic (@frederic@chaos.social)

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.




Show Original Post


25.08.2025 11:36
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

📅 Saturday — July 26, 2025
⚔ Weekend warrior mode — Day 209!
🐍 Python + Codecademy progress
📖 2 articles read today
📌 Trello updated, logs posted




Show Original Post


1 ...1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 ...1548
UP