python

Back Open Paginator
05.12.2025 01:44
post (@post@lemmy.ml)

The Rise and Rise of FastAPI (mini documentary)

lemmy.ml/post/39879769




Show Original Post


05.12.2025 01:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Affirm is hiring Software Engineer II, Backend (Loan Originations & Reporting)

🔧 #kotlin #python #aws #kubernetes #mysql
🌎 Remote; United States
⏰ Full-time
🏢 Affirm

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




Show Original Post


05.12.2025 01:00
pyladiescon (@pyladiescon@fosstodon.org)

📢 We are thrilled to present one of the panels at #PyLadiesCon.🐍🎉

Don't miss this opportunity to learn from the best and connect with the #Python community.🐍

Register for PyLadiesCon now:👇
2025.conference.pyladies.com/e

#PyLadies #PSF





Show Original Post


05.12.2025 00:55
hn50 (@hn50@social.lansky.name)

PyTogether: Collaborative lightweight real-time Python IDE for teachers/learners

Link: github.com/SJRiz/pytogether
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


04.12.2025 23:25
post (@post@europe.pub)

Django 6.0 released

europe.pub/post/7149638




Show Original Post


04.12.2025 23:20
h4ckernews (@h4ckernews@mastodon.social)

Django 6

docs.djangoproject.com/en/6.0/




Show Original Post


04.12.2025 23:14
akkana (@akkana@fosstodon.org)

I love my new ESP32 Reverse Feather TFT microcontroller, but it was a struggle getting #CircuitPython installed on it.

shallowsky.com/blog/hardware/i

#python #ESP32 #maker




Show Original Post


04.12.2025 23:13
mark (@mark@mastodon.fixermark.com)

Doing a refactor in some Python code and struck by how awful this would be without the static typechecker. Like, changing the return type of one function and the typechecker is catching calls to it I didn't know existed, from a project I barely know exists, from a team member I've met once in person.

This kind of change would be horrifying without static typechecking. With it, it's Thursday.

#Python




Show Original Post


04.12.2025 23:04
ycombinator (@ycombinator@rss-mstdn.studiofreesia.com)

Django 6
docs.djangoproject.com/en/6.0/
#ycombinator #Python #Django #framework #open_source




Show Original Post


04.12.2025 23:03
papajohn (@papajohn@sfba.social)

Content warning:Advent of Code 2024 Day 4 Spoilers


I had a late start this morning and didn't have a chance to do #AdventOfCode Day 4 until just now.

I leaned on a couple of utility functions (xy_to_coord, which converts x and y to a complex number for ease of use as a key; and get_neighbors_all, returns a generate that gives the direction and coordinate of the eight squares surrounding its argument) that I'd made in previous years.

First I parsed the input into a set of roll positions, then transformed it into a dictionary of roll locations => neighbor counts.

For Part 1, I just checked the locations that had fewer than 4 neighbors. For Part 2, I put that set of locations into a queue, reduced the counts of each one's neighbors, adding any that fell below 4 neighbors into the queue, and ran until the queue was exhausted.

Both were pretty straightforward to implement. I definitely have the feeling that this was a warm up grid problem, though! 😂

github.com/biesnecker/aoc-anyh

#adventofcode2025 #python





Show Original Post


04.12.2025 22:48
ednl (@ednl@mastodon.social)

RE: mastodon.social/@ednl/11566182

Turns out it wasn't the summing of the whole grid on every loop that took so long. Well, also that. But it pales in comparison to the import of numpy and scipy. Those two imports take TWENTY times as long as the whole rest of the program:

import libs : 309.9 ms
parse input : 1.2 ms
part 1 : 0.3 ms
part 2 : 14.3 ms
part 1+2 : 14.6 ms
no import : 15.8 ms
all : 325.7 ms

Updated source code: github.com/ednl/adventofcode/b




Show Original Post


04.12.2025 22:39
post (@post@lemmy.ml)

Django 6 Released

lemmy.ml/post/39874038




Show Original Post


1 ...876 877 878 879 880 881 882 883 884 885 886 ...1571
UP