Переводим fb2 книжки, с нейронками, для себя
Хотел написать классическую статью, ни разу не писал, ради интереса попросил ChatGPT и она все написала, стало скучно до жути, эта «классическая » статья будет под спойлером, она реально по теме, написана с двух запросов, а далее будет кратенько и технически что и зачем, со ссылками на примеры. Для технической части нужны знания python, llm, cuda и что такое OpenAI API.
https://habr.com/ru/articles/946870/
#перевод #переводы #fb2 #scifi #spacy #python #cuda #llm #llmмодели #llmприложения
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 · ...
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

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.
⚙️ https://github.com/adamghill/troml
📦 https://pypi.org/project/troml/
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
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?

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

Somebody knows a cheap VPS with Python to host one of my domain? Possibly a FreeBSD VPS.
#vps #freebsd #python #mastohelp
Should I make more T-shirts?
https://villares-shop.fourthwall.com/
https://umapenca.com/villares/
#Python #Processing #py5 #CreativeCoding #FLOSS #numpy #shapely #trimesh

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))

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
