Instructional Video8:11
Curated Video

Bash Shell Scripting - Job Control - jobs, fg, and bg

Higher Ed
This video demonstrates job control. This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on process...
Instructional Video5:15
Curated Video

Complete Python Scripting for Automation - Encapsulation

Higher Ed
OOPS for Real Time: Encapsulation This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a class,...
Instructional Video11:33
Curated Video

Complete Python Scripting for Automation - Copy the content of a source file into a destination file

Higher Ed
Working with text files: Copy the content of a source file into a destination file This clip is from the chapter "Working with text files" of the series "Complete Python Scripting for Automation".In this section, the author talks about...
Instructional Video7:42
Curated Video

Complete Python Scripting for Automation - Practice script on platform and os module

Higher Ed
OS Module: Practice script on platform and os module This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path...
Instructional Video18:20
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 13)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video3:32
Healthcare Triage

Covid Treatment Research, Toilet Plumes, and Increasing Cases 6-23-2020

Higher Ed
There's a study coming out of the UK about using a steroid called Dexamethasone to treat COVID19 symptoms. The initial reports look good, but we'll hold judgement until we see the full study. Toilet plumes are also in the news....
Instructional Video6:31
IDG TECHtalk

How to use command line arguments in a Python script with sys.argv and argparse

Higher Ed
If you pass command line arguments to a Python script, it's easy to extract and use them with sys.argv. But if you want to build elaborate handlers for command-like arguments, the argparse module in Python's standard library gives you...
Instructional Video8:10
Curated Video

Bash Shell Scripting- How to define a variable, display a variable, and execute multiple statements

Higher Ed
This video shows how to define a variable, display a variable, and execute multiple statements. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command...
Instructional Video7:23
Packt

Global npm Modules and nodemon

Higher Ed
Node.js Module System (Notes App): Global npm Modules and nodemon This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video13:25
Curated Video

Complete Python Scripting for Automation - Usage of special characters with print statement

Higher Ed
Basics of print, indentation, comments and special characters: Usage of special characters with print statement This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python...
Instructional Video5:33
Curated Video

Complete Python Scripting for Automation - Functions with variable keyword arguments

Higher Ed
Functions: Functions with variable keyword arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions,...
Instructional Video16:50
Curated Video

Complete Python Scripting for Automation - Loop Control statements: break, continue and pass

Higher Ed
Loops - for and while loops with break, continue and pass: Loop Control statements: break, continue and pass This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python...
Instructional Video4:09
Curated Video

Learning R for Data Visualization (Video 26)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video6:15
Curated Video

Learning Python Web Penetration Testing (Video 4)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video11:54
friEdTech

How to Create a Form and Grade it with the New Version of Flubaroo

Higher Ed
Learn how to create a quiz using a Google Form, grade it automatically, and even email students their grades effortlessly using the new version of Flubaroo. WOW!
Instructional Video7:55
Curated Video

Bash Shell Scripting - Performing Arithmetic Operations

Higher Ed
This video shows how to perform arithmetic operations. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
Instructional Video6:03
Curated Video

Bash Shell Scripting - Passing Arguments to Functions

Higher Ed
This video explains how to pass arguments to functions. This clip is from the chapter "Functions - Revisited" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores more about...
Instructional Video6:27
Packt

Bash Shell Scripting - Environment Variables

Higher Ed
This video will talk about the environment variables. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Instructional Video3:00
Curated Video

The Art of Calligraphy

Pre-K - Higher Ed
Calligraphy is an artistic form of writing practiced by people around the world. Understand some of the historical and cultural significances of calligraphy. Explore different styles of calligraphy and the tools used to draw letters and...
Instructional Video4:53
Curated Video

Bash Shell Scripting- what is #!/usr/bin/env bash ?

Higher Ed
This video explains #!/usr/bin/env bash. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video10:17
Curated Video

Complete Python Scripting for Automation - Transfer file from local server to remote server and vice versa using paramiko

Higher Ed
Paramiko module to work with remote servers using python: Transfer file from local server to remote server and vice versa using paramiko This clip is from the chapter "Paramiko module to work with remote servers using python" of the...
Instructional Video17:32
Curated Video

Bash Shell Scripting- Introduction to the course

Higher Ed
This video provides an overview of what to expect from the course. This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with the installation...
Instructional Video15:55
Curated Video

Complete Python Scripting for Automation - platform module

Higher Ed
Working with Python Modules: platform module This clip is from the chapter "Working with Python Modules" of the series "Complete Python Scripting for Automation".You will learn about platform module and getpass module.
Instructional Video2:52
Curated Video

Complete Python Scripting for Automation - Functions with keyword-based arguments

Higher Ed
Functions: Functions with keyword-based arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling...