How to write Python script for Linux/Unix Lesson 0 : subprocess

Опубликовано: 29 Октябрь 2024
на канале: Nerdy Ayubi
419
18

How to run a command in Linux/unix using Python. You can use any text editor or IDE.To know more about tools see below.

Instagram►   / ayuboid  
Instagram►   / nerdyayubi  
Twitter►   / nerdyayubi  
Facebook►   / nerdyayubi  

Music in the video►    • Stranger Things Theme Song (C418 REMIX)  
-----------------------------------------------------------
Vim : is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.

Features:
persistent, multi-level undo tree
extensive plugin system
support for hundreds of programming languages and file formats
powerful search and replace
integrates with many tools
Download Vim : https://www.vim.org/download.php

Ipython (Interactive Python) : is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language.

Features:
Interactive shells (terminal and Qt-based).
A browser-based notebook interface with support for code, text,
mathematical expressions, inline plots and other media.
Support for interactive data visualization and use of GUI toolkits.
Flexible, embeddable interpreters to load into one's own projects.
Tools for parallel computing.
Download Ipython : https://ipython.org/install.html

Disclaimer : This video is for Informational and Educational purpose