python

Back Open Paginator
14.09.2025 20:32
habr (@habr@zhub.link)

Переводим fb2 книжки, с нейронками, для себя

Хотел написать классическую статью, ни разу не писал, ради интереса попросил ChatGPT и она все написала, стало скучно до жути, эта «классическая » статья будет под спойлером, она реально по теме, написана с двух запросов, а далее будет кратенько и технически что и зачем, со ссылками на примеры. Для технической части нужны знания python, llm, cuda и что такое OpenAI API.

habr.com/ru/articles/946870/

#перевод #переводы #fb2 #scifi #spacy #python #cuda #llm #llmмодели #llmприложения




Show Original Post


14.09.2025 20:28
r (@r@bsky.brid.gy)

Just released: Version 10.6.22 of passagemath, the pip-installable modularized #SageMath fork, a general-purpose #Mathematics system in #Python. github.com/passagemath/... #FOSS #MathSky

Release passagemath-10.6.22 · ...




Show Original Post


14.09.2025 20:07
hapi (@hapi@blahaj.social)

Haj friend! Yes! Really nice meeting you too! Your first time here? But your human has been here before? Good to hear you like it here!

#blahaj #python #transvisie #transvisieGo





Show Original Post


14.09.2025 19:51
adamghill (@adamghill@indieweb.social)

Released 0.4.0 of `troml` 🥁, a tool to suggest classifiers for #Python packages.

- Add `check` command for CI/CD
- Add `--fix` option to automatically write out classifiers to `pyproject.toml`

Calling this one done for now. 😂 Seems useful enough for my purposes, though! Hopefully it's useful for others.

⚙️ github.com/adamghill/troml
📦 pypi.org/project/troml/




Show Original Post


14.09.2025 19:37
eduaardoromeiro (@eduaardoromeiro@bolha.us)

Há muito tempo atrás eu escrevi dois artigos de introdução a python, me peguei pra pensar se eu deveria continuar a escrever os restantes dos artigos. #python




Show Original Post


14.09.2025 17:40
ketmorco (@ketmorco@fosstodon.org)

Absolutely ridiculous? Probably!

But did you know that if you use #python and #textual (#uv isn't necessarily required but it's handy for a one-off) and #termux you can actually click on buttons in the terminal over ssh?

Frankly it's one of the silliest things I've ever done but...

just put a simple script out there somewhere that you can run Python and from within termux, #ssh over to your thing and `uv run yourscript.py` and you can tap on the buttons. Who needs native apps?





Show Original Post


14.09.2025 17:18
GripNews (@GripNews@mastodon.social)

🌘 Observable Notebooks 資料載入器:增強靜態資料的處理能力
➤ 革新資料準備方式:Observable Notebooks 的資料載入器深入解析
observablehq.com/notebook-kit/
Observable Notebooks 推出名為「資料載入器」的全新功能,它能在建置時執行,而非即時載入。這項功能可透過 Node.js 和 Python 語言,處理各種格式的靜態資料,大幅提升資料的準備效率、一致性與效能。資料載入器產生的資料會快取於本地,並可透過 Observable Desktop 或 Notebook Kit 的建置流程進行更新。此功能進一步擴展了 Observable Notebooks 在資料視覺化與分析的應用潛力,並強調了安全性與權限管理。
+ 這個新功能聽起來很棒!期待能用它來優化我的資料分析流程。
+ 對於如何在本地環境中管理套件安裝和執行權限,我還有一些疑問。
Notebooks .js




Show Original Post


14.09.2025 17:18
wnd (@wnd@fosstodon.org)

Here is a repost showing the shortest walking route on the British mainland as an orange line from census locations to the nearest heavy rail station. This uses #OpenStreetMap road and street data, #ONS and #LibraryOfScotland census population areas (Output Areas OA/Data Zone DZ) and was developed in #Python. The stations are show on the left-hand side as an orange diamond with a black boundary.





Show Original Post


14.09.2025 16:39
unruhe (@unruhe@mastodon.social)

Somebody knows a cheap VPS with Python to host one of my domain? Possibly a FreeBSD VPS.




Show Original Post


14.09.2025 16:33
villares (@villares@ciberlandia.pt)

Should I make more T-shirts?

villares-shop.fourthwall.com/

umapenca.com/villares/

#Python #Processing #py5 #CreativeCoding #FLOSS #numpy #shapely #trimesh





Show Original Post


14.09.2025 16:17
linuxgal (@linuxgal@techhub.social)

Truth tables in #Python #29

from sympy.logic.boolalg import truth_table
from sympy.abc import x, y, z

table = truth_table((x ^ y) ^ z, [x, y, z])
for t in table:
print('{0} -> {1}'.format(*t))





Show Original Post


14.09.2025 16:03
wnd (@wnd@fosstodon.org)

For those interested in such things, visualisation showing the shortest walking route on the British mainland as an orange line from census locations to the nearest heavy rail station. This uses #OpenStreetMap road and street data, #ONS and #LibraryOfScotland census population areas (Output Areas OA/Data Zone DZ) and was developed in #Python. The stations are show on the left-hand.

#DataVisualisation #railway #PublicTransport





Show Original Post


1 ...1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 ...1551
UP