@msftcangoblowme

0 Followers
14 Following
147 Posts

New update to pyrepl-hacks that allows binding Ctrl+Up & Ctrl+Down.

I now bind those to next-history & previous-history (which navigate up/down one code block).

Thanks to the Christophers (not on Mastodon I think?) on the Real Python podcast for the suggestion.

If you use the #Python REPL often, give pyrepl-hacks a try and let me know what you think.

https://github.com/treyhunner/pyrepl-hacks

@meghansharris

`process_with_text.py` and `process.py` are almost exactly the same. You are already in make it into a package territory.

Look at package [click](https://pypi.org/project/click/) on how to accept command line arguments

click

Composable command line interface toolkit

PyPI

@brettcannon

...

Hiding dependencies within TOML doesn't even address avoiding dependency conflicts within one package with several venv, let alone many packages (also with multiple venv).

There is a very good chance for resolution conflicts.

Can't be the only author with a chain of packages?

@msftcangoblowme Are you saying you're the author of 'wreck' or you're just quoting them?

And it's fine if you don't care about the security aspects and want to stick with requirements files, but they aren't a standard and the pip devs wanted something like PEP 751.

And knowing what virtual environment a dependency group is tied to is between you and your workflow tool; dependency groups are entirely orthogonal to virtual environments.

My prediction on spoons is one step closer to fulfillment.

Ban on spoons will happen!

Proposed ban on swords in UK. A country that prides itself with stabbing each other with knives.

Spoons cause fat people. No spoons no fat people. Without knives or swords Brits will resort to spoons.

Spoons are more dangerous than swords and knives.

https://www.zerohedge.com/news/2025-03-28/british-pm-pledges-ban-ninja-swords-summer-curb-crime-migrants

British PM Pledges to Ban ‘Ninja Swords’ By Summer to Curb Crime (By Migrants)

ZeroHedge - On a long enough timeline, the survival rate for everyone drops to zero

ZeroHedge
Faster branch coverage measurement

After nearly two years, I think this is finally ready: coverage.py can use sys.monitoring to more efficiently measure branch coverage.

@nedbat Testing @pillow with COVERAGE_CORE=sysmon is 1.18 times faster than without 🚀

~42 seconds with, ~49 seconds without

🇫🇮🐍 Welcome to our next meetup on Wednesday 19th March 2025 at Taiste:

Talks:

✒️ @hamatti - Why developers should write blog posts

💉 Sakari Cajanus - Dependency injection in Python (or why Python is not Java)

🦀 Mislav Novakovic - Refactoring to Rust

And the famous HelPy quiz!

https://www.meetup.com/helpy-meetups/events/306522919/

Please also drop us a line if you’d like to give a talk in April or beyond ⭐

#HelPy #Helsinki #Python #meetup #writing #blogging #DependencyInjection #Rust

March Helsinki Python meetup, with Taiste, Wed, Mar 19, 2025, 5:30 PM | Meetup

Welcome to our third event of 2025, graciously hosted by [Taiste](https://www.taiste.fi/en)! **Talks:** * [Juha-Matti Santala](https://www.linkedin.com/in/juhamattisantal

Meetup

There is a flu season again. Remember the flu that was cured by covid? Neither do i.

What are they talking about?

https://www.zerohedge.com/medical/how-medical-and-integrative-experts-recommend-protecting-against-influenza

How Medical And Integrative Experts Recommend Protecting Against Influenza

ZeroHedge - On a long enough timeline, the survival rate for everyone drops to zero

ZeroHedge

@bagder

@pitch I long created a policy that when someone asks a question I will ask them to help me fix the documentation. Sometimes (often) I first need to create the missing documentation. Pointing someone to the updated documentation and asking how it can be improved is a great way to get useful input and forces people to read it.