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
#casual #gamedev #games #python

If you’re in SoCal tomorrow and would like to make it a day of #Python, come to @pybeach! ![]()
Tickets are still available, and are very reasonably priced: https://ti.to/pybeach/pybeach2025
The schedule is stellar: https://pretalx.com/pybeach2025/schedule/
You can even buy a shirt, and you should definitely do that even if you won’t be attending: https://www.customink.com/fundraising/pybeach-2025-t-shirt
How to manage Python projects with Poetry
https://www.infoworld.com/article/2256032/how-to-manage-python-projects-with-poetry.html
🌘 使用 Poetry 管理 Python 專案:從入門到精通
➤ 深入解析 Poetry 如何革新 Python 專案管理與虛擬環境
✤ https://www.infoworld.com/article/2256032/how-to-manage-python-projects-with-poetry.html
本文介紹了 Poetry,一個旨在簡化 Python 專案依賴管理和虛擬環境設置的工具。Poetry 採用了與傳統方法不同的策略,例如將虛擬環境集中存儲,並透過 `pyproject.toml` 檔案進行專案配置。文章詳細說明瞭如何安裝 Poetry、建立新專案、配置依賴項(包括依賴項羣組)以及如何處理虛擬環境。與 `uv` 等其他新興工具的比較也提供了額外參考,整體而言,Poetry 為 Python 開發者提供了一個更一致、更易於管理的專案開發流程。
+ Poetry 的集中式虛擬環境管理確實省去了不少麻煩,但也需要適應它的工作流程。對於剛接觸的用戶來說,`pyproject.toml` 的作用很重要。
+ 很高興
#軟體開發 #Python #專案管理 #套件管理
Monty Python "Four Yorkshiremen"
https://www.youtube.com/watch?v=ue7wM0QC5LE
"Luxury."
I'm not versed in the #Python 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. https://github.com/pmdevita/django-shinobi
The #Python ecosystem has more in common with #JavaScript than #rust.
Change my mind
Is Fortran better than Python for teaching the basics of numerical linear algebra? – Dr. Jean-Christophe Loiseau
https://loiseaujc.github.io/posts/blog-title/fortran_vs_python.html
@tymwol Agreed. So, how should such situations be handled? #python
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: https://github.com/kadyb/raster-benchmark/blob/main/rasterio/write.py
Dataset: https://drive.google.com/uc?id=1lzglfQJqlQh9OWT_-czc5L0hQ1AhoR8M&export=download
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...🤔
What do you wish Data Scientists knew about spatial?
I'll be at #PyDataParis next week to spread the word
#GISChat #Python #DataScience #SpatialDataScience #PyData #Paris