Reddit is hiring Data Science Manager
🔧 #python #sql
🌎 Remote; United States
⏰ Full-time
🏢 Reddit
Job details https://jobsfordevelopers.com/jobs/data-science-manager-at-redditinc-com-mar-5-2025-0f6238?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_25
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
#shapely #Processing #Python #py5 #CreativeCoding
What might look boring to you, is an absolute joy for me (However, I also reveal how little I understand about Linux still):
#midiTracker now always starts on boot and loads the last session.
#python #raspberrypi #eurorack
in diesem #vibecoded #code hats #python code in einem #typescript #react programm
WTF
I just did the hardest part of scrollytelling which was to figure out the technical aspects of it (js,css, html, python) so i only have left the next hardest part which is to write the story 🙈🙈
( I am consciously ignoring the remaining hardest parts after writing the story)
https://www.curbal.world/scrollytelling
#scrollytelling #data #python #dataviz #datvis
CPython — сборка мусора изнутри, ч.1
Как то раз я попал на вечеринку опенсорсеров и там обсуждали очередной баг связанный со сборщиком мусора в CPython. И так получилось, что я попробовал баг исправить, нашел причину проблемы и сделал два реквеста. И если первый реквест был просто не правильный, то второй не прошел проверку качества со стороны владельцев кода. И после этого решил основательно разобраться с тем, как устроена сборка мусора в современном CPython. Если вам интересно, давайте попробуем разобраться вместе.
https://habr.com/ru/articles/940642/
#gc #garbage_collector #python #cpython
👨💻🐍 #DataAnalytics with #Python

I'm a little late to the game on this announcement, but #Python 3.14 is dropping #PGP for sigstore.
Another nail in the coffin for PGP.
https://pythoninsider.blogspot.com/2025/07/python-314-release-candidate-1-is-go.html
Interactive demo of #shapely's centroid for the triangle :)
import py5
from shapely import Polygon, Point
def setup():
py5.size(400, 400)
py5.stroke_join(py5.ROUND)
def draw():
py5.background(200)
pts = ((100, 100), (300, 100),
(py5.mouse_x, py5.mouse_y))
xs, ys = zip(*pts)
cx = sum(xs) / len(xs)
cy = sum(ys) / len(ys)
tri = Polygon(pts)
py5.no_fill()
py5.stroke_weight(1)
py5.stroke(0, 200, 0)
py5.shape(Point(cx, cy).buffer(5))
py5.stroke(0, 0, 200)
py5.shape(tri.envelope.buffer(2))
py5.shape(tri.envelope.centroid.buffer(5))
py5.stroke_weight(3)
py5.stroke(0)
py5.shape(tri)
py5.fill(0)
py5.shape(tri.centroid.buffer(2))
py5.run_sketch(block=False)
📅 Sunday, August 10, 2025
💻 #Beyond365DaysOfCode Day 224
🚀 #100DaysOfCode Day 224
✅ Daily Reading: freeCodeCamp + Daily.dev
📌 Trello updated | Progress logged
🛠️ Focus: #Python #TheOdinProject #WeekInReview
#CodingJourney #CodeEveryday #ProgressUpdate #WebDev
📅 Saturday, August 9, 2025
💻 #Beyond365DaysOfCode Day 223
🚀 #100DaysOfCode Day 223
✅ Daily Reading: freeCodeCamp + Daily.dev
📌 Trello updated | Progress logged
🛠️ Focus: #Python #Codecademy #WeekendWarrior
#CodeHabit #SelfTaughtDev #DevJourney #CodeInPublic
📅 Friday, August 8, 2025
💻 #Beyond365DaysOfCode Day 222
🚀 #100DaysOfCode Day 222
✅ Daily Reading: freeCodeCamp + Daily.dev
📌 Trello updated | Progress logged
🛠️ Focus: #Python #TheOdinProject #FridayFocus
#DeveloperLife #CodeProgress #LearnEveryday #CodingMotivation