18 captures
24 Aug 2019 - 10 Feb 2026
Apr MAY Jun
23
2021 2022 2023
success
fail

About this capture

COLLECTED BY

Collection: Common Crawl

Web crawl data from Common Crawl.
TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20220523084616/https://www.fullstackpython.com/shells.html
 

Full Stack Python
All topics | Blog | Supporter's Edition | @fullstackpython | Facebook | What's new?

Shells






Shells are computer user interfaces that typically refer to a text-only or primarily text-based command prompt.

My macOS terminal window showing the bash shell with an active virtualenv.
The above screenshot shows the bash shell with an active Python virtual environment named fullstackpython within the macOS Terminal application.

Shell resources




cmd is the Pythonic standard library module that can be used for building your own shells. The Python CmdModule wiki page has a great overview of the module and its capabilities.



Give your Python program a shell with the cmd module shows a short code example of how to use cmd to build a simple shell.



Super Charge Your Shell For Python Development covers aliases, environment variables via Autoenv and some basic shell commands often used during development.



Terminal latency quantifies the impact of lag in your keystrokes appearing on the screen. It's a fascinating look at how a small difference of tens of milliseconds causes some shells and editors to feel slow while others are snappy.



Why Create a New Unix Shell? is a post by the creator of Oil shell that goes into the rationale for building a new shell even though so many others such as Bash, zsh, PowerShell and KornShell already exist.



explainshell (source code) is a wonderful little tool that shows how input and arguments in the shell break down and are interpreted by commands. The data is pulled from the Ubuntu man pages.



Shell productivity tips and tricks covers how to increase your effectiveness on the shell across topics such as navigating history, autocompletion, and pattern matching.


What do you want to learn about Python development?





What editor should I use to code my Python app?
 




I've built a Python web app, now how do I deploy it?
 




Tell me about standard relational databases.
 







Table of Contents



1. Introduction 2. Development Environments Text Editors & IDEs Vim Emacs Sublime Text PyCharm Jupyter Notebook Shells Bash shell Zsh PowerShell Terminal Multiplexers tmux Screen Environment configuration Application Dependencies Virtualenvs Localhost tunnels Source Control Git Mercurial 3. Data 4. Web Development 5. Deployment 6. DevOps Changelog What Full Stack Means About the Author Future Directions Page Statuses ...or view the full table of contents.



Full Stack Python


Full Stack Python is an open book that explains concepts in plain language and provides helpful resources for those topics.

Updates via Twitter & Facebook.



Chapters



1. Introduction 2. Development Environments » Shells 3. Data 4. Web Development 5. Deployment 6. DevOps Changelog What Full Stack Means About the Author Future Directions Page Statuses ...or view the full table of contents.

 



Matt Makai 2012-2022