Instructional Video20:02
Curated Video

Implementing Boolean logic in Python

Pre-K - Higher Ed
Pupil outcome: I can use Boolean logic in a Python program. Key learning points: - Boolean expressions give results that can be used in selection and iteration. - Boolean logic is used in selection to test conditions. - Complex decisions...
Instructional Video7:21
Curated Video

Write Your First Lines of Python

Pre-K - Higher Ed
Ever wondered how to start coding in Python? Join Mark from SkillSprints as he walks you through writing your very first lines of Python code. In this beginner-friendly tutorial, you’ll learn the basics of Python programming, set up...
Instructional Video8:09
Curated Video

Deep Learning - Crash Course 2023 - Installing Jupyter Notebook

Higher Ed
In this video, you will learn how to install Jupyter Notebook on your system.
<
br/>
This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on...
Instructional Video7:19
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Installing Jupyter Notebook

Higher Ed
In this video, you will learn how to install Jupyter Notebook.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you...
Instructional Video2:39
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Why Choose Python

Higher Ed
In this video, we will understand the benefits of Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Instructional Video17:01
Curated Video

Complete Python Scripting for Automation - Introduction to variables and print with variables

Higher Ed
Basics of variables and Data Types: Introduction to variables and print with variables
r/>
This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author...
Instructional Video31:08
Curated Video

Complete Python Scripting for Automation - Introduction to Python Modules

Higher Ed
Working with Python Modules: Introduction to Python Modules
r/>
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...
Instructional Video10:49
Curated Video

Complete Python Scripting for Automation - simple hello world script

Higher Ed
Basics of print, indentation, comments and special characters: simple hello world script
r/>
This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting...
Instructional Video20:03
Curated Video

Complete Python Scripting for Automation - Introduction to Exception Handling

Higher Ed
Exception Handling: Introduction to Exception Handling
r/>
This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user...
Instructional Video8:25
Curated Video

Complete Python Scripting for Automation - Editors for Python code

Higher Ed
Introduction: Editors for Python code<br/<br/>>

This clip is from the chapter "Introduction" of the series "Complete Python Scripting for Automation".The author introduces the course and talks about Python setup on Windows and Linux.
Instructional Video7:09
Curated Video

Complete Python Scripting for Automation - Python Comments

Higher Ed
Basics of print, indentation, comments and special characters: Python Comments This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
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 Video1:29
Curated Video

Describe computer programming : The Course Overview

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them.<b<br/>r/>

This video will give you an overview about the course.
Instructional Video25:41
APMonitor

Record and Plot Real time Data in Python

10th - Higher Ed
This sample exercise records, analyzes, and plots real-time data in Python. It is an introductory exercise for the project listed <a href='http://apmonitor.com/che263/index.php/Main/CourseProjects' target='_blank' rel='nofollow'>at</a> href='http://apmonitor.com/che263/index.php/Main/CourseProjects' target='_blank' rel='nofollow'>at
Instructional Video3:09
IDG TECHtalk

Python's disassembler: How to inspect Python bytecode

Higher Ed
Python runs programs by compiling them into bytecode, an instruction set used to drive its interpreter. With the "dis" module, you can disassemble and examine bytecode from any Python program, and learn more about how your programs are...
Instructional Video10:33
APMonitor

Python 🐍 Jupyter, VSCode Install

10th - Higher Ed
Jupyter notebook, Jupyter lab, and VSCode are installed to run a 'Hello, World' application in Ubuntu Linux for Python 3.8.





py
thon3 --version
sudo apt install python3
(Linux, apt or...
Instructional Video4:45
Curated Video

Python 3 for Beginners: How to Execute Python Programs from Command Line on Windows, Mac, and Linux

Higher Ed
This video teaches viewers how to execute Python programs in various ways. The tutorial covers executing Python programs on Windows by double-clicking the file or running it from the command prompt, and on Mac and Linux by setting the...
Instructional Video7:22
IDG TECHtalk

How to use zipapp to bundle Python applications

Higher Ed
Python programs can be difficult to bundle up and transport to other systems, because of the dependencies that need to travel with them. The zipapp module in Python, and related projects like Shiv, create bundles from Python apps -- and...
Instructional Video13:11
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Initiate Serial Communication

Higher Ed
In this video, we will initiate Serial communication.
<
br/>
This clip is from the chapter "PART 1 - Serial Communication Between Raspberry Pi and Arduino" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this...
Instructional Video3:27
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Debug Serial Communication if Can’t Connect

Higher Ed
In this video, you will learn how to debug serial communication if it can’t connect.
<
br/>
This clip is from the chapter "PART 1 - Serial Communication Between Raspberry Pi and Arduino" of the series "Raspberry Pi and Arduino -...
Instructional Video10:50
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Raw Input

Higher Ed
In this video you'll learn how to work with raw input in Python.
r/>
This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the...
Instructional Video8:56
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program

Higher Ed
What's a programming course if you don't make a program right away? In this lesson, you'll create a simple, but functional, Python program.
r/>
This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video5:29
Curated Video

Python 3 for Beginners: Using IDLE to Write and Execute Python Code

Higher Ed
In this video, we explore Python's built-in integrated development environment (IDE) called Idle. We discover how to launch Idle in different operating systems and how to use its Python shell and editor to write and execute Python code....
Instructional Video4:33
Curated Video

Python 3 for Beginners: Python Standard Library and Creating Modules in Python

Higher Ed
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...