07.08.2026 01:38
Python Tip #218 (of 365):
Don't needlessly convert between data types.
Looping over a file once? There's no reason to convert it to a list first:
for line in my_file: print(line, end="")
Another example: if you're looping over a set, there's no reason to convert it to a list either:
>>> colors = {'red', 'blue', 'yellow'} >>> for color in colors: ... print(color) ... red yellow blue
"for" loops don't need a list. They accept ANY iterable.
🧵 (1/2)
#Python #DailyPythonTip
Show Original Post copy and reply to the post Report 07.08.2026 01:14
Odysseus AI's auth bypass lets any non-admin user run OS commands via a two-stage API smuggling attack. 9 detections, 6 IOCs. Full analysis + IOCs: https:// intel.threadlinqs.com/threat/T L-2026-1921 #ThreatIntel #PewDiePie #Python #OdysseusAI #AuthBypass #APISmuggling
Show Original Post copy and reply to the post Report 07.08.2026 00:45
And the Dune build system (https:// github.com/ocaml/dune )... Easy to use and feels much more modern than anything I've tried for #Python .
Show Original Post copy and reply to the post Report 06.08.2026 23:14
💼 [Jobs] Executive Director
https:// djangojobboard.com/2836/execut ive-director-django-software-foundation/
#Django #Python #Jobs #Hiring #TechIsHiring
Show Original Post copy and reply to the post Report 06.08.2026 22:33
Here are some PyOhio reflections from Jo Naftali:https:// jonaftali.substack.com/p/py-oh io-cleveland-2026-recap-3
#PyOhio #Python #Conference
Show Original Post copy and reply to the post Report 06.08.2026 22:33
And a write-up from another first-time attendee and speaker, Dan Shernicoff:https:// brassnet.biz/blog/recapping-py ohio-2026.html
#PyOhio #Python #Conference
Show Original Post copy and reply to the post Report 06.08.2026 22:33
Here's a recap from first-time attendee "A Ray of Data":https:// arayofdata.blogspot.com/2026/0 7/pyohio.html
#PyOhio #Python #Conference
Show Original Post copy and reply to the post Report 06.08.2026 22:33
Tim Schilling, speaker and Django community contributor, had a few words to share about his PyOhio experience:https://www. better-simple.com/django/2026/ 07/28/pyohio-2026-recap/
#PyOhio #Python #Conference
Show Original Post copy and reply to the post Report 06.08.2026 22:33
Since #PyOhio 2026 wrapped up, the organizers have been spending time reflecting on the event, but several of our attendees have shared some reflections of their own, and we wanted to share some of those (in no particular order)!
#Python #Conference
Show Original Post copy and reply to the post Report 06.08.2026 22:05
Zoox is hiring Software Engineer - Perception / Fleet Mapping
🔧 #cplusplus #python #react #api 🌎 Foster City, California ⏰ Full-time 🏢 Zoox
Job details https:// jobsfordevelopers.com/jobs/sof tware-engineer-perception-fleet-mapping-at-zoox-com-apr-8-2026-81dce5?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting #jobalert #jobsearch #hiring
Show Original Post copy and reply to the post Report 06.08.2026 22:02
Python Based Malware Vanta Stealer Targeting Credentials, Wallets and Digital Assets
Pulse ID: 6a74e24eaa6d5add8f8db213 Pulse Link: https:// otx.alienvault.com/pulse/6a74e 24eaa6d5add8f8db213 Pulse Author: cryptocti Created: 2026-08-06 19:36:46
Be advised, this data is unverified and should be considered preliminary. Always do further verification.
#CyberSecurity #InfoSec #Malware #OTX #OpenThreatExchange #Python #bot #cryptocti
Show Original Post copy and reply to the post Report 06.08.2026 21:15
The Open Geospatial Python Series by Qiusheng Wu 📚 on Leanpub!
Aprende Python geoespacial desde cero hasta la GeoAI avanzada. Construye flujos de trabajo reales para SIG, gestión de datos espaciales y análisis impulsado por inteligencia artificial.
Link: https:// leanpub.com/b/geopython-es
#Books #eBooks #LeanPublishing #SelfPublishing #Python
Show Original Post copy and reply to the post Report