python

Back Open Paginator
15.01.2026 13:30
FLOZz (@FLOZz@mastodon.social)

Si jamais il y a des experts en dev en dans le coin (PyObjC), vous pouvez retrouver le code de ma tentative avortée d'utilisation de l'API ICC (Image Capture Core) sur GitHub:

github.com/wanadev/MacScan/

Si vous avez une idée de pourquoi ça merdouille je suis preneur 😅




Show Original Post


15.01.2026 13:15
DoomBananas (@DoomBananas@snabelen.no)

Need some #help here understanding how code and especially #python code in general is "deployed" or maybe run is a better word for embedded systems.

The set-up is edge computing on a single board computer x86-64 running a common linux distro.

Are there any arguments utilizing docker and venv for when the device is set out in production?

My philosophy for this is the fewer layers we have the less resources are needed to run it, giving better performance in the end.




Show Original Post


15.01.2026 13:07
FLOZz (@FLOZz@mastodon.social)

D'ailleurs pour l’acquisition d'image depuis les scanners 2D sous , on passe par l'API WIA native de ce système... Et j'en avais fait un article à l'époque :

blog.flozz.fr/2024/04/17/pytho

Pour par contre j'ai jamais réussi à utiliser l'API native (ICC pour Image Capture Core) depuis ... J'ai dû bricoler avec du et de l' ... 😅




Show Original Post


15.01.2026 13:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Datadog is hiring Senior Software Engineer – IDE Integrations (VS Code & Cursor)

🔧 #golang #python #rust #typescript #cicd #seniorengineer
🌎 Bordeaux, France; Grenoble, France; Lyon, France; Madrid, Spain; Montpellier, France; Nantes, France; Nice, France; Paris, France; Tel Aviv, Israel
⏰ Full-time
🏢 Datadog

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




Show Original Post


15.01.2026 13:01
AbramKedge (@AbramKedge@beige.party)

Played around a bit with #Python this morning. Just a little script to track portfolio values and post interesting events to a message stream.

I always regret not having the opportunity to use Python in my professional life. It doesn't really excel at anything, but it's just such a great swiss army knife of a language.

Concise, readable, packed with neat little data manipulation features.




Show Original Post


15.01.2026 12:47
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Python: Tprof, a Targeting Profiler

adamj.eu/tech/2026/01/14/pytho




Show Original Post


15.01.2026 12:32
ambv (@ambv@mastodon.social)

Oh, look, I’ve been tasked by the Executive Director of the Python Software Foundation with a secret mission to personally purchase (?) gift cards (??) for top performers (???) that I would be reimbursed for (????) after I sent the list of codes over email in a spreadsheet (?????).

This is an obvious scam attempt, those emails were never from Deb Nicholson, but I led the scammer on to see what was gonna happen. DON’T GET SCAMMED, PEOPLE!





Show Original Post


15.01.2026 12:26
hasanaligultekin (@hasanaligultekin@me.dm)

Which DS/ML topic should I cover next (with code + a real dataset)?

For the related write-ups and past posts, you can also check my
:medium: medium.com/@hasanaligultekin

#python #dataScience #machineLearning #ai #coding #programming #trading #market #technology

@programming @theartificialintelligence @ai @towardsdatascience @pythonclcoding @chartrdaily




Show Original Post


15.01.2026 12:06
r (@r@fed.brid.gy)

#EuroPython in Kraków? Sweet! #Python 🇵🇱

RE: https://bsky.app/profile/did:plc:5fparfzgtml37gdpjf2ccxoc/post/3mcheus4aq42v




Show Original Post


15.01.2026 11:52
nemo (@nemo@mas.to)

Linus Torvalds, Vater von Linux-Kernel, taucht in die Welt des Vibe Coding ein! Mit Googles Antigravity AI erschafft er das Python-Tool AudioNoise – ein Audiovisualisierer für Gitarrenpedal-Effekte. Spaßprojekt erfolgreich, Kernel bleibt tabu. 🎸🐍💻 heise.de/news/Linus-Torvalds-w #Linux #Python #VibeCoding #KI #Newz




Show Original Post


15.01.2026 11:45
javapro (@javapro@mastodon.social)

Sollte ein selbst entscheiden, wann es eine Funktion oder aufruft? In „LLM-Context und Tools“ zeigt Jean-Claude Brantschen genau dieses Muster – für präzisere Antworten.

👉 Guide + Code: javapro.io/de/llm-context-und-

@ollama





Show Original Post


15.01.2026 11:01
PythonPeak (@PythonPeak@mastodon.social)

String Comparison Nightmare

Comparing Strings with 10 IF Statements?! Python Logic Horror! 😱

Why use one comparison when you can use ten? This code is peak inefficiency!

🚫 What NOT to do:
• Multiple if statements for simple comparisons
• Not using in operator or sets
• Repetitive conditionals

✅ The right way: if value in ['a', 'b', 'c']: or use a set

Python has better ways! This Code Crimes shows efficient comparison patterns.

...

youtube.com/watch?v=yCEVP4eKhyE




Show Original Post


1 ...648 649 650 651 652 653 654 655 656 657 658 ...1584
UP