my grid trading bot made +11.7% while SOL dropped 37%. grid bots profit from volatility — every bounce between price levels = captured spread
source included: https://devtools-site-delta.vercel.app/sol-grid-bot
#algotrading #solana #python #crypto #trading
grid trading explained: how to profit from sideways markets without predicting direction
https://dev.to/tatelyman/grid-trading-explained-making-money-from-sideways-markets-g7e
#algotrading #python #crypto #solana #trading
Comparar campo escalar y su campo gradiente
#python relaciones matematicas direccion magnitud
Tutor STEM
“If you're using print calls to debug your Python code, consider using f-strings with self-documenting expressions instead.”
Read more 👉 https://pym.dev/debugging-with-f-strings/
wrote a grid trading bot in python for solana — backtested +11.7% during a 37% crash
source code + backtester included
https://devtools-site-delta.vercel.app/sol-grid-bot
#python #algotrading #solana #crypto #trading
Somehow, amongst normal Sunday stuff, BlogMore v1.15.0 happened. Kind of inspired my machine-friendly declarations of humanity.
https://blog.davep.org/2026/03/15/blogmore-1-15-0.html
#Python #programming #blogging #ssg #ai
The Python Craftsman by Robert Smallshire, Austin Bingham, and Sixty North is the featured bundle on Leanpub!
The Python Craftsman series comprises The Python Apprentice, The Python Journeyman, and The Python Master. The first book is primarily suitable for programmers with some experience of programming in another language. If you don't have any experience with programming this book may be a bit daunting. You'll be learning not just a programming...
Link: https://leanpub.com/b/python-craftsman
Build Your Own Coding Agent: The Zero-Magic Guide to AI Agents in Pure Python by J. Owen is the featured book on Leanpub!
Skip the black-box frameworks. Build a production-grade AI coding agent from scratch in pure Python - cloud or local, tested with pytest, all in a single file.
Link: https://leanpub.com/build-your-own-coding-agent
#Ai #Python #SoftwareEngineering #MachineLearning #ComputerProgramming
MongoDB is hiring Solutions Architect
🔧 #c #csharp #cplusplus #java #python #node #aws #azure #gcp #kafka #kubernetes #mongodb #sql #solutionsarchitect
🌎 Gurugram, India
⏰ Full-time
🏢 MongoDB
Job details https://jobsfordevelopers.com/jobs/solutions-architect-at-mongodb-com-jan-22-2026-49619f?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Maybe I'm missing something, but is there no way from one Python thread, to cause another thread to have an exception raised in it to terminate it?
asyncio has Task Cancellation which is what I want for threads.
e.g. something similar to pthread_cancel but better?
I have seen a hack on SO, and I'm not clear that it would interrupt syscalls (e.g. the thread is waiting in select/kqueue and will be signaled so that it can be returned to Python's interpreter to raise the exception).
Our accountant asks clients to name all supporting tax documents according to their preferred naming convention. I'm happy to do that, but it _is_ a bit tedious
So naturally, I used generative AI to convert the Word document to a Markdown-formatted specification, then vibe-coded a tool to do the renaming. Here it is on #codeberg
https://codeberg.org/zcutlip/tax-doc-renamer
Мета-модель для диагностики обучения нейросетей
Когда мы обучаем модели машинного обучения, почти всегда возникает один и тот же вопрос: Что именно происходит во время обучения? Обычно мы смотрим на графики метрик и пытаемся вручную интерпретировать происходящее. Можно посмотреть на learning curves и понять, что происходит: Но этот анализ почти всегда выполняется вручную или с помощью простейших эвристических правил. А ведь сколько времени, сил и нервов можно было бы сэкономить, если обучить до 100 эпохи а не до 500 (см картинка выше) :-( Но можно задать интересный вопрос: А можно ли автоматически определить состояние обучения модели?
https://habr.com/ru/articles/1010556/
#ml #mlops #mlинженер #python #sklearn #random_forest