Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile
Dave Johnson (thisDaveJ.com)

@thisdavej

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

ID: 4883552472

linkhttp://thisdavej.com calendar_today09-02-2016 15:35:36

3,3K Tweet

1,1K Followers

993 Following

Reuven M. Lerner (@reuvenmlerner) 's Twitter Profile Photo

I'm writing a new book, "#Pandas Workout" (for Manning Publications), 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.

Khuyen Tran (@khuyentran16) 's Twitter Profile Photo

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

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

If you work with markdown tables in Visual Studio Code, this extension from Fernando ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป provides the ability to sort rows and move columns left and right. Very handy. marketplace.visualstudio.com/items?itemNameโ€ฆ

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

Twitter friends, please consider upvoting this VS Code feature request so Fernando ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป can align the columns in sorting of markdown tables in marketplace.visualstudio.com/items?itemNameโ€ฆ. We need 20 upvotes for the feature to make the VS Code backlog. github.com/microsoft/vscoโ€ฆ

Rich Turner (@richturn_ms) 's Twitter Profile Photo

WOOT WOOT WOOT! I am sooooo excited to see that Kayla Cinnamon โ˜• 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!

Roxana Stingu (@roxanastingu) 's Twitter Profile Photo

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 Dave Johnson (thisDaveJ.com) for sharing your code. For longer lists, your best bet is to go with Python.

Alasdair Allan (@aallan) 's Twitter Profile Photo

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-on-โ€ฆ

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

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.

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

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?

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

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?

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

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

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

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

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

Built a simple web app for converting text from Word or text editors into HTML bullet point lists (<ul>). It's a very focused use case. Perfect when you want HTML bullet points without using full-on Markdown tools. thisdavej.com/html-bullet-poโ€ฆ #office #html #WebDesign #JavaScript

Dave Johnson (thisDaveJ.com) (@thisdavej) 's Twitter Profile Photo

Just published my next article on building Python command-line apps with uv: thisdavej.com/packaging-pythโ€ฆ #Python #pythonlearning #uv