正三角形オブジェクトだけでフォントをレンダリングできるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
https://qiita.com/tropical-362827/items/6be88a910efa81f45791?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Python #scipy #Unity #線形代数 #数理最適化

正三角形オブジェクトだけでフォントをレンダリングできるわけないじゃん、ムリムリ!(※ムリじゃなかった!?) - Qiita

この記事は美少女ゲームにまつわる話題を取り扱っています。性的な表現が含まれないよう注意していますが、苦手な方はブラウザバック推奨です 目次 背景: デジタルクラフトについて テキストをシーン中に置きたい! 正三角形しか置けないなんて、ムリムリ! TRS変換...

Qiita

Do you have any suggestions of good books around python and numpy/scipy?

#python #numpy #scipy

@rzeta0 my friend, what do you think about the code using np.roll() (in the linked sketch)?

I'm afraid it would be a bit hard to explain on a short class. So I'll use the simpler inefficient function...

The next big step in efficiency would be using #scipy I think:

def count_live_neighbors(status):
"""Counts the number of neighboring live cells"""
kernel = np.array([
[1, 1, 1],
[1, 0, 1],
[1, 1, 1]
])
return scipy.signal.convolve2d(status, kernel, mode='same', boundary="wrap")
chatterjeexi — SciPy v1.17.0 Manual

I love this logo for the upcoming #SciPy (#Scientific #Python) conference coming up this summer in #Minneapolis #Minnesota

Hi all,

Hope you're fine and safe

An important #announcement about #tyssue , a Python modeling library :

https://github.com/DamCB/tyssue/blob/main/README.md

Please 🔁 this message to reach the few and far apart people that might be impacted :pray:

#openScience #scipy

tyssue/README.md at main · DamCB/tyssue

An epithelium simulation library. Contribute to DamCB/tyssue development by creating an account on GitHub.

GitHub

100% mission complication

https://codeberg.org/guix/guix/issues/2977

@guix Python team has been merged to next-master - NumPy is default on v2.3.1

#Guix #guixpythonteam
#Python
#NumPy #Pandas #SciPy
#OpenScience

NumPy dependent packages check list

Check if they are compatible with NumPy 2.3.1 - [X] python-numpy@2 or python-numpy@1 [719/719][100%] - [X] [email protected]: PASSED - [X] apache-arrow-for-ceph: https://codeberg.org/guix/guix/issues/4758 - [X] [email protected]: PASSED - [X] [email protected]: PASSED - [X] [email protected]....

Codeberg.org

Python Package Guru by Fabrizio Damicelli

https://pypkg.guru

search over #PyPI #python #packages
faster than on pypi.org and interactively

discover packages based on their capabilities (eg, try out "fast dataframe")

#neurodon #neuroscience #compsci #scipy

Python Package Guru