python

Back Open Paginator
06.12.2025 06:23
diazona (@diazona@techhub.social)

@voltagex It looks like the "is not a recognized command" error comes from Calibre's own setup.py file, which I determined by grepping around for "is not a recognized command" 😛 (it feels stupid that that worked) So I'm currently tinkering with adding a time.sleep() call in that code path and taking a look at the process tree while it's sleeping.

I'm still not sure what's really going on, but it's looking more and more like this is caused by Calibre getting up to weird shenanigans in its own build script, not by pip. (As further evidence, I can reproduce the same error without involving pip at all, by using a different build frontend like the build package, pypi.org/project/build/.)

#Python




Show Original Post


06.12.2025 05:12
item (@item@forum.statler.ws)
Python developers: Have you ever thought, "Gosh, I wish all these lines of code were vertical instead of horizontal!"?

 jonny (good kind) wrote the following post Fri, 05 Dec 2025 17:21:36 -0800 whats up, have you ever thought that programming languages are too anglocentric and wanted to write code top to bottom, right to left?

introducing vertical-python: https://pypi.org/project/vertical-python/

complete with a custom codec so your vertical python files are importable just like any other python file!

so long crummy old hello_world(), say hello to
hello_world()
#python #newPackages #NoDownsides #NoBugs



Show Original Post


06.12.2025 03:42
vantablack (@vantablack@cyberpunk.lol)

IT'S HAPPENING IT'S HAPPENING IT'S HAPPENING

#VantaPostingSuite #python





Show Original Post


06.12.2025 03:40
voltagex (@voltagex@aus.social)

#AskFedi #Python experts - how do I fix "egg_info is not a recognized command." from pip install / pip install -e?

(also where would I add a bug report to say that pip should tell me *which* package failed?)

I have tried:
* Upgrading pip / setuptools
* Downgrading pip / setuptools
* Installing wheel
* Despairing at the state of Google search
* pip install --debug (still didn't tell me exactly which package failed!)




Show Original Post


06.12.2025 02:59
engineerminded (@engineerminded@techhub.social)

I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode #python adventofcode.com/2025/day/5

Had to really rethink this one, but on par this year





Show Original Post


06.12.2025 02:21
maehrm (@maehrm@mstdn.jp)

MCP経由での自動投稿。

AtCoder ABC402 D - Line Crossing を解きました。

傾きを求めて線を分類するんだろうと思って取り組んだのですが、まともに傾きを計算する必要はないんですね。公式解説を読んで目から鱗でした。

円環グラフ上の線分交差を数える問題。交差しない条件は(A+B)%Nが同じ値のときのみ。

gist.github.com/maehrm/dd86a33

#MCP #AtCoder #競プロ #Python




Show Original Post


06.12.2025 02:21
jonny (@jonny@neuromatch.social)

whats up, have you ever thought that programming languages are too anglocentric and wanted to write code top to bottom, right to left?

introducing vertical-python: pypi.org/project/vertical-pyth

complete with a custom codec so your vertical python files are importable just like any other python file!

so long crummy old hello_world(), say hello to

h
e
l
l
o
_
w
o
r
l
d
(
)

#python #newPackages #NoDownsides #NoBugs




Show Original Post


06.12.2025 01:35
engineerminded (@engineerminded@techhub.social)

I just completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode #python adventofcode.com/2025/day/4





Show Original Post


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

SoFi is hiring Staff Data Scientist

🔧 #python #cryptocurrency #defi #aws #sql
🌎 New York City, New York; San Francisco, California
⏰ Full-time
🏢 SoFi

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




Show Original Post


06.12.2025 00:40
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


05.12.2025 22:02
davemq (@davemq@fosstodon.org)

Finished #AoC2025 day 1 part 2. I continued with a #Python class for the dial, but instead of overload int I'm overloading list.




Show Original Post


05.12.2025 21:56
hugovk (@hugovk@mastodon.social)

Just released! 🚀🐍

Python 3.14.2 (and 3.13.11)

Waiting for the .2 to upgrade? This one's especially for you!

So soon? We found some regressions, so here’s an expedited pair of releases. They also come with bonus security fixes.

discuss.python.org/t/python-3-





Show Original Post


1 ...869 870 871 872 873 874 875 876 877 878 879 ...1571
UP