Packt
Create a computer network: Python Netmiko Library
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Science360
iDigBio delivers digital collections of natural specimens
Adania Flemming, research assistant at iDigBio, discusses a National Science Foundation-funded project that aims to bring digital collections of natural history online, so that they're freely available to people around the world. Once...
Packt
Importing log4j into Eclipse Project
This video explains how to import log4j into the Eclipse project. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
APMonitor
Java ☕ If Statements
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 2 - Factorial
Build a function that generates lists of integers of various sizes and ranges This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Learn and Master C Programming - If...else...Code Example: Checking high blood pressure readings
The author shows you an example that uses several if...else statements and also how to nest if statements using a blood pressure reader function that takes two numbers and gives you back your result as string. This clip is from the...
Curated Video
Complete Python Scripting for Automation - Python Indentation
Basics of print, indentation, comments and special characters: Python Indentation This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Creating your First Update Stream – Ktable
In this lecture, we are going to create a super simple example to understand some details of using KTable. This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing (Master...
3D Print General
Cura Experimental Settings - Adaptive Layers - Spaghetti Infill - Molding
In this video I take a look at Cura 3.4.1 experimental settings including Adaptive Layers, Spaghetti Infill and Mold Making.
Curated Video
Implement a computer program using a classic algorithm : Project conclusion walkthrough
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Go through implementation steps from concluded project
Healthcare Triage
Dissemination: Get Out There and Strut Your Stuff!
Let's say you're in the habit of doing scientific research. Or maybe you're an expert in a field who can concisely and coherently discuss research. Disseminate! There are more avenues than ever before to make your voice heard, and share...
Python Programmer
EDA Python - 09-3-continue_break
Continue and break allow you to change how loops behave. We examine them in this video.
APMonitor
Java ☕ Course Introduction
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
Packt
Implement a function : Arguments and Parameters
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup. This video focuses on arguments and parameters in Python.
Curated Video
Fix the errors in a computer program or algorithm : Raising Exception
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Raising Exception
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Complete merge sort algorithm and analyze updated execution context
Add functions to analyze and implement time analysis functionality This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
C++ Developer - Random Numbers
This video discusses random numbers. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations
Complete String Operations: case (Lower, Upper etc...) conversion operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on...
Curated Video
Fix the errors in a computer program or algorithm : Try, Except, Else and Finally
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Try, Except, Else and Finally
3D Print General
Combining Parts and Multiple Processes on Cura
I recently discovered some useful features by combining multiple parts on Cura. This can help to emboss, anchor, or reduce material.
Curated Video
Learn and Master C Programming - Pointers and Strings (2): Printing Out Vowels In a String
We will write a function called PrintVowels to learn how to process strings using pointers and practice with pointer arithmetic and contents of pointers...etc. This clip is from the chapter "Pointers" of the series "Learn and Master C...
Curated Video
Learn and Master C Programming - How To Calculate Array Size in C/C++
Learn how to use the compiler with the help of 'sizeof' operator to calculate the size (number of elements) inside array without having to hard-code this value! This clip is from the chapter "Arrays" of the series "Learn and Master C...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Quicksort demo
Add additional functionality to the program by extracting redundant code into a function and beautifying output This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3:...
Curated Video
Julia for Data Science (Video 9)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...