python

Back Open Paginator
27.09.2025 18:09
sechilds (@sechilds@cosocial.ca)

When I created my UV index charts back in the summer, I didn’t foresee the problem that the bars would all be yellow and therefore the white labels would be unreadable.

#DataVisualization #matplotlib #python





Show Original Post


27.09.2025 17:49
rzeta0 (@rzeta0@mathstodon.xyz)

I was hoping to do a talk on computer assisted algebra with Python's Sympy at PyCon Ireland.

But this year it seems they can't cover the costs of tickets for speakers, or help with travel/accommodation.

That's a shame and I will have to forgo this opportunity :(

#python #maths #sympy





Show Original Post


27.09.2025 17:05
inautilo (@inautilo@mastodon.social)


Migrating from GitHub to Codeberg · How everything turned out as intended ilo.im/166wm0

_____




Show Original Post


27.09.2025 16:01
github32157 (@github32157@mastodon.social)

Buy Old GitHub Accounts





Show Original Post


27.09.2025 16:01
gtronix (@gtronix@infosec.exchange)

Ollama launches web search API to boost AI model accuracy and reduce hallucinations

Ollamahas introduced a new web search API, expanding the platform’s capabilities to provide real-time information for open AI models.

alternativeto.net/news/2025/9/

#Python




Show Original Post


27.09.2025 15:57
linuxgal (@linuxgal@techhub.social)

For a good time call...

$ pip install inflect
$ python3
>>> import inflect
>>> inflector=inflect.engine()
>>>print(inflector.number_to_words(8675309))
eight million, six hundred and seventy-five thousand, three hundred and nine
quit()

$ seq 1 8 | while read n; do echo $((2**n)); done \
| python3 -c "import sys,inflect;p=inflect.engine();[print(p.number_to_words(int(x.strip()))) for x in sys.stdin if x.strip()]"

#Python #25





Show Original Post


27.09.2025 15:28
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

Saturday:
September 27, 2025 Progress Report:
Day 272
Day 272

Daily Reading
• ✅ freeCodeCamp News: 1 article
• ✅ Daily.dev: 1 article
Productivity Tools
• Trello: Updated the board
Learning Platforms
• freeCodeCamp: Design a Movie Review Page





Show Original Post


27.09.2025 15:27
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

Friday:

📅 September 26, 2025 Progress Report:
Day 271
Day 271

Daily Reading
• ✅ freeCodeCamp News: 1 article
• ✅ Daily.dev: 1 article

Productivity Tools
• Trello: Updated the board

Learning Platforms
• The Odin Project: Added CHANGELOG.md & README.md





Show Original Post


27.09.2025 15:12
umbraroze (@umbraroze@tech.lgbt)

Auuuugh.

Basically, a while ago, I added progress bars on my photo importer script for file archival, using the progressbar2 #Python library. I keep forgetting that as a free bonus, it automagically added an elapsed/estimated remaining time display.

So the script is saying the photo backup *for this SD card* is going to take an hour. Just the backup though - the DNG conversion is going to probably add another hour. ...Yay.

#photography




Show Original Post


27.09.2025 14:11
agenda_du_libre (@agenda_du_libre@pouet.chapril.org)

Paris: PyData Paris 2025, Du mardi 30 septembre 2025 à 08h00 au mercredi 1 octobre 2025 à 19h00. agendadulibre.org/events/32861 #data #sciences #python




Show Original Post


27.09.2025 14:00
qiita (@qiita@rss-mstdn.studiofreesia.com)

APIをセキュアにするためのベストプラクティス
qiita.com/sugiyama404/items/78

#qiita #Python #Flask #API #Security #ベストプラクティス




Show Original Post


27.09.2025 13:59
qiita (@qiita@rss-mstdn.studiofreesia.com)

料理データから自作腸活スコアを計算&可視化してみる
qiita.com/kawamura_maya/items/

#qiita #Python




Show Original Post


1 ...1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 ...1557
UP