|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-scripting-for-automation/
课程评论:没有评论
课程名称:Python脚本基础知识以进行服务器端自动化 课程概述:欢迎参加“Python脚本基础知识以进行服务器端自动化”课程。Python是一种高级解释性编程语言,广泛用于脚本编写和一般用途。本课程旨在为Windows/Linux系统用户提供Python脚本的基础知识和实践,使他们能够开发Python脚本来自动化任务。适合的用户包括系统管理员、开发人员、支持人员、DevOps管理员、数据库管理员等。 编程语言与脚本语言的区别:编程语言用于开发软件/应用,而脚本语言用于给其他软件/应用提供指令,因此在自动化任务中非常有用。Python同时具备编程和脚本语言的特性。 Python的应用领域:近年来,Python在各个领域越来越受欢迎,包括: - Web应用开发 - API或REST API开发 - 物联网开发 - GUI和游戏开发 - 数据科学和数据分析 - 人工智能 - 网络爬虫和文本处理 - 创建现有应用的插件和扩展 - 自动化(操作系统、数据库、中间件、Web服务器、云计算、DevOps等) 本课程旨在帮助您掌握Python脚本的基本概念,以开发服务器端的自动化脚本。课程从基础开始,包括环境设置、变量和数据类型、字符串操作、数据结构/集合、操作符、条件语句、异常处理(使用try和except语句)、循环和函数,并涵盖一些重要模块,如sys、os、time、datetime、subprocess、argparser、requests、logging,以及如何处理文本、CSV和JSON文件。 通过本课程,您将能够熟练掌握Python脚本的基本技能,为自动化任务打下坚实的基础。
Welcome to Basics of Python Scripting for Server Side Automation.Python is an Advanced Scripting, general-purpose, high-level interpreted programming languageThe objective of this course is to provides the the Basics of Python Scripting with practice for Windows/Linux System Users to Develop Python Scripts to Automate The Tasks.Windows/Linux System Users are like:System Admins/Developers/SupportersDevOps Admins/Developers/SupportersDatabase Admins/Developers/Supporters etc….Difference between Programming and Scripting Languages:Programming languages are used to develop software's/applicationsScripting Languages are used to give instructions to the other software's/applications - useful to automate tasksPython has both Programming and Scripting languages featuresWhat can we do with Python ?Now a days it is becoming more and more popular for doing….Web Application DevelopmentAPI or REST API DevelopmentIoT DevelopmentGUI and Game DevelopmentData Science and Data AnalyticsAI (Artificial Intelligence)Web Scraping & Text ProcessingCreating plugins and extensions for existing applicationsAutomation (OS, DB, Middleware, Webserver, Cloud, DevOps etc…)This course is designed to help you get the Basic Concepts of Python scripting to develop Automation Scripts on Server Side. Started the course with very basics like Introduction Environment Setup to Practice Python ScriptingVariables & Data TypesOperations on StringsData Structures/CollectionsOperatorsConditional StatementsException Handling with try and except block(s)LoopsFunctions and then covered very important modules likesysostime,datatimesubprocessargparsererequests logging working with Text , CSV and JSON Files