Did you know that Python 3.14 will include syntax highlighting in the REPL? Python 3.14 is due to be officially released in about a month. I …| treyhunner.com
I’ve been pursuing a Master of Finance Engineering degree, and also been playing with Rust for a while, so I figured: why don’t I try to combine both by implementing an algotrading (short for algorithmic trading) bot? I eventually implemented some strategies and backtesting from scratch (spoiler: the result is worse than just holding, not counting trading fee). I’m on my way improving the result, and putting it into paper trade.| nguyenhuythanh.com
This is adapted from my “Better developers” newsletter: https://BetterDevelopersWeekly.com. Like many others in the Python world, I’ve adopted “uv“, the do-everything, lightning-fast package manager written in Rust. uv does it all: For people who just want to download and install packages, it replaces pip. For people who want to keep multiple versions of Python on […]| Reuven Lerner
For the last ten years or so of working on Bundler, I’ve had a wish rattling around: I want a better dependency manager. It doesn’t just manage your gems, it manages your ruby versions, too. It doesn’t just manage your ruby versions, it installs pre-compiled rubies so you don’t have to wait for ruby to compile from source every time. And more than all of that, it makes it completely trivial to run any script or tool written in ruby, even if that script or tool needs a different ruby t...| André.Arko.net
We’re on a journey to advance and democratize artificial intelligence through open source and open science.| huggingface.co
We’re on a journey to advance and democratize artificial intelligence through open source and open science.| huggingface.co
MP 147: How do you clean up when you have too many Pythons lying around? About a year and a half ago, I wrote a post about how to update the version of Python you're using locally. I was hoping that would be a guide I could refer back to,| Mostly Python
Python’s recent language features and tooling improvements have made Python even better for writing small, self-contained command line scripts that act like shell scripts.| Juha-Matti Santala - Community Builder. Dreamer. Adventurer.
I maintain a handful of Python packages. Here’s how I automate creating new releases, both on PyPI and GitHub.| www.loopwerk.io
Fang-Pen Lin's blog about programming| Fang-Pen's coding note
Learn how to deploy MAX pipelines to cloud| docs.modular.com
What happens when a purely functional, deterministic, declarative package management system meets Python.| crescentro.se
Fedora's NeuroFedora special-interest group (SIG) is considering a change of strategy when it c [...]| LWN.net
How are devs at AI startups and in Big Tech using AI tools, and what do they think of them? A broad overview of the state of play in tooling, with Anthropic, Google, Amazon, and others| newsletter.pragmaticengineer.com
I wish you didn't need to know this, but you do| www.bitecode.dev
Once in a while you get introduced to a tool that instantly changes the way you work. For me, mise is one of those tools.| blog.vbang.dk
How to use uv and the Python inline script metadata proposal PEP 723 to run scripts seamlessly.| Cottongeeks
Reflections on bringing the ELT game to the lake| Giacomo Coletto
A deep dive into Meta's pyrefly and Astral's ty - two new Rust-based Python type checkers that both promise faster performance and better type inference.| Edward Li's Blog
I like to keep a pretty close eye on my finances, such as my spending habits and net worth. Over the years, I’ve used a lot of different tools, such as YNAB, Mint and Quicken.| Paul Gross's Blog
The Ivory Tower is a blog about software engineering and development philosophy by Anders Sundman.| 4zm.org
brought to you by the ITS Research team at QMUL| blog.hpc.qmul.ac.uk
Connecting to an API server#| docs.skypilot.co
Extracting people from a news articles#| llm.datasette.io
Python seems to be everywhere these days, and I’m really into learning languages, so it should come as no surprise that I’m learning a lot of Python. This post serves as a review of Pandas Workout as well as a ‘first impression’ review of the Pandas approach to data.| Irregularly Scheduled Programming
I just discovered Pythonx, which runs a Python interpreter in the same OS process as Elixir. Looks like it also wraps uv so it sets up a virtual environment with all the Python dependencies your code needs. Here's how I got the MLX version of the recently released SmolVLM model| Samrat Man Singh
How I turned a Jupyter notebook into a full-fledged Python package for UpSet plots| Edmund Miller
Here's an easy way to calculate the number of language model tokens for a string.| Waldek Mastykarz
Comparing two Python package managers: Poetry and new kid on the block uv.| www.loopwerk.io
This is a technical blog post on developing an end-to-end Visual RAG application powered by Vespa. It has link to a live demo application, and will walk you through why and how we built it, as well as give you the code to build your own Visual RAG application with your own data.| Vespa Blog
The uv package manager can also install Python for you. Should you use this feature in production?| Python⇒Speed
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability.| Hynek Schlawack
Manage entire Python projects and even Python itself with a single unified tool.| astral.sh
How to adopt pixi on an HPC cluster near you. Simplify your bioinformatics workflow today, with Pixi!| Edmund Miller
You keep using that word. I don’t think it means what you think it means.| www.bitecode.dev