|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/scripting-for-beginner/
课程评论:没有评论
课程名称:初学者脚本编写 [Python, Ruby, Shell] 课程概述:脚本语言是一种支持脚本的编程语言,旨在自动化执行任务,通常这些任务可以由人类操作员逐个执行。脚本语言通常是解释性语言,而不是编译型语言。本课程专为初学者设计,涵盖以下脚本语言: 1. **Python**:Python是一种灵活的编程语言,可用于多种场景。本教程主要集中在其增强Unix/Linux shell环境的能力上。通常,在Unix中,你会创建“bash” shell脚本,但你也可以使用Python创建shell脚本,这非常简单!你甚至可以使用.sh扩展名命名你的shell脚本,并像运行任何bash脚本那样运行它们。 2. **Ruby**:Ruby是一种灵活的面向对象和函数式编程语言,也可用于多种场景。本教程同样关注其增强Unix/Linux shell环境的能力。像Python一样,你可以使用Ruby创建shell脚本,操作同样简便!使用.sh扩展名命名的脚本同样可以运行。 通过本课程,学员将掌握Python和Ruby在Unix/Linux环境中的应用,能够创建和运行有效的shell脚本,以简化和自动化日常任务。
A scripting or script language is a programming language that supports scripts, programs written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator. Scripting languages are often interpreted (rather than compiled).This course is specially designed for newbies and going to cover following scripting languagePythonPython is a great flexible programming language that can be used in many situations. In this tutorial, we will focus primarily on it's ability to enhance the Unix/Linux shell environment. Typically in Unix you will create "bash" shell scripts, but you can also create shell scripts using python, and it's really simple! You can even name your shell scripts with the.sh extension and run them as you would run any bash shell scriptRubyRuby is a great flexible object-oriented and functional programming language that can be used in many situations. In this tutorial, we will focus primarily on it's ability to enhance the Unix/Linux shell environment. Typically in Unix you will create "bash" shell scripts, but you can also create shell scripts using ruby, and it's really simple! You can even name your shell scripts with the.sh extension and run them as you would run any bash shell scriptUnix and Shell Scripting