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...
Aprender Django https://myblog.clonbg.es/aprender-django/ #Programación #Python https://clonbg.es

🎉 The DjangoCon US 2025 schedule is officially here!
https://2025.djangocon.us/news/announcing-schedule-dcus/
📅 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
Unlike, JavaScript, C, Java, and many other programming languages we don't have traditional C-style for loops.
Read more 👉 https://trey.io/ur7l4g
Typosquatted PyPI Packages Used by Threat Actors to Steal Cryptocurrency from Bittensor Wallets https://gbhackers.com/typosquatted-pypi-packages-used-by-threat-actors/ #CyberSecurityNews #cryptocurrency #cybersecurity #THREATS #Python
A puzzling Python program https://lobste.rs/s/qtm9uv #python
https://jo3-l.dev/posts/python-countdown/
A puzzling Python program
https://fed.brid.gy/r/https://jo3-l.dev/posts/python-countdown/
HRT's Python fork: Leveraging PEP 690 for faster imports
Link: https://www.hudsonrivertrading.com/hrtbeat/inside-hrts-python-fork/
Discussion: https://news.ycombinator.com/item?id=44838687
Dependency management is Python is badly designed and it causes massive dependency issues due to python compatibility issues.#python has 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.
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.
@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 HN: Synchrotron, a real-time DSP engine in pure Python
Link: https://synchrotron.thatother.dev/
Discussion: https://news.ycombinator.com/item?id=44836433