Curated Video
Bash Shell Scripting - Job Control - jobs, fg, and bg
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...
Curated Video
Complete Python Scripting for Automation - Encapsulation
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,...
Curated Video
Complete Python Scripting for Automation - Copy the content of a source file into a destination file
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...
Curated Video
Complete Python Scripting for Automation - Practice script on platform and os module
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 13)
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...
Healthcare Triage
Covid Treatment Research, Toilet Plumes, and Increasing Cases 6-23-2020
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....
IDG TECHtalk
How to use command line arguments in a Python script with sys.argv and argparse
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...
Curated Video
Bash Shell Scripting- How to define a variable, display a variable, and execute multiple statements
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...
Packt
Global npm Modules and nodemon
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...
Curated Video
Complete Python Scripting for Automation - Usage of special characters with print statement
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...
Curated Video
Complete Python Scripting for Automation - Functions with variable keyword arguments
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,...
Curated Video
Complete Python Scripting for Automation - Loop Control statements: break, continue and pass
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...
Curated Video
Learning R for Data Visualization (Video 26)
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...
Curated Video
Learning Python Web Penetration Testing (Video 4)
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...
friEdTech
How to Create a Form and Grade it with the New Version of Flubaroo
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!
Curated Video
Bash Shell Scripting - Performing Arithmetic Operations
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.
Curated Video
Bash Shell Scripting - Passing Arguments to Functions
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...
Packt
Bash Shell Scripting - Environment Variables
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.
Curated Video
The Art of Calligraphy
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...
Curated Video
Bash Shell Scripting- what is #!/usr/bin/env bash ?
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.
Curated Video
Complete Python Scripting for Automation - Transfer file from local server to remote server and vice versa using paramiko
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...
Curated Video
Bash Shell Scripting- Introduction to the course
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...
Curated Video
Complete Python Scripting for Automation - platform module
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.
Curated Video
Complete Python Scripting for Automation - Functions with keyword-based arguments
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...