python

Back Open Paginator
09.08.2025 02:15
r (@r@fed.brid.gy)

This week's challenge is about straight lines and duplicate zeros, so let's jump to the end of the line and listen to some musicians who were decidedly not zeroes. So let's live the life we please with Perl Weekly Challenge 333. #PerlWeeklyChallenge #raku #perl #python #elixir

Perl Weekly Challenge: Zero is...




Show Original Post


09.08.2025 01:23
clonbg (@clonbg@masto.es)

Aprender Django myblog.clonbg.es/aprender-djan #Programación #Python clonbg.es





Show Original Post


09.08.2025 00:34
djangocon (@djangocon@fosstodon.org)

🎉 The DjangoCon US 2025 schedule is officially here!

2025.djangocon.us/news/announc

📅 Talks: Sept 8-10
🛠️ Sprints: Sept 11-12

Exciting sessions lined up including "Django for AI" and "Building maintainable Django projects"!

🎤 Keynote speakers to be announced soon - stay tuned!

#DjangoConUS #Django #Python #WebDev #Conference2025




Show Original Post


09.08.2025 00:14
treyhunner (@treyhunner@mastodon.social)

Unlike, JavaScript, C, Java, and many other programming languages we don't have traditional C-style for loops.

Read more 👉 trey.io/ur7l4g




Show Original Post


09.08.2025 00:00
jos1264 (@jos1264@social.skynetcloud.site)

Typosquatted PyPI Packages Used by Threat Actors to Steal Cryptocurrency from Bittensor Wallets gbhackers.com/typosquatted-pyp #CyberSecurityNews #cryptocurrency #cybersecurity #THREATS #Python




Show Original Post


08.08.2025 23:50
lobsters (@lobsters@mastodon.social)

A puzzling Python program lobste.rs/s/qtm9uv
jo3-l.dev/posts/python-countdo




Show Original Post


08.08.2025 23:20
r (@r@fed.brid.gy)

A puzzling Python program

fed.brid.gy/r/https://jo3-l.de




Show Original Post


08.08.2025 23:15
hn50 (@hn50@social.lansky.name)

HRT's Python fork: Leveraging PEP 690 for faster imports

Link: hudsonrivertrading.com/hrtbeat
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


08.08.2025 23:09
objects (@objects@alceawis.com)
@meluzzy Well.
Dependency management is Python is badly designed and it causes massive dependency issues due to python compatibility issues.

Most python developers will start a project on a specific version (e.g. 3.6), most major python libraries will lock themselves to specific python versions.

So they write a requirements.txt file simply asking for a dependency (e.g. fast-api) greater than 2.2 which gets them 2.2.6.

Now the product is going for release and it needs to move on to a Python version without known CVE's so you update (e.g 3.11).

Now the dependency tree radically changes as our expected dependency (e.g. 2.2.6) doesn't support our python version and suddenly we are bumped up several patch versions (e.g. 2.2.11). For whatever reasons semantic versioning doesn't seem to be a thing in Python land and they massively rewrote the dependency in 2.2.9 (which also doesn't support your required python version). So now you have to completely rewrite your code to use the new api.

This scenario will be true for half the dependency tree.

Apache Maven's dependency management is the actually well thought out well implemented solution. Gradle is a regression, recreating the issues people
expearienced with ANT and Ivy.
#python has issues.
I like it.
But it bogs down my setup with its py torches and what not.
#Pythonian kinda sounds like psychology term :crazylaugh:


Show Original Post


08.08.2025 23:01
gtronix (@gtronix@infosec.exchange)

VS Code 1.103 brings GPT-5 to Copilot, chat checkpoints, Git worktrees, and more

Visual Studio Code1.103 (July 2025) addsGPT-5support for all paidGitHub Copilotplans, enabling advanced reasoning, coding, and chat directly in the editor.

alternativeto.net/news/2025/8/

#Linux #Python




Show Original Post


08.08.2025 22:42
rzeta0 (@rzeta0@todon.eu)

@NumFOCUS are adamant in promoting Israel.

I wrote to their directors previously asking them not to promote Israel as it undertakes a genocide. They ignored me.

The latest email again promotes Israel.

Their own values require events under their banner not to be discriminatory, to be inclusive and aligned to democracy and human right. A Palestinian living in Gaza under Israeli control (through no choice of their own) will face incredible discrimination attending PyData TelAviv.

Numfocus have revealed who they are.

cc @cheukting_ho - none of Directors I emailed replied. Do I need to contact their legal team? They should know international humanitarian law, right?

#genocide #uspol #python #pydata #datascience #opensoure #tech #gaza #BDS #numfocus





Show Original Post


08.08.2025 21:10
hn50 (@hn50@social.lansky.name)

Show HN: Synchrotron, a real-time DSP engine in pure Python

Link: synchrotron.thatother.dev/
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


1 ...1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 ...1546
UP