Tag

interactive shell

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Command LineFish Shellauto completion
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
Python Programming Learning Circle
Python Programming Learning Circle
Mar 15, 2023 · Fundamentals

How to Run Python Code: Interactive Shell and Text Editor Methods

This guide explains two basic ways to execute Python programs—using the interactive command-line interpreter for quick, unsaved tests and writing a script in a text editor to run via the terminal—illustrated with a simple "hello world" example and practical tips.

Hello WorldProgramming BasicsText Editor
0 likes · 4 min read
How to Run Python Code: Interactive Shell and Text Editor Methods
php中文网 Courses
php中文网 Courses
Jun 4, 2021 · Backend Development

Introduction to Laravel Tinker: Using an Interactive Shell for Laravel Development

This article introduces Laravel Tinker, explains how to use PHP's interactive shell and PsySH, shows installation via Composer, demonstrates common Artisan commands, and provides code examples for interacting with Laravel models and the command whitelist within the Tinker environment.

ArtisanLaravelPHP
0 likes · 4 min read
Introduction to Laravel Tinker: Using an Interactive Shell for Laravel Development
Python Programming Learning Circle
Python Programming Learning Circle
Mar 8, 2021 · Fundamentals

Introduction to IPython: Installation, Features, and Usage

This article introduces IPython, covering its installation, core components, key interactive features such as tab completion, introspection, magic commands, system shell integration, and how to use it within Jupyter Notebook, providing practical command examples and shortcuts for efficient Python development.

IPythonJupyterMagic Commands
0 likes · 10 min read
Introduction to IPython: Installation, Features, and Usage