Hi, what do you want to do?
Curated Video
Implementing Boolean logic in Python
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...
Curated Video
Write Your First Lines of Python
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...
Curated Video
Deep Learning - Crash Course 2023 - Installing Jupyter Notebook
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...
<
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Installing Jupyter Notebook
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...
<
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Why Choose Python
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...
<
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...
Curated Video
Complete Python Scripting for Automation - Introduction to variables and print with variables
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...
r/>
This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author...
Curated Video
Complete Python Scripting for Automation - Introduction to Python Modules
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...
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...
Curated Video
Complete Python Scripting for Automation - simple hello world script
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...
r/>
This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting...
Curated Video
Complete Python Scripting for Automation - Introduction to Exception Handling
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...
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...
Curated Video
Complete Python Scripting for Automation - Editors for Python code
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.
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.
Curated Video
Complete Python Scripting for Automation - Python Comments
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...
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
Describe computer programming : The Course Overview
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.
This video will give you an overview about the course.
APMonitor
Record and Plot Real time Data in Python
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
IDG TECHtalk
Python's disassembler: How to inspect Python bytecode
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...
APMonitor
Python 🐍 Jupyter, VSCode Install
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...
py
thon3 --version
sudo apt install python3
(Linux, apt or...
Curated Video
Python 3 for Beginners: How to Execute Python Programs from Command Line on Windows, Mac, and Linux
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...
IDG TECHtalk
How to use zipapp to bundle Python applications
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...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Initiate Serial Communication
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...
<
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...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Debug Serial Communication if Can’t Connect
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 -...
<
br/>
This clip is from the chapter "PART 1 - Serial Communication Between Raspberry Pi and Arduino" of the series "Raspberry Pi and Arduino -...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Raw Input
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...
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program
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...
r/>
This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Curated Video
Python 3 for Beginners: Using IDLE to Write and Execute Python Code
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....
Curated Video
Python 3 for Beginners: Python Standard Library and Creating Modules in Python
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...