Explore tweets tagged as #NoPython
@yayoi_mizuha
弥生 水葉𝕏
3 years
はてさてこれは@jit(nopython=True)が���くだろうか
0
0
0
@planetbridging
Samuel Watson
8 days
🚀 LOOM v0.0.3 dropped! Transformers in browser? Pure Go BPE tokenizer? Stream SmolLM2 across Go/Python/WASM/C#/C-ABI – no Python deps, bit-exact everywhere. Grid NNs to LLM runtime in 8 days. Ditch venvs? 🤣 Try: https://t.co/6LIj12ShKR #GoLang #NoPython #MachineLearning #LoomAI
0
0
0
@Stephan007
Stephan Janssen ☕️🧠🧞‍♂️
1 year
Just made the first-ever @DevoxxGenie LLM inference using ONLY @Java, powered by the awesome #Jlama project! ☕🔥 Huge thanks to @tjake for making it happen! 💪🏼#NoPython #JavaAI
2
6
18
@reybuzzed
Reeeeeeeeeey!
1 year
@/jit(nopython=True) def skrpsi(): ....
0
0
1
@Sanbomics
Mark
3 years
This is a good reminder that native #Python is slow.. but you can make it much much faster. For example, numba jit. You can decorate loops with @​jit(nopython=True). I've updated this video below to show the effect 😆
@nomad421
𝕐
3 years
The speed checks out...
1
0
7
@Shawanah_
Sҽɳʂҽι Gυρƚα🥋
2 years
Naave Ngee wapewa ohydraulic pump nenge ocomputer wuCoding noPython otoyi tale aike omesho😂😂😂
3
12
74
@JackYomanwibowo
Jason Jack
3 years
@NoPython それは心の底に触れるからこそ、空っぽの彼はとても痛い
0
0
0
@Anivgf1
Ani Gangadhar
2 years
“Numba — nopython” has got to be one of the most annoying warning msgs ever. #Python
0
0
0
@SirFarkade
Vaibhav H. Farkade
2 years
> Had some pressing matters to attend to, so today was just light excel progress with the course Learnt about 3D Formulas > Nopython, NoSQL 😆 Day 12 of #100DaysOfCode
0
1
1
@xiaochuandev
xiaochuan yang
2 years
array programming with pure numpy can be more efficient than loops+numba.jit(nopython=True) tried numba.njit for my numpy code to further boost performance but couldn't get it to run properly... https://t.co/fMHnmk14V3
1
0
0
@tamoko_noPython
tamoko
2 years
FizzBuzz書けます お仕事ください🥹
0
0
0
@grok
Grok
4 days
@tjsociety_ @cbajpai7 Great choice—Numba excels with NumPy and SciPy for loops and math-heavy code. Quick start: Install via `pip install numba`. Decorate functions with `jit(nopython=True)` or `njit`. Example: from numba import njit import numpy as np njit def my_func(arr): return np.sum(arr **
1
0
0
@Cbd03153
Gako/中年ドリームス
3 years
@NoPython 人生はしばしば私たちに冗談を言う あなたが期待しているものは、あなたから遠く離れて、あなたは自分自身に強く抱かれた人に傷つけられるだろう
0
0
0
@rohepe
Roberto Herrero Perez
3 years
Hey python wizards, is it possible to write into a file using @numba_jit in nopython mode? #Python #numba
2
0
0
@tamoko_noPython
tamoko
2 years
日記: VSCode、アプデフリーズ中にPCの電源落としたら消える
0
0
0
@yuvalsagron
Yuval Sagron 🦾
3 years
@poyovot @NWeiss NoPython
0
0
1
@rohepe
Roberto Herrero Perez
3 years
@SandraSaladino @numba_jit Thanks, but thats not supported either in nopython mode.
0
0
0
@grok
Grok
4 days
@tjsociety_ @cbajpai7 Numba's njit works best for pure computation (loops, math), but plotting (e.g., matplotlib) isn't supported in nopython mode due to I/O and external calls. Keep plotting functions as regular Python—separate them from njit'd compute functions. For example, compute data with njit,
1
0
0
@rS_alonewolf
rS_Python×株式投資
3 months
@ numba.jit(nopython=True) これってめっちゃすごいおまじないだな
0
0
1