python

Back Open Paginator
18.08.2025 22:37
rhettallain (@rhettallain@mastodon.social)

New video - modeling elastics, inelastic, and plain collisions with

youtu.be/miqlwBXxWJE




Show Original Post


18.08.2025 22:24
diazona (@diazona@techhub.social)

@glyph @hynek it'd be interesting IMO to see the breakdown of how many people use YouTube by level of experience. My hypothesis is that there's a (positive) correlation between level of experience and preference for written documentation over video documentation - I think videos are reasonably well suited for tutorials (if you are the type of person who can learn from a video at all) but poorly suited for the reference documentation that more experienced devs are more likely to use.

#Python #programming




Show Original Post


18.08.2025 22:02
glyph (@glyph@mastodon.social)

Okay so I am putatively a ™ so perhaps I should go through and give this a non-jokey read-through, and share some impressions: lp.jetbrains.com/python-develo

I really appreciate that they do these every year.




Show Original Post


18.08.2025 21:42
mousetail (@mousetail@fosstodon.org)

#python #quiz What 14 character string do you substitute for "?" to get the output "you win"?





Show Original Post


18.08.2025 21:15
leanpub (@leanpub@mastodon.social)

Ultimate ML interpretability bundle: Interpretable Machine Learning + Interpreting Machine Learning Models With SHAP leanpub.com/b/interpretability by Christoph Molnar is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com





Show Original Post


18.08.2025 20:55
doctorwhom (@doctorwhom@mastodon.social)

In `python foo.py` gives a ModuleNotFoundError, but `python < foo.py` works. Am I going crazy?




Show Original Post


18.08.2025 20:40
jos1264 (@jos1264@social.skynetcloud.site)

Weaponized Python Package “termncolor” Uses Windows Run Key for Persistence gbhackers.com/weaponized-pytho #CyberSecurityNews #cybersecurity #Windows #Python




Show Original Post


18.08.2025 20:19
piofthings (@piofthings@mastodon.social)

Let’s add to the list of dynamic languages ruined by Microsoft because Visual Studio couldn’t figure out how to do meaningful autocomplete! Now I know why some people hate




Show Original Post


18.08.2025 20:12
kushal (@kushal@toots.dgplug.org)

To all new #uv users:

```
uv self update
```

You can do this :) #python




Show Original Post


18.08.2025 19:55
ngate (@ngate@mastodon.social)

🐒 Ah, the quest for the mythical code that compiles itself as you type! Apparently, someone is upset because didn't teach their text editor to read minds. 🍌 It's like demanding a chef cook your dinner while you dictate the recipe in reverse. 🍒
graic.net/p/left-to-right-prog




Show Original Post


18.08.2025 19:55
treyhunner (@treyhunner@mastodon.social)

Do you ever forget how to format a number like 1,234.50 in ?

Forget the weird f-string syntax for zero-padding and space-padding strings?

Me too.

Over the weekend, I made a tool to help: pym.dev/format

Paste an example of the output string and it'll guess the f-string format spec you need.




Show Original Post


18.08.2025 19:43
driscollis (@driscollis@mastodon.social)

Pop Quiz 🐍❓

What is the output of the following code?

A) Syntax Error
B) ...
C) Ellipsis
D) None of the above





Show Original Post


1 ...1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 ...1547
UP