Curated Video
C++ for Beginners - Input from STDIN
Your instructor, David, demonstrates Cin stream, which allows simple keyboard input. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Curated Video
Complete Python Scripting for Automation - Introduction to Python Modules
Working with Python Modules: Introduction to Python Modules 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 - Dictionaries
Data Structures of Python: Dictionaries This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data...
Curated Video
C++ for Beginners - Function Structure
In this lesson, your instructor, David, discusses function structure. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Curated Video
Learning CSS (Video 27)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Institute for New Economic Thinking
Carl-Ludwig Holtfrerich: Optimal Currency Areas and Governance - The Challenge of Europe (1/8)
Carl-Ludwig Holtfrerich compares the current Euro crisis with the US debt crisis in the 1840s, when the US had a common currency and a fully-fledged central government, and nine out of 27 US states defaulted. That crisis, he says, did...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 1
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if if/else,...
Curated Video
Apache Maven Beginner to Guru - Maven Build Lifecycles
This video provides an introduction to Maven build lifecycles. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven...
IDG TECHtalk
Using the "black" code formatter in Python
Why does the "black" code formatter for Python have no options at all? It's by design! Watch and learn why.
Packt
MongoDB Atlas and Compass Setup
This video demonstrates how to set up MongoDB Atlas and Compass. This clip is from the chapter "Getting Started with MongoDB" of the series "MERN E-commerce from Scratch".This section explains how to get started with MongoDB.
PBS
Bond. Savings Bond.
If stocks have you SHAKEN, but you're not STIRRED by savings accounts, maybe this is the secret agent you've been hunting for!
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Weak Configurations
A lack of secure configurations for networks, devices, and hosts results in an increased attack surface. Default settings, especially credentials, should not be used. Deprecated security protocols such as WEP and SSL should also be...
IDG TECHtalk
Run Python in R code
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
Curated Video
Describe a neural network : Neural Network with PCA for Binary Classifications
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Implementing Global Configuration Changes to Cypress Framework
This video explains implementing global configuration changes to Cypress framework. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress - Modern Automation...
Curated Video
Complete Python Scripting for Automation - Introduction to sys module
sys module: Introduction to sys module This clip is from the chapter "sys module" of the series "Complete Python Scripting for Automation".In this section, the author introduces sys module and working with command line arguments with an...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Create a Databricks Cluster
In this session, we will create a Databricks cluster. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 20)
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...
Curated Video
Complete Python Scripting for Automation - simple hello world script
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Curated Video
C++ Developer - Logic Errors
This video explains logic errors. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 23)
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...
All In One Social Media
How to use Facebook Marketplace 2021
Selling things on Facebook Marketplace is the easiest and best way to sell & buy on Facebook. In this video, I will show you how to use Facebook Marketplace 2021.
Curated Video
Complete Python Scripting for Automation - Functions with default arguments
Functions: Functions with default 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 a...