python3 -c "for i in range(0x1f640, 0x1f650): print(f'{i:#06x} {chr(i)}')"

Nuro is hiring Software Engineer, Machine Learning, 3D Reconstruction
🔧 #python #machinelearning
🌎 Mountain View, California
⏰ Full-time
🏢 Nuro
Job details https://jobsfordevelopers.com/jobs/software-engineer-machine-learning-3-d-reconstruction-at-nuro-ai-apr-29-2025-9b76bd?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
My recap of @djangocon last week in Chicago is up now.
It's not as detailed as I'm sure @kati 's will be, but I do my best.
Lots of photos, talk descriptions, hallway track vibes, and some takeaways such as:
* AI is widely used, but with some skepticism
* AI Chat > AI Agents for most Django devs so far
* LLMs are wreaking havoc on open source maintainers
* Django needs a better API, AI, and CRM story on its website 😬
https://wsvincent.com/djangoconus-2025-recap/

Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! http://leanpub.com/k8s #Devops #Docker #Aspnet #Python #NodeJs
The Raspberry Pi is equipped with PWM (Pulse Width Modulation) functionality, which, when combined with an H-bridge circuit, allows for flexible control of the rotational speed and direction of a DC motor. ⚙️
Outputting a PWM signal via GPIO and controlling the motor via an H-bridge is a configuration that can also be used for robotics and automation. 😄
🔥 Top 6 Raspberry Pi eBooks for $20
🌐 ebokify.com/top-6-Raspberry-pi-ebooks
#RaspberryPi #Python #Electronics #MotorControl

Have you ever used #Python's handy ChainMap collection?
You can use ChainMap to combine dictionaries, among other things:

If Cursor adds any more emojis to my code, I’m gonna lose my mind. #HeadsGoneFC #Python #AI #MLSky #Code #Programming
If Cursor adds any more emojis to my code, I’m gonna lose my mind. #HeadsGoneFC #Python #AI #MLSky #Code #Programming
Does anyone have an example of calling the #Owncast API from within a #LiquidSoap script?
Wanting to periodically poke Owncast and make it post a "now live" message from within a .liq script
Or second best option might be if there is a #python library for the Owncast API?
Of cursor ads any more emojis to my code I’m gonna lose my head #headsgoneFC #python #AI #MLsky #code #programming
I am working on a binary tree class for one of my algorithms class. I have gone a little off the rails and implemented generators for the different tree traversal techniques.
One thing I don't like though is all the redundancy. All of these generators are essentially the same but just the order in which nodes and trees are evaluated is changed. Is there anyway to simplify the code or reduce the redundancy?
