python

Back Open Paginator
27.09.2025 01:58
HumanServitor (@HumanServitor@mastodon.social)

Been a busy bee working on my text adventure game side project last couple days. Each of these files is a short text encounter with 3-10 frames of paragraph-long text with 3-6 dialog choices in each frame... a tiny story.

These are more advanced encounters.
vs.

1/2





Show Original Post


27.09.2025 01:05
socalpython (@socalpython@fosstodon.org)

If you’re in SoCal tomorrow and would like to make it a day of #Python, come to @pybeach! :python:

2025.pybeach.org/

Tickets are still available, and are very reasonably priced: ti.to/pybeach/pybeach2025

The schedule is stellar: pretalx.com/pybeach2025/schedu

You can even buy a shirt, and you should definitely do that even if you won’t be attending: customink.com/fundraising/pybe




Show Original Post


27.09.2025 00:21
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

How to manage Python projects with Poetry

infoworld.com/article/2256032/




Show Original Post


27.09.2025 00:20
GripNews (@GripNews@mastodon.social)

🌘 使用 Poetry 管理 Python 專案:從入門到精通
➤ 深入解析 Poetry 如何革新 Python 專案管理與虛擬環境
infoworld.com/article/2256032/
本文介紹了 Poetry,一個旨在簡化 Python 專案依賴管理和虛擬環境設置的工具。Poetry 採用了與傳統方法不同的策略,例如將虛擬環境集中存儲,並透過 `pyproject.toml` 檔案進行專案配置。文章詳細說明瞭如何安裝 Poetry、建立新專案、配置依賴項(包括依賴項羣組)以及如何處理虛擬環境。與 `uv` 等其他新興工具的比較也提供了額外參考,整體而言,Poetry 為 Python 開發者提供了一個更一致、更易於管理的專案開發流程。
+ Poetry 的集中式虛擬環境管理確實省去了不少麻煩,但也需要適應它的工作流程。對於剛接觸的用戶來說,`pyproject.toml` 的作用很重要。
+ 很高興




Show Original Post


27.09.2025 00:10
jrovu (@jrovu@mastodon.social)

Monty Python "Four Yorkshiremen"

youtube.com/watch?v=ue7wM0QC5LE

"Luxury."




Show Original Post


26.09.2025 23:27
ruralocity (@ruralocity@mastodon.social)

I'm not versed in the community; is there a backstory about Django Ninja being forked that should sway me from considering it? I've got a work project that feels like a solid fit for it. github.com/pmdevita/django-shi




Show Original Post


26.09.2025 23:26
phildini (@phildini@wandering.shop)

The #Python ecosystem has more in common with #JavaScript than #rust.

Change my mind




Show Original Post


26.09.2025 23:00
jbz (@jbz@indieweb.social)

Is Fortran better than Python for teaching the basics of numerical linear algebra? – Dr. Jean-Christophe Loiseau

loiseaujc.github.io/posts/blog

#fortran #python #programming




Show Original Post


26.09.2025 22:49
dn (@dn@mastodon.nzoss.nz)

@tymwol Agreed. So, how should such situations be handled? #python




Show Original Post


26.09.2025 22:09
krzysztof_dyba (@krzysztof_dyba@fosstodon.org)

I have a Landsat satellite scene consisting of 10 separate bands. I'm trying to save it as single multiband file (tif) using `rasterio`. However, I'm having problem with LZW compression. The output file is 1.79 GB, while using the `terra` or `stars` packages the file is less than 1 GB (the compression level and data type are the same). Do you have any idea what the problem is?

Code: github.com/kadyb/raster-benchm
Dataset: drive.google.com/uc?id=1lzglfQ

#gischat #rspatial #python




Show Original Post


26.09.2025 21:58
pr_ret_lutz (@pr_ret_lutz@jasette.facil.services)

#quOnSeLeDise

pathlib.Path('foo').joinpath('/bar/baz')
will silently do nothing and return
/bar/baz and not foo/bar/baz because the second path is absolute...🤔

#python




Show Original Post


26.09.2025 21:26
underdarkGIS (@underdarkGIS@fosstodon.org)

What do you wish Data Scientists knew about spatial?

I'll be at #PyDataParis next week to spread the word

pydata.org/paris2025

#GISChat #Python #DataScience #SpatialDataScience #PyData #Paris




Show Original Post


1 ...1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 ...1557
UP