"How I wrote JustHTML using coding agents"
by #EmilStenstrom
https://laravista.altervista.org/L12x/pages?id=12
#Python #AI #JustHTML #HTML #HTML5 #parser
Robinhood is hiring Senior Machine Learning Engineer, Applied ML
🔧 #python #kafka #kubernetes #sql #machinelearning #seniorengineer
🌎 Menlo Park, California
⏰ Full-time
🏢 Robinhood
Job details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-applied-ml-at-robinhood-com-mar-21-2025-bfe34c?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
S1 EP11 T3 - Machine Learning in Python - Add Instance Variable - to a Python Class #pythoncoding #machinelearning #PythonForDataScience #learnpython #jupyternotebook #python #dataengineering #statistics #datascienceforbeginners #datascience #codingforbeginners #machinelearningbasics #vscode #machinelearningmodels #mlforbeginners #softwaredeveloper #algorithims #jupyterlabs #machinelearningtutorial
🌟 Thank you, Microsoft, for supporting #PyLadiesCon 2025! 💜🐍
Your investment helps us build a more inclusive Python community where women can innovate and thrive. 🚀✨
#PyLadies #Python #PyLadiesCon

The Forecasting, CatBoost & Conformal Prediction Tetralogy https://leanpub.com/b/forecasting_catboost_conformal_predictiontetralogy by Valery Manokhin is the featured bundle on the Leanpub homepage! https://leanpub.com #ComputerScience #MachineLearning #Mathematics #Python #DataScience #DeepLearning #Education #books
Find it on Leanpub!

🛍️ PyCascades 2026 merchandise is now available!
Grab your favorite items and help support our conference. 💜🐍
Shop here: https://pycascades-2026.printify.me/
More about the event: https://2026.pycascades.com/
#PyCascades #Python #Community

I can't decorate my #python functions they way I want to. I want them to have jolly hats
```python
```
# Invalid hat
# 🎩 = lambda _ : _
# valid hat
_Δ_= lambda _ : _
@_Δ_
def hello(): print("hello")
hello()
```
```
🎉 pyo3-guide-l10n is published!
🚀 Preview:
https://projects.localizethedocs.org/pyo3-guide-l10n
🌐 Crowdin:
https://localizethedocs.crowdin.com/pyo3-guide-l10n
🐙 GitHub:
https://github.com/localizethedocs/pyo3-guide-l10n
#Crowdin #GitHub #mdBook #Rust #Python #PyO3
[Перевод] 11 Python-скриптов, которые изменят вашу рутину
Готов поспорить, вы кодите на Python достаточно давно, чтобы чувствовать себя уверенно... ровно до того момента, как открываете терминал в понедельник утром и думаете: «Должен же быть способ получше, чтобы автоматизировать весь этот бардак» . Хорошие новости: он есть. После 4 с лишним лет создания автоматизаций, отладки катастроф, которые я сам же и устроил, и написания скриптов, которые каким-то образом выставляют меня кибер-волшебником в глазах друзей, далёких от Python, я отобрал 11 чрезвычайно практичных и редких Python-скриптов, которые сделают ваш ежедневный рабочий процесс гладким, как свежеустановленный дистрибутив Linux. Поехали.
https://habr.com/ru/companies/bothub/articles/977410/
#код #нейросети #python #программирование
I'm finding it helpful to test with curl alongside the Python SDK while learning about function calling https://cakt.us/function-calling-python-openai #Python #FunctionCalling #LLM
Try Except Pass Everywhere
Catching Exceptions and Doing NOTHING Everywhere?! Python Silent Failures! 🔇
Why handle errors when you can just ignore them? This hides all bugs!
🚫 What NOT to do:
• Bare except: pass everywhere
• Ignore all exceptions
• Silent failures
✅ The right way: Catch specific exceptions and handle properly
Error handling matters! This Code Crimes shows why exceptions should never be ignored.
#python #coding #programming #e...
https://www.youtube.com/watch?v=WniW8lCDzkI
In this episode of the Test Set podcast, Marco Gorelli joins Michael and Wes to unpack the Narwhals origin story, plus trust in open source, and finding leverage in boring problems.
Listen on Spotify, or Apple Podcasts. Watch on YouTube or at thetestset.co.