python

Back Open Paginator
17.09.2025 02:41
linuxgal (@linuxgal@techhub.social)

#Python #6D

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





Show Original Post


17.09.2025 02:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Nuro is hiring Software Engineer, Machine Learning, 3D Reconstruction

🔧 #python #machinelearning
🌎 Mountain View, California
⏰ Full-time
🏢 Nuro

Job details jobsfordevelopers.com/jobs/sof
#jobalert #jobsearch #hiring




Show Original Post


17.09.2025 02:00
wsvincent (@wsvincent@fosstodon.org)

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 😬

wsvincent.com/djangoconus-2025

#python #django #WebDev #web





Show Original Post


17.09.2025 01:00
leanpub (@leanpub@mastodon.social)

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! leanpub.com/k8s




Show Original Post


17.09.2025 00:35
ebokify (@ebokify@mastodon.social)

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





Show Original Post


17.09.2025 00:02
driscollis (@driscollis@mastodon.social)

Have you ever used 's handy ChainMap collection?

You can use ChainMap to combine dictionaries, among other things:





Show Original Post


16.09.2025 23:40
rye (@rye@ioc.exchange)

The art of coding. featuring @rye

youtu.be/u2P03RyWtEc

#python #programming




Show Original Post


16.09.2025 22:58
r (@r@fed.brid.gy)

If Cursor adds any more emojis to my code, I’m gonna lose my mind. #HeadsGoneFC #Python #AI #MLSky #Code #Programming




Show Original Post


16.09.2025 22:58
r (@r@bsky.brid.gy)

If Cursor adds any more emojis to my code, I’m gonna lose my mind. #HeadsGoneFC #Python #AI #MLSky #Code #Programming




Show Original Post


16.09.2025 22:57
limebar (@limebar@mastodon.social)

Does anyone have an example of calling the API from within a 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 library for the Owncast API?




Show Original Post


16.09.2025 22:57
r (@r@bsky.brid.gy)

Of cursor ads any more emojis to my code I’m gonna lose my head #headsgoneFC #python #AI #MLsky #code #programming




Show Original Post


16.09.2025 22:36
athousandcateaus (@athousandcateaus@tiggi.es)

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?

#python #programming





Show Original Post


1 ...1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 ...1552
UP