How do you display ₹ (Indian Rupee Symbol) on your Mac ?
https://s_raaz.blogspot.com/2025/11/mac-rupee-symbol.html
I manage for link to display a coverage image once I postthe link to my game. I did not presume it would be so easy to just add fully absolute og:image URL , lets jave a look if that works:
#HTML #pythonprogramming #indiedev #indiegame #python
www.playhackmenow.com
SPy: An interpreter and compiler for a fast statically typed variant of Python
Link: https://antocuni.eu/2025/10/29/inside-spy-part-1-motivations-and-goals/
Discussion: https://news.ycombinator.com/item?id=45761594
Salve galera, hoje no meu humilde blog um texto de comparação entre o TYPE() e o ISINSTANCE e o que o DuckType tem a ver com isso ... Acessem, leia e tragam aqui seus comentários:
#Python #Type #IsInstance #DuckType
Hi people , what's up?
I am working on my indie game totaly programmed in python.
This is my side gig and I am still learning coding.
If you would like to check it out , here is the project page: www.playhackmenow.com
#PythonProgramming
#Python
#indiedev
🐍🚀 The world eagerly awaited yet another #Python variant, because clearly what we need is more #fragmentation in the #programming #community. 💡 Introducing SPy: now you can enjoy the thrill of #static #typing while still being as confused as ever! 🎉
https://antocuni.eu/2025/10/29/inside-spy-part-1-motivations-and-goals/ #SPy #Humor #HackerNews #ngated
SPy: An interpreter and compiler for a fast statically typed variant of Python
https://antocuni.eu/2025/10/29/inside-spy-part-1-motivations-and-goals/
#HackerNews #SPy #Python #Interpreter #Compiler #Fast #Programming #Language
A feature which I'm really looking forward to is brewing in #Python packaging: Specifying default extras.
The aiocoap library I maintain can (and is tested to) work with no other dependencies than Python, but most users will like the additional features such as pretty-printing support, or more security options than just TLS. So far, they have to `pip run --spec "aiocoap[all]" aiocoap-client` or similar; once PEP 711 is done, I can just make those nice features default.
https://peps.python.org/pep-0771/
But something major changed in the python ecosystem over the past 20 months: uv has become ubiquitious. And it integrates the python builds from the python-build-standalone project, over which Astral took stewardship last year. It allows anyone with uv to specify a python version with -p and it will download, cache, and use the appropriate binaries for your platform and architecture. That was the nail in the coffin for python versions < 3.12. 6/6

For a work-related open source project, we discussed raising the minimum python version: a feature only worked on python 3.12, and failed on lower versions. Would it make sense to make 3.12 the minimum? 1/6 🧵
🌘 深入解析 SPy 第一部:動機與目標
➤ SPy:在 Python 的彈性與 C 的效能之間取得平衡
✤ https://antocuni.eu/2025/10/29/inside-spy-part-1-motivations-and-goals/
本文是關於 SPy 系列文章的第一篇,作者 Antonio Cuni 深入探討了 SPy 的動機與目標。SPy 是一個專為 Python 設計的靜態型別變體直譯器與編譯器,旨在解決 Python 在效能上的瓶頸,並提出了一種不同於傳統 JIT 編譯器或僅支援 Python 子集的解決方案。文章釐清了 SPy 並非 100% 相容於 Python,而是透過移除部分動態特性並引入新功能,讓開發者能以 Pythonic 的風格編寫高效能程式。作者強調 SPy 的設計哲學,包括易用性、靜態型別、可預測的效能、豐富的元程式設計能力,以及「零成本抽象」等,並預告後續文章將進一步探討其實現細節。
+ 期待看到 SPy 如何實現零成本抽象,這對提升 Python 程式的效能至關重要!
+ 作者提到 SPy 的目
#程式語言 #編譯器 #Python
分散タスクキューCeleryの備忘録[Python]
https://qiita.com/ssc-yshikeda/items/ff6e1ddb9fcb91ffd195?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #Redis #非同期処理 #Celery #キュー