@aj @ajsadauskas @billjeffries
If you look for something with todays tech, the mBot is worth a look. They are currently having a sale.
https://www.makeblock.com/pages/bfcm-2025
#mBot is based on #Arduino, #mBot2 on CyberPi. They can be programmed in #Scratch or #Python.
At 70$-150$ for the base versions, they are quite affordable for what they do.
RE: https://mastodon.social/@danzin/115536665609113159
Foi lançado o novo livro gratuito "Python para Ciencia y Tecnología", de Facundo Batista e Manuel Carlevaro. É em espanhol e cobre desde os conceitos básicos da linguagem até usos científicos e técnicos do ecossistema do #Python.
Hướng dẫn toàn diện về tích hợp mô hình ngôn ngữ LLaMA cục bộ với llama.cpp. Hỗ trợ tích hợp với Python. Chia sẻ kinh nghiệm và mẹo từ cộng đồng. #LLaMA #llamacpp #LocalLLM #MôHìnhNgônNgữ #TíchHợpCụcBộ #Python #HướngDẫnToànDiện #AI #TríTuệNhânTạo #LocalLLaMA
The new free book "Python para Ciencia y Tecnología" by Facundo Batista and Manuel Carlevaro has been released. It's in Spanish and covers from the basics of the language to advanced scientific/technical uses of the #Python ecosystem.
Se ha lanzado el nuevo libro gratuito "Python para Ciencia y Tecnología" de F. Batista y M. Carlevaro. Está en español y cubre desde los conceptos básicos del lenguaje hasta usos científicos y técnicos avanzados del ecosistema de Python.
https://discuss.python.org/t/the-book-python-for-science-and-technology-is-out/104798
Celonis is hiring Senior Product Data Scientist
🔧 #python #sql #seniorengineer
🌎 Palo Alto, California
⏰ Full-time
🏢 Celonis
Job details https://jobsfordevelopers.com/jobs/senior-product-data-scientist-at-celonis-com-feb-26-2025-02839a?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Did you know python zip( ) was its own inverse? i.e.:
Let a and b be two lists,
z = zip(a, b)
then,
zip(*z) ➡️ a, b
Not surprising, since zip is the matrix transpose operator for lists of lists 🤔
When Python runs faster than C++ - you know something’s broken in the Matrix.
Meet Codon - a high-performance Python compiler that turns your code into native machine code, running 10–100× faster than CPython.
✅ No GIL.
✅ Real multithreading.
✅ Even GPU support.
✅ Same syntax, same vibe -
just turbo Python. 🐍💨
If you ever wished Python wasn’t so chill - your wish is granted.
https://github.com/exaloop/codon
#Python #DevOps #AI #ML #HPC #Performance #Coding

Hướng dẫn Python Dictionaries từ đầu #Python #LậpTrình #TừĐầu #Dictionaries #PythonDictionaries #LậpTrìnhPython #ThủThuậtLậpTrình #HọcLậpTrình #Programming #Coding
We’ve got two meetups this month, both free and hands-on.
📍 20 Nov – Newcastle
Myles Mitchell (Jumping Rivers): Programming with LLMs in R & Python
🔗 https://www.meetup.com/newcastle-upon-tyne-data-science-meetup/
📍 25 Nov – Leeds
Dan (datavaluepeople) & Dr Zeinab Dehghani (Edge AI Hub): LLM tools & explainability
🔗 https://www.meetup.com/leeds-data-science-meetup/
Come along, learn something new, and say hi 👋
#DataScience #AI #RStats #Python #JumpingRivers
https://www.meetup.com/newcastle-upon-tyne-data-science-meetup/
Finally sorted out how to automate the process of exporting .m3u playlists from Navidrome's database & converting them to the format (dialect?) used by Synology's DS Audio. Means that I can update and add playlists in Navidrome and they now work with DS Audio. A daily cron job keeps things tidy. It's another small issue that has irritated me for ages and, after repeated attempts to sort out, have only just solved with a little Python script. After all that!
#navidrome #synology #python
Uma pequena reflexão sobre o Princípio de Segregação de Interfaces em Python:
I like #Python books and reading source code for inspiration, but don't underestimate the power of the docs.
This week I learned that uuid now supports v7 and that random + sqlite3 added command-line scripts in recent versions.
