Perpetually under 🚧 software dev and content creator @https://thisdavej.com with learning focus on Node.js, .NET, Python, IoT, Raspberry Pi more. Titus 3:5-7

Joined February 2016
101 Photos and videos
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-s… #python #pep723 #uv
1
4
183
I have been familiar with the dmesg command in Linux to view kernel log messages, but today I learned I can do: $ dmesg -H which provides a pager option like less and continues to colorize the output. (-H = human readable output) #linuxtips
3
Getting my new @Fedora system set up with some time-saving shortcuts such as: alias gno='gnome-open' I did not want to use "go" since I will be installing golang. What is your favorite #bash alias for your Linux system?
Installed @Fedora Linux on my home laptop 💻 that previously ran Windows. It's now a dual boot system. I'm running this for 30 days to see if it can become my daily driver. Have you taken the Linux plunge? Any words of wisdom?
9
15
I'm all about Python 3, but that's some impressive commitment by Red Hat to patch Python 2 for all of the legacy Python 2 code that has yet to be converted.
Since Python 2.7 sunset (January 1st, 2020), Red Hat is still maintaining it and backported 7 security fixes: CVE-2019-20907, CVE-2020-26116, CVE-2021-3177, CVE-2021-23336, CVE-2020-27619, CVE-2021-3733, CVE-2021-3737. Fedora Python 2.7 fork with fixes: github.com/fedora-python/cpy…
1
Taking @ManjaroLinux for a spin. It feels well designed. For people who have used this distro, do you prefer using pamac or pacman to manage packages?
1
1
Dave Johnson (thisDaveJ.com) retweeted
How it started: How it's going:
7
51
249
Dave Johnson (thisDaveJ.com) retweeted
What have I done for you lately? Well, after several months of back-breaking work, the results of what has internally been called "documentation-ng," launches today. Welcome to the new #RaspberryPi documentation site. raspberrypi.org/blog/bring-o…

5
32
179
Dave Johnson (thisDaveJ.com) retweeted
Looking to scrape JSON API responses? It's as quick and simple as copy/pasting this script in Google Sheets (for up to 5M cells). thisdavej.com/fetching-filte… Thank you very much @thisDaveJ for sharing your code. For longer lists, your best bet is to go with Python.
1
1
7
.@endlesstrax you're not the only one who learned today that @code can sort #Python import statements. Thanks for sharing this useful tip!
TIL: @code can sort your #Python import statements for you! It splits them by standard library and 3rd party and then alphabetizes them. Why am I only finding out about this now?!
1
1
Dave Johnson (thisDaveJ.com) retweeted
Happy birthday Daniel, I appreciate you😀

ALT happy birthday cake GIF

This day 23 years ago, I uploaded the first ever curl release. Happy birthday to all of us who use and appreciate curl. I love you all. daniel.haxx.se/blog/2021/03/…
1
3
Dave Johnson (thisDaveJ.com) retweeted
WOOT WOOT WOOT! I am sooooo excited to see that @cinnamon_msft and the Terminal team have landed a goal that we've wanted to deliver since Terminal was still a dream. Another step forward in Windows becoming the default Terminal on Windows :) Great work!
Windows Terminal now ships inside Windows! Go get the latest Dev Channel build!!
1
8
60
Twitter friends, please consider upvoting this VS Code feature request so @fcrespo82 can align the columns in sorting of markdown tables in marketplace.visualstudio.com…. We need 20 upvotes for the feature to make the VS Code backlog. github.com/microsoft/vscode/…
1
1
Dave Johnson (thisDaveJ.com) retweeted
An alternative to saving your secret information to the environment variable is to save it to .env file. The easiest way to load the environment variables from .env file is to use python-dotenv library. Find how to use python-dotenv in the code below. bit.ly/2Zziahk

2
3
An excellent article on my new favorite Python library called rich which allows you to take your #Python CLI apps to new heights.
You can make your terminal output by using Rich. With Rich, you can create the output pretty like below in a few lines of Python code. Find the link to my article on Rich at @TDataScience here: bit.ly/3a4YSX1 #Python
2
Dave Johnson (thisDaveJ.com) retweeted
I'm writing a new book, "#Pandas Workout" (for @ManningBooks), to help improve your fluency with this amazing #Python package. So: What are your biggest pain points with Pandas? What don't you understand? The more feedback I get, the better the book can be.
5
10
34