tag: pipe

How to create a fullstack application using Django and Python Part 5
Maria D. Campbell
In this section, I discuss and show how I changed a project name after it has already been created and migrated. It's really not as difficult as it sounds!
#macOS, #django, #env, #fullstack development, #grep, #pipe, #python3, #series, #vim, #virtualenv, #vscode

How to create a fullstack application using Django and Python Part 1
Maria D. Campbell
In this section, I create the project directory, install pyenv with Homebrew, install Python 3.12.5 with pyenv, execute the pyenv local command, install virtualenv and create a virtual environment, activate and deactivate the environment, and install Django.
#django, #fullstack development, #grep, #pipe, #homebrew, #macOS, #pyenv, #pyenv local, #python3, #virtualenv, #series

The pipe (|) and tee commands in Linux and Unix (macOS)
Maria D. Campbell
In this post, I discuss the pipe and tee commands and how they interact with commands such as cat and wc, which accept stdin. I also talk about how the history command interacts with pipe and tee, and I provide live, practical examples of how these commands work together.
#command line, #linux, #unix, #macOS, #pipe, #tee, #wc, #cat, #history