thisDaveJ
thisdavej.bsky.social
thisDaveJ
@thisdavej.bsky.social
Perpetually under 🚧 software dev and content creator at https://thisdavej.com with learning focus on Node.js, .NET, Python, IoT, Raspberry Pi + more. Titus 3:5-7
Learn how to build and package Python CLI apps with the blazing-fast uv! 🚀 This article walks you through setting up a project, managing dependencies (using a dictionary API example), and creating distributable Python wheels.
thisdavej.com/packaging-py...
#python #PythonDev #uv #cli #packaging
Packaging Python Command-Line Apps the Modern Way with uv
In my previous post, I shared how to use uv and PEP 723 to create single-file Python scripts with external dependencies. This article made it to the front page of Hacker News (link), demonstrating the...
thisdavej.com
April 14, 2025 at 3:48 AM
Reposted by thisDaveJ
US consumer confidence is down, @axios.com reports (www.axios.com/2025/04/11/c...), based on UMichigan survey data.

Download and analyze the data yourself, using #Python and #Pandas!

I showed you how, back in Bamboo Weekly 107 from February: www.bambooweekly.com/bw-107-consu...
BW #107: Consumer confidence
Get better at: CSV files, dates and times, filtering, regular expressions, correlations, and plotting
www.bambooweekly.com
April 11, 2025 at 3:24 PM
Learn how to build and package Python CLI apps with the blazing-fast uv! 🚀 This article walks you through setting up a project, managing dependencies (using a dictionary API example), and creating distributable Python wheels.
thisdavej.com/packaging-py...
#python #uv #cli #packaging
Packaging Python Command-Line Apps the Modern Way with uv
In my previous post, I shared how to use uv and PEP 723 to create single-file Python scripts with external dependencies. This article made it to the front page of Hacker News (link), demonstrating the...
thisdavej.com
April 11, 2025 at 2:15 PM
Built a simple web app for converting text from Word or text editors into HTML bullet point lists (
HTML Bullet Point Maker - Convert Text to ul Lists
This tool is designed to do one thing and hopefully do one thing well 😀: to quickly and easily convert your text into HTML unordered lists (<ul>) for displaying bullet points in HTML. Here’s how you u...
thisdavej.com
April 5, 2025 at 10:55 PM
PEP 723 + uv = Single-file Python scripts with embedded dependencies. 🐍 Streamlined distribution and execution without requirements.txt.

Check out my latest post here: thisdavej.com/share-python...
#python #pep723 #uv
March 28, 2025 at 12:34 AM